Skip to content

Commit

Permalink
Changes to exregional_run_post.sh required to run new EMC UPP (NOAA-E…
Browse files Browse the repository at this point in the history
…MC#249)

* Changes to exregional_run_post.sh required to run new EMC UPP.  Script changes involve new namelist syntax in itag file.

* Indenting model_inputs namelist lines per suggestion from Guoqing.
  • Loading branch information
EricJames-NOAA authored Nov 8, 2021
1 parent 0544c58 commit b06a14c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions scripts/exregional_run_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,15 @@ post_dd=${post_time:6:2}
post_hh=${post_time:8:2}

cat > itag <<EOF
${dyn_file}
netcdf
grib2
${post_yyyy}-${post_mm}-${post_dd}_${post_hh}:00:00
${POST_FULL_MODEL_NAME}
${phy_file}
&model_inputs
fileName='${dyn_file}'
IOFORM='netcdf'
grib='grib2'
DateStr='${post_yyyy}-${post_mm}-${post_dd}_${post_hh}:00:00'
MODELNAME='${POST_FULL_MODEL_NAME}'
fileNameFlux='${phy_file}'
fileNameFlat='postxconfig-NT.txt'
/
&NAMPGB
KPO=47,PO=1000.,975.,950.,925.,900.,875.,850.,825.,800.,775.,750.,725.,700.,675.,650.,625.,600.,575.,550.,525.,500.,475.,450.,425.,400.,375.,350.,325.,300.,275.,250.,225.,200.,175.,150.,125.,100.,70.,50.,30.,20.,10.,7.,5.,3.,2.,1.,
Expand Down

0 comments on commit b06a14c

Please sign in to comment.