Skip to content

Commit

Permalink
Add double quote for the arguments when calling setup_expt.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayeekayee committed Feb 14, 2024
1 parent 053f202 commit 38b7261
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions workflow/c3_ugwpv1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RESDET=768 ## 96 192 384 768

### gfs_cyc 1 00Z only; gfs_cyc 2 00Z and 12Z

./setup_expt.py gfs forecast-only --pslot ${PSLOT} --gfs_cyc 1 \
--idate ${IDATE} --edate ${EDATE} --resdetatmos ${RESDET} \
--comroot ${COMROT} --expdir ${EXPDIR}
./setup_expt.py gfs forecast-only --pslot "${PSLOT}" --gfs_cyc 1 \
--idate "${IDATE}" --edate "${EDATE}" --resdetatmos "${RESDET}" \
--comroot "${COMROT}" --expdir "${EXPDIR}"

6 changes: 3 additions & 3 deletions workflow/mynn_ugwpv1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RESDET=768 ## 96 192 384 768

### gfs_cyc 1 00Z only; gfs_cyc 2 00Z and 12Z

./setup_expt.py gfs forecast-only --pslot ${PSLOT} --gfs_cyc 1 \
--idate ${IDATE} --edate ${EDATE} --resdetatmos ${RESDET} \
--comroot ${COMROT} --expdir ${EXPDIR}
./setup_expt.py gfs forecast-only --pslot "${PSLOT}" --gfs_cyc 1 \
--idate "${IDATE}" --edate "${EDATE}" --resdetatmos "${RESDET}" \
--comroot "${COMROT}" --expdir "${EXPDIR}"

6 changes: 3 additions & 3 deletions workflow/p8_ugwpv1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RESDET=768 ## 96 192 384 768

### gfs_cyc 1 00Z only; gfs_cyc 2 00Z and 12Z

./setup_expt.py gfs forecast-only --pslot ${PSLOT} --gfs_cyc 1 \
--idate ${IDATE} --edate ${EDATE} --resdetatmos ${RESDET} \
--comroot ${COMROT} --expdir ${EXPDIR}
./setup_expt.py gfs forecast-only --pslot "${PSLOT}" --gfs_cyc 1 \
--idate "${IDATE}" --edate "${EDATE}" --resdetatmos "${RESDET}" \
--comroot "${COMROT}" --expdir "${EXPDIR}"

0 comments on commit 38b7261

Please sign in to comment.