Skip to content

Commit

Permalink
add rt_c3_mynn_hera.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kayeekayee committed Mar 18, 2024
1 parent 8693cca commit e2130b9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions workflow/rt_c3_mynn_hera.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
USER=role.rtfim

Check failure

Code scanning / shellcheck

Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. Error

Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
GITDIR=${HOME}/UFS-CAMsuite/ ## where your git checkout is located
COMROT=$GITDIR/FV3GFSrun ## default COMROT directory

Check notice

Code scanning / shellcheck

Prefer putting braces around variable references even when not strictly required. Note

Prefer putting braces around variable references even when not strictly required.
EXPDIR=$GITDIR/FV3GFSwfm ## default EXPDIR directory

Check notice

Code scanning / shellcheck

Prefer putting braces around variable references even when not strictly required. Note

Prefer putting braces around variable references even when not strictly required.
ICSDIR=/scratch1/BMC/gsd-fv3/rtruns/FV3ICS_L127

Check warning

Code scanning / shellcheck

ICSDIR appears unused. Verify use (or export if used externally). Warning

ICSDIR appears unused. Verify use (or export if used externally).

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}"

0 comments on commit e2130b9

Please sign in to comment.