-
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}
source ${HOMEhafs}/ush/hafs_pre_job.sh.inc
cd ${HOMEhafs}/rocoto
EXPT=$(basename ${HOMEhafs})
opts="-t -f"
./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'
``