Skip to content

Commit

Permalink
replace resdet and resens with resdetatmos and resensatmos (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jan 12, 2024
1 parent 2671b13 commit 54ff2af
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions test/aero/global-workflow/setup_workflow_exp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ edate=2021032318
app=ATMA
starttype='warm'
gfscyc='4'
resdet='48'
resens='48'
resdetatmos='48'
resensatmos='48'
nens=0
pslot='gdas_test'
configdir=$srcdir/../../parm/config/gfs
Expand Down Expand Up @@ -41,8 +41,8 @@ $srcdir/../../workflow/setup_expt.py gfs cycled --idate $idate \
--app $app \
--start $starttype \
--gfs_cyc $gfscyc \
--resdet $resdet \
--resens $resens \
--resdetatmos $resdetatmos \
--resensatmos $resensatmos \
--nens $nens \
--pslot $pslot \
--configdir $expdir/../config \
Expand Down
8 changes: 4 additions & 4 deletions test/atm/global-workflow/setup_workflow_exp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ edate=2021032318
app=ATM
starttype='warm'
gfscyc='4'
resdet='48'
resens='48'
resdetatmos='48'
resensatmos='48'
nens=3
pslot='gdas_test'
configdir=$srcdir/../../parm/config/gfs
Expand Down Expand Up @@ -40,8 +40,8 @@ $srcdir/../../workflow/setup_expt.py gfs cycled --idate $idate \
--app $app \
--start $starttype \
--gfs_cyc $gfscyc \
--resdet $resdet \
--resens $resens \
--resdetatmos $resdetatmos \
--resensatmos $resensatmos \
--nens $nens \
--pslot $pslot \
--configdir $expdir/../config \
Expand Down
6 changes: 3 additions & 3 deletions test/setup_workflow_exp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ edate=2021032418
app=ATM # NOTE make this S2SWA soon
starttype='warm'
gfscyc='4'
resdet='48'
resens='48'
resdetatmos='48'
resensatmos='48'
nens=0
pslot='gdas_test'
configdir=$srcdir/../../parm/config/gfs
Expand All @@ -24,6 +24,6 @@ rm -rf "${comrot}" "${expdir}"
cd $srcdir/../../workflow

echo "Running global-workflow experiment generation script"
./setup_expt.py gfs cycled --idate $idate --edate $edate --app $app --start $starttype --gfs_cyc $gfscyc --resdet $resdet --resens $resens --nens $nens --pslot $pslot --configdir $configdir --comrot $comrot --expdir $expdir
./setup_expt.py gfs cycled --idate $idate --edate $edate --app $app --start $starttype --gfs_cyc $gfscyc --resdetatmos $resdetatmos --resensatmos $resensatmos --nens $nens --pslot $pslot --configdir $configdir --comrot $comrot --expdir $expdir

exit $?
4 changes: 2 additions & 2 deletions test/soca/gw/run_jjobs.yaml.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine: @MACHINE@
resdet: 48
resens: 48
resdetatmos: 48
resensatmos: 48

jjobs:
- @JJOB@
Expand Down
2 changes: 1 addition & 1 deletion ush/soca/examples/run_jjobs_container.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
machine: container
resdet: 48
resdetatmos: 48

jjobs:
- JGDAS_GLOBAL_OCEAN_ANALYSIS_PREP
Expand Down
2 changes: 1 addition & 1 deletion ush/soca/examples/run_jjobs_hera.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
machine: hera
resdet: 48
resdetatmos: 48

jjobs:
- JGDAS_GLOBAL_OCEAN_ANALYSIS_PREP
Expand Down
2 changes: 1 addition & 1 deletion ush/soca/examples/run_jjobs_hera_025.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
machine: hera
resdet: 48
resdetatmos: 48

jjobs:
- JGDAS_GLOBAL_OCEAN_ANALYSIS_PREP
Expand Down
4 changes: 2 additions & 2 deletions ush/soca/run_jjobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def setupexpt(self):
"app": "ATM",
"start": "warm",
"gfs_cyc": "0",
"resdet": self.config['resdet'],
"resens": self.config['resens'],
"resdetatmos": self.config['resdetatmos'],
"resensatmos": self.config['resensatmos'],
"nens": "0",
"pslot": "${PSLOT}",
"configdir": "${PWD}/config/gfs",
Expand Down

0 comments on commit 54ff2af

Please sign in to comment.