Skip to content
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

Use the RRFSv1 method to set up CYCLEDEF #584

Open
wants to merge 2 commits into
base: rrfs-mpas-jedi
Choose a base branch
from

Conversation

hu5970
Copy link
Contributor

@hu5970 hu5970 commented Dec 13, 2024

Update the cycledef based on the method from RRFSv1.

This is because it is quite complicated to set up the cycledef in rocoto. We use the same method as RRFSv1 to explicitly define the format for CYCLEDEF. So, both experiment period (set up RUN_PERIOD for both real-time and retro) and CYCLEDEF need to set up explicitly now.

This is tested with real-time MPAS run on JET.

@@ -48,7 +47,10 @@ export LBC_EXTRN_MDL_BASEDIR="${COMINgefs}/gefs.@Y@m@d/@H"
export LBC_EXTRN_MDL_NAME_PATTERN="pgrb2ap5/gep#gmem#[email protected]"
export LBC_EXTRN_MDL_NAME_PATTERN_b="pgrb2bp5/gep#gmem#[email protected]"
#
export RETRO_PERIOD='2024052623-2024052623'
export RUN_PERIOD="2024052623-2024052623"
export CYCLEDEF_IC=" &STARTYEAR;&STARTMONTH;&STARTDAY;2300 &ENDYEAR;&ENDMONTH;&ENDDAY;2300 06:00:00 "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just think of this, do we really need individual year, month, and day?

Can we make it simple using something as follows?

export CYCLEDEF_IC="   &START_PDY;2300 &END_PDY;2300 06:00:00 "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants