Skip to content

Commit

Permalink
Add experiment setup script for p8_ugwpv1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhender committed Jan 9, 2024
1 parent c5a3697 commit 982a1f0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions workflow/p8_ugwpv1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
USER=Judy.K.Henderson
GITDIR=/scratch1/BMC/gsd-fv3-dev/jhender/test/gsl_ufs_dev/ ## where your git checkout is located
COMROT=$GITDIR/FV3GFSrun ## default COMROT directory
EXPDIR=$GITDIR/FV3GFSwfm ## default EXPDIR directory
ICSDIR=/scratch1/BMC/gsd-fv3/rtruns/FV3ICS_L127

PSLOT=p8
IDATE=2023112800
EDATE=2023112800
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 --resdet $RESDET \
--comrot $COMROT --expdir $EXPDIR

0 comments on commit 982a1f0

Please sign in to comment.