forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update INFO file and sorc/checkout.sh files to reflect UFS update to…
… 28Aug23 - c3 and mynn updates to 18Aug23 codebase Delete obsolete field table
- Loading branch information
Showing
5 changed files
with
69 additions
and
66 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE workflow | ||
[ | ||
<!-- | ||
PROGRAM | ||
Main workflow manager for Global Forecast System | ||
|
||
NOTES: | ||
This workflow was automatically generated at 2023-08-04 04:44:50.107225 | ||
--> | ||
<!ENTITY PSLOT "rt_v17p8_c3_mynn"> | ||
<!ENTITY HOMEgfs "/scratch1/BMC/gsd-fv3/rtruns/UFS-CAMsuite"> | ||
<!ENTITY EXPDIR "&HOMEgfs;/FV3GFSwfm/&PSLOT;"> | ||
<!ENTITY ROTDIR "&HOMEgfs;/FV3GFSrun/&PSLOT;"> | ||
<!ENTITY JOBS_DIR "&HOMEgfs;/jobs/rocoto"> | ||
<!ENTITY ICSDIR "/scratch1/BMC/gsd-fv3/rtruns/FV3ICS_L127"> | ||
<!ENTITY CASE "C768"> | ||
<!ENTITY COMPONENT "atmos"> | ||
<!ENTITY ATCFNAME "c3my"> | ||
<!ENTITY NATIVE_STR "--export=NONE"> | ||
<!ENTITY MAXTRIES "2"> | ||
]> | ||
|
||
<workflow realtime="F" scheduler="slurm" cyclethrottle="3" taskthrottle="25"> | ||
|
||
<log verbosity="10"><cyclestr>&EXPDIR;/logs/@Y@m@[email protected]</cyclestr></log> | ||
|
||
<!-- Define the cycles --> | ||
<cycledef group="gfs">202307240000 202308070000 24:00:00</cycledef> | ||
|
||
<task name="gfsarch" cycledefs="gfs" maxtries="&MAXTRIES;"> | ||
|
||
<command>&JOBS_DIR;/arch.sh</command> | ||
|
||
<jobname><cyclestr>&PSLOT;_gfsarch_@H</cyclestr></jobname> | ||
<account>gsd-fv3</account> | ||
<queue>batch</queue> | ||
<partition>service</partition> | ||
<walltime>06:00:00</walltime> | ||
<nodes>1:ppn=1:tpp=1</nodes> | ||
<memory>4096M</memory> | ||
<native>&NATIVE_STR;</native> | ||
|
||
<join><cyclestr>&ROTDIR;/logs/@Y@m@d@H/gfsarch.log</cyclestr></join> | ||
|
||
<envar><name>RUN_ENVIR</name><value>emc</value></envar> | ||
<envar><name>HOMEgfs</name><value>&HOMEgfs;</value></envar> | ||
<envar><name>EXPDIR</name><value>&EXPDIR;</value></envar> | ||
<envar><name>ROTDIR</name><value>&ROTDIR;</value></envar> | ||
<envar><name>ATCFNAME</name><value>&ATCFNAME;</value></envar> | ||
<envar><name>NET</name><value>gfs</value></envar> | ||
<envar><name>CDUMP</name><value>gfs</value></envar> | ||
<envar><name>RUN</name><value>gfs</value></envar> | ||
<envar><name>CDATE</name><value><cyclestr>@Y@m@d@H</cyclestr></value></envar> | ||
<envar><name>PDY</name><value><cyclestr>@Y@m@d</cyclestr></value></envar> | ||
<envar><name>cyc</name><value><cyclestr>@H</cyclestr></value></envar> | ||
<envar><name>COMROOT</name><value>/scratch1/NCEPDEV/global/glopara/com</value></envar> | ||
<envar><name>DATAROOT</name><value>&ROTDIR;/../RUNDIRS/&PSLOT;</value></envar> | ||
|
||
</task> | ||
</workflow> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters