#!/bin/sh ###################################################################### # forecast wrapper script ###################################################################### ###################################################################### # # # Author: DTC July 2017 # ###################################################################### ###################################################################### # Definitions ###################################################################### #--------------------------------------------------------------------- # Global definitions of environment variables #--------------------------------------------------------------------- . ./global_vars.sh # Source the start file and holdvars . "$startfile" . "$holdvars" if [ -z "$PYTHONPATH" ] ; then export PYTHONPATH=${USHhwrf} else export PYTHONPATH=${PYTHONPATH}:${USHhwrf} fi cd $WORKhwrf ###################################################################### # Main ###################################################################### export TOTAL_TASKS=505 $USHhwrf/rocoto_pre_job.sh $EXhwrf/exhwrf_forecast.py ###################################################################### # Suggested resources based on NOAA's Jet/Theia # walltime = 4:59:00 # nodes=1:ppn=13+20:ppn=24+1:ppn=12 ######################################################################