-
Notifications
You must be signed in to change notification settings - Fork 168
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
Fix previous restart paths for ensemble #1772
Fix previous restart paths for ensemble #1772
Conversation
GEFS was failing because the rCDUMP in the forecast job was hard- coded to enkfgdas. This resulted in always looking in that directory for previous cycle restart files. This was not caught previously because the manual staging method was copying the gdas directories as well, masking the problem. Resolves NOAA-EMC#1771
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
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.
The tests confirm that the current cycled system with RUN=enkfgdas
works.
There is no test for the ensemble forecast when RUN=enkfgfs
.
However, there is no need for running and ensemble forecast in the early cycle, as the early cycle is only to provide ICs for GEFS (RUN=gefs
)
The changes look good to me.
If possible, a test should be added for the gefs
experiment ASAP, even if it means hacking the manual staging in setup_expt.py
temporarily.
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.
Approve
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.
Thanks for updates!
Description
GEFS was failing because the
rCDUMP
in the forecast job was hard-coded toenkfgdas
. This resulted in always looking in that directory for previous cycle restart files. This was not caught previously because the manual staging method was copying the gdas directories as well, masking the problem.Resolves #1771
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist