-
Notifications
You must be signed in to change notification settings - Fork 40
Add config_flowParamA_calculation = 'PB1982' to namelists #543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add config_flowParamA_calculation = 'PB1982' to namelists #543
Conversation
This is necessary to prevent an error that occurs when config_calving = 'von_Mises_stress' and config_flowParamA_calculation = 'constant'
055346f
to
779e62a
Compare
TestingI tested this on Chicoma using |
Use config_flowParamA_calculation = '1982' in all compass tests that use calving. This should currently only affect tests that use config_calving = 'von_Mises_stress'.
Results of
The two |
Results of
|
Increase calvingThickness difference tolerances by an order of magnitude to allow for non-BFB behavior of Albany across different numbers of processors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @trhille, for identifying and fixing this, which I seemed to have missed yesterday.
This is necessary to prevent an error that occurs when config_calving = 'von_Mises_stress' and config_flowParamA_calculation = 'constant'
Checklist
Testing
in this PR) any testing that was used to verify the changes