forked from NOAA-GSL/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8693cca
commit e2130b9
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
USER=role.rtfim | ||
GITDIR=${HOME}/UFS-CAMsuite/ ## 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=rt_v17p8_ugwpv1_c3_mynn | ||
IDATE=2024011400 | ||
EDATE=2024011400 | ||
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}" | ||
|