Skip to content

Commit

Permalink
update resdet and resens keywords in prototypes (NOAA-EMC#867)
Browse files Browse the repository at this point in the history
This PR replaces `--resdet` and `--resens` with `--resdetatmos` and
`--resensatmos`, respectively, in order to restore the functionality of
automated GDASApp tests which exercise g-w.

Resolves NOAA-EMC#866
  • Loading branch information
RussTreadon-NOAA committed Jan 23, 2024
1 parent 4d8923a commit 839e8a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions prototypes/configs/cp0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ edate=2021080118
app="ATM"
starttype="cold"
gfscyc=0
resdet=96
resens=96
resdetatmos=96
resensatmos=96
nens=0
# config.* options
DO_JEDIATMVAR="YES"
Expand Down
4 changes: 2 additions & 2 deletions prototypes/gen_prototype.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ cd $GWDIR/global-workflow/workflow
--app $app \
--start $starttype \
--gfs_cyc $gfscyc \
--resdet $resdet \
--resens $resens \
--resdetatmos $resdetatmos \
--resensatmos $resensatmos \
--nens $nens \
--pslot $PSLOT \
--configdir $GWDIR/global-workflow/parm/config/gfs \
Expand Down

0 comments on commit 839e8a2

Please sign in to comment.