Skip to content
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

Conversation

climbfuji
Copy link
Collaborator

@climbfuji climbfuji commented Aug 18, 2021

Description

This PR combines two changes:

Issue(s) addressed

Fixes #340.

Testing

See ufs-community/ufs-weather-model#751.

endif initalize_stochastic_physics

if (GFS_Control%do_ca .and. is_initialized) then
if (GFS_Control%do_ca) then
Copy link
Contributor

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree

Copy link
Collaborator Author

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.

Copy link
Collaborator Author

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.

@climbfuji
Copy link
Collaborator Author

@junwang-noaa I fixed the indentation, and all regression tests passed. Please review and approve if satisfied. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove scheme rayleigh_damp from all suite definition files
5 participants