-
Notifications
You must be signed in to change notification settings - Fork 155
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 two band sdl to global_4denvar namelist #758
add two band sdl to global_4denvar namelist #758
Conversation
global_4denvar ctests have been run on Dogwood with acceptable results. |
@CatherineThomas-NOAA and @TravisElless-NOAA : This PR activates two-band SDL in the global_4denvar ctest. Do either of you have time to review the changes in this PR? |
@RussTreadon-NOAA: I can review these changes today. |
Thank you @CatherineThomas-NOAA |
Potential newbie question. Should |
My ctests ran on Hera without issue. Looking at the log for the ctests, I see that the parameters are set appropriately:
The only snag is that due to the decreased resolution of the ctest, our chosen second scale is too small:
Our second scale localization value of 300 km is reset automatically:
Once it's reset, the scales are showing as expected:
@RussTreadon-NOAA, @TravisElless-NOAA: Should we adjust our second scale so these warnings aren't set off? 450 km instead of 300? |
Good suggestion @TravisElless-NOAA: I will add SDL to the global_4denvar case in Good catch @CatherineThomas-NOAA: I will increase the 300 km scale to 450 km. |
Rerun
ctest still passes (it should!)
|
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.
Looks great. Thanks @RussTreadon-NOAA!
Update Sorry @CatherineThomas-NOAA - this commit dismissed your approval. |
That's fine @RussTreadon-NOAA. I'll wait until the Orion tests complete before approving again. |
WARNING Updating to Orion Rocky 9 is not as simple as updating a few files. The Orion and Hercules Rocky 9 Orion
whereas Hercules
A
For example,
Given this, revert commits 086e273 and aab4a06 from |
@CatherineThomas-NOAA : I abandoned the Orion ctest attempt. While updating the module is easy, the CRTM coefficients when loading the Orion I am done making changes to this PR. |
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.
All looks good to me. Thanks @RussTreadon-NOAA!
Description
GFS v17 runs
gsi.x
with scale-dependent localization (SDL). Update the global_4denvar ctest to include SDL.Fixes #756
Type of change
How Has This Been Tested?
Install feature/sdl on Dogwood and run global_4denvar ctest. Confirm correct namelist parameters are set to activate SDL.
Checklist