-
Notifications
You must be signed in to change notification settings - Fork 247
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
update cubed sphere gitmodules for perturbation/increments for cold starts #2271
Conversation
great, thanks |
@pjpegion can you sync up branches? @jiandewang yes, we can combine this pr and #2275 to #2259 |
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.
I looked at the changes, and I don't see a problem. But I am not qualified to approve the PR since I know nothing about these changes.
Hey @jkbk2004 please describe the debugging you did on Gaea to find out why you had a failure in one of the compiles where there was no similar failure on other machines. This leans towards an issue with Gaea, and not necessarily this PR. |
@DusanJovic-NOAA I will double check but I was seeing build issue on gaea
|
I just ran the full regression test on Gaea using the branch from this PR and it passed successfully. See the logs here: /gpfs/f5/nggps_emc/scratch/Dusan.Jovic/ufs/cs_perts/ufs-weather-model/tests |
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.
I have looked at the changes in this PR as well as changes in the dependency repos for FV3ATM and atmos_cubed_sphere.
This is a required functionality for replay with coldstart initial conditions for the ensemble that need to read a perturbation from another source.
I have not tested the changes, but this feature is being developed in the global-workflow. See associated PR NOAA-EMC/global-workflow#2638
@aerorahul Thanks for the review! |
Commit Queue Requirements:
Description:
Currently the model can only read in an increment file if initializing with a restart file. This functionality is also used to read in ensemble perturbations, and should also work for a external initial condition. The solution is to move the call to read_da_inc outside the if external_ic/restart logic.
There should be no changes to any regression tests.
Commit Message:
Priority:
Git Tracking
UFSWM:
Sub component Pull Requests:
UFSWM Blocking Dependencies:
None
Changes
Regression Test Changes (Please commit test_changes.list):
Input data Changes:
Library Changes/Upgrades:
Testing Log: