-
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
base: develop
Are you sure you want to change the base?
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. |
@@ -335,6 +337,9 @@ subroutine write_control(no_inflate_flag) | |||
else | |||
call writegriddata(0,0,cvars3d,cvars2d,nc3d,nc2d,clevels,ncdim,grdin_mean,no_inflate_flag) | |||
end if | |||
elseif (nc2d>0) then ! always write sfc mean increment for soil analysis | |||
no_vars3d='' |
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.
Just a clarifying question, @ClaraDraper-NOAA , so in operations, the ensemble mean increment file that is written out will be a full set of variables, this case where the 3D variables is skipped is only in certain situations? I ask because it seems like this would create a file with a bunch of variables that are all 0s which seems like a waste of disk space.
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
|
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