Skip to content

Commit

Permalink
Update INFO file and sorc/checkout.sh files to reflect UFS update to…
Browse files Browse the repository at this point in the history
… 28Aug23

   - c3 and mynn updates to 18Aug23 codebase

 Delete obsolete field table
  • Loading branch information
jkhender committed Aug 28, 2023
1 parent 36ef5e9 commit d300da8
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 66 deletions.
Empty file.
61 changes: 61 additions & 0 deletions FV3GFSwfm/rt_v17p8_c3_mynn/arch.xml
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>
7 changes: 7 additions & 0 deletions INFO
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
28 Aug 2023
- updated UFS codebase to 28Aug23
* UFS: Joe's fork, 10Jul2023 ufs-community branch + 12Jul23 Joe/Anders changes + 18Aug23 bug fixes and code updates +
Haiqin's c3 and Joe's mynn updates
18 Aug 2023
- updated UFS codebase to 18Aug23
* UFS: Joe's fork, 10Jul2023 ufs-community branch + 12Jul23 Joe/Anders changes + bug fixes and code updates
03 Aug 2023
- updated gsl_ufs_rt branch to HFIP2023 codebase
(14Jul23 dev_19may23_0fae23fa branch, daf395d)
Expand Down
65 changes: 0 additions & 65 deletions parm/parm_fv3diag/field_table_gsd

This file was deleted.

2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ checkout "ufs_utils.fd" "https://github.com/ufs-community/UFS_UTILS.git"
## checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model" "${ufs_model_hash:-bf60924}" ; errs=$((errs + $?))
## 26jun23 ufs
## checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model" "${ufs_model_hash:-ed7fc88}" ; errs=$((errs + $?))
## Joe's fork, 10jul23 ufs + Joe changes + Anders changes
## Joe's fork, 11jul23 ufs + 12jul23 Joe/Anders changes + 18aug23 Joe fixes + 28aug23 Haiqin/Joe changes
checkout "ufs_model.fd" "https://github.com/joeolson42/ufs-weather-model" "${ufs_model_hash:-HFIP2023}" ; errs=$((errs + $?))

checkout "verif-global.fd" "https://github.com/NOAA-EMC/EMC_verif-global.git" "c267780" ; errs=$((errs + $?))
Expand Down

0 comments on commit d300da8

Please sign in to comment.