-
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
Convert IC staging job into a proper j-job #1806
Conversation
Link to ReadTheDocs sample build for this PR can be found at: |
Still working on stage_ic.sh. Trying to understand block by block the operations. |
Link to ReadTheDocs sample build for this PR can be found at: |
Link to ReadTheDocs sample build for this PR can be found at: |
Link to ReadTheDocs sample build for this PR can be found at: |
Link to ReadTheDocs sample build for this PR can be found at: |
Link to ReadTheDocs sample build for this PR can be found at: |
…ks.py and tasks.py files
Link to ReadTheDocs sample build for this PR can be found at: |
Link to ReadTheDocs sample build for this PR can be found at: |
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 think you need to move configs/gfs/config.coupled_ic
to config.stage_ic
Otherwise this looks good and should be testable for the gfs + forecast-only
@AnilKumar-NOAA While we wait for CI testing to complete, would you please update the title to say what was done? |
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:
|
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.
Looks good.
Thank you
Description
Convert the job used to stage initial conditions for forecast-only into a full j-job/exscript.
Type of change
JGLOBAL_STAGE_IC
and ex-script exglobal_stage_ic.sh to allow staging of initial conditions for GFS and GEFS forecast-only experiments.coupled_ic.sh
(rename tostage_ic.sh
) should be the rocoto wrapper onJGLOBAL_STAGE_IC
.The initial conditions should be ready to go -- i.e. all pre-processing has been done prior to staging.
*Acceptance Criteria (Definition of Done)
Call sequence:
stage_ic.sh -> JGLOBAL_STAGE_IC -> exglobal_stage_ic.sh
Dependencies
May need an update in the files situated under BASE_CPLIC that serves as a repository for ICs.