Skip to content

Commit

Permalink
Fix jjob testing in related to change if setup_expt.py (#1348)
Browse files Browse the repository at this point in the history
Resolves GDASApp issue
[#1347](#1347)

jjob tests pass with this change now, but you have to revert
```test/atm/global-workflow/config.yaml``` to
6fb0a65
since jjob testing will not work without modification until Global
Workflow PR
[#2992](NOAA-EMC/global-workflow#2992) is
merged.
  • Loading branch information
DavidNew-NOAA authored Oct 28, 2024
1 parent f1222ec commit 34f894f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/atm/global-workflow/setup_workflow_exp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ idate=2021032312
edate=2021032318
app=ATM
starttype='warm'
gfscyc='4'
interval='6'
resdetatmos='48'
resensatmos='48'
nens=3
Expand All @@ -37,7 +37,7 @@ $srcdir/../../workflow/setup_expt.py gfs cycled --idate $idate \
--edate $edate \
--app $app \
--start $starttype \
--gfs_cyc $gfscyc \
--interval $interval \
--resdetatmos $resdetatmos \
--resensatmos $resensatmos \
--nens $nens \
Expand Down

0 comments on commit 34f894f

Please sign in to comment.