Skip to content

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" 
# ===============================================================================
 #  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'

Clone this wiki locally