-
Notifications
You must be signed in to change notification settings - Fork 0
test from fig
chuankaiwang edited this page Aug 29, 2024
·
52 revisions
#!/bin/sh
set -x
date
HOMEhafs=${HOMEhafs:-
- **/work2/noaa/hwrf/tutorial/save/${USER}/hafs_202405**}
``` <br/>
source \${HOMEhafs}/ush/hafs_pre_job.sh.inc <br/>
cd \${HOMEhafs}/rocoto <br/>
EXPT\=\$(basename ${HOMEhafs}) <br/>
opts\="-t -f" <br/>
\# ===============================================================================
\# HAFS tutorial test 1: Regional coarse-resolution, moving-nesting,
\# atmosphere-only configuration
\# Hurricane Ida 09L2021
./run_hafs.py ${opts} 2021082712 09L HISTORY \
config.EXPT=${EXPT} config.SUBEXPT=${EXPT}_tutorial_test1 \
config.NHRS=12 ${scrubopt} config.run_emcgraphics=no \
../parm/tutorial/hafs_tutorial_test1.conf
\#===============================================================================
date
echo 'cronjob done'