-
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
Add writing out of ensemble mean for soil increments. #802
Add writing out of ensemble mean for soil increments. #802
Conversation
@ClaraDraper-NOAA , who would you like me to assign as the two peer reviewers for this PR? |
@jswhit and @tsga have both worked on this section of the code. Or Yanjun Gan if one of them can't. |
@CoryMartin-NOAA could also review this (@jswhit2 is on travel this week). |
Step 3 of GSI wiki page GSI: How to Make Changes requires that ctests be run with results reported in either the originating issue or PR. I can run ctests on the development WCOSS2 once it returns to service. Can someone run ctests on at least Hera? Running on Orion and Hercules is a good idea since code can behave differently on different machines. |
@RussTreadon-NOAA I've run the global tests on hera (see the PR description - please let me know if I should report that differently). From the webpage you just linked to it looks like I need to run the RRFS EnKF test as well. I'll do that today. Unfortunately, I don't have access to orion or hercules at the moment. |
Thank you @ClaraDraper-NOAA . I did not catch the Hera ctest results. My mistake. I'll run on Hercules and Orion. |
the regional test passed. I'll amend the statement above. |
Hercules ctest Install
The
This is not a fatal failure. A check of the
A rerun of
|
Orion ctests Install
|
This PR is awaiting the return of WCOSS2 to developers so WCOSS2 ctests can be run. Assuming acceptable WCOSS2 results, this PR can be merged into |
@tsga , if the changes in this PR are acceptable to you, please complete your review by marking this PR as approved. Thank you. |
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.
Everything looks good to me.
Thank you @tsga for your approval. This is odd. You should see an "Add your review" button at the top of PR #802.
You know this since you've reviewed PRs in other repos. Maybe the above buttons don't show up for external collaborators. |
Thank you @RussTreadon-NOAA. They did show up once I followed the steps you outlined. |
WCOSS2 ctests Install
|
Description
The GFSV17 soil analysis requires the ensemble mean increment to be added to the deterministic member. It's simplest to write it out from the EnKF, as the associated snow mask is available. These updates write out the ensemble mean soil increment when a soil update is calculated.
Addresses issue #801
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Tested that it correctly write out the ensemble mean soil increment for paranc = T and F.
I've run the global regression tests on hera. All passed except:
The runtime for hafs_4denvar_glbens_hiproc_updat is 364.487057 seconds. This has exceeded maximum allowable threshold time of 324.213506 seconds,
resulting in Failure of timethresh2 the regression test.
The above test passed all the reproducability tests.
The regional EnKF test also passed on hera.
Checklist