-
Notifications
You must be signed in to change notification settings - Fork 159
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
Fix stochastic physics restart runs, remove rayleigh damping from all suite definition files #371
Fix stochastic physics restart runs, remove rayleigh damping from all suite definition files #371
Conversation
endif initalize_stochastic_physics | ||
|
||
if (GFS_Control%do_ca .and. is_initialized) then | ||
if (GFS_Control%do_ca) then |
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.
I suggest aligning this if block and the code underneath by shifting 2 spaces t the right.
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.
agree
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.
Agree as well. @lisa-bengtsson I'll do as @SMoorthi-emc suggested.
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.
Done, also aligned the endif
so that the indentation matches.
@junwang-noaa I fixed the indentation, and all regression tests passed. Please review and approve if satisfied. Thanks! |
Description
This PR combines two changes:
stochastic_physics/stochastic_physics_wrapper.F90
for reproducible restart runs, contributed by @lisa-bengtsson (see update and maintain coupled regression tests for prototype configurations ufs-community/ufs-weather-model#737 for more information)rayleigh_damp
from all remaining suite definition files inccpp/suites/
Issue(s) addressed
Fixes #340.
Testing
See ufs-community/ufs-weather-model#751.