Skip to content

test from fig

chuankaiwang edited this page Aug 29, 2024 · 2 revisions

#!/bin/sh <br/> set \-x <br/> date <br/> 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}) &lt;br/&gt; opts\="-t -f" &lt;br/&gt; \# =============================================================================== \# 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