-
Notifications
You must be signed in to change notification settings - Fork 150
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
Turn off enspread reg #635
Conversation
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.
Straight forward change which restores user control of write_spread_ens
for fv3_regional via HYBRID_ENSEMBLE
namelist.
@TingLei-NOAA and @RussTreadon-NOAA, thank you for approving this PR. I am going to start regression test. |
The regression tests on Hera:
The failure of rrfs_3denvar_glbens is "Failed the scalability test". This is not a fatal failure. |
Test project /lfs/h2/emc/lam/noscrub/emc.lam/Shun.Liu/gsi_regression/GSI/build 89% tests passed, 1 tests failed out of 9 Total Test time (real) = 9477.82 sec The following tests FAILED: The failure of netcdf_fv3_regional is "Failed the scalability test". This is not a fatal failure. |
Description
In cplr_get_fv3_regional_ensperts.f90, "write_ens_sprd=.true." is hard-coded and overwrites the values in namelist.
write_ens_sprd=.true." should be removed.
Fixes #634
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist