#!/bin/sh ###################################################################### # post wrapper script ###################################################################### ###################################################################### # # # Author: DTC July 2014 # ###################################################################### ###################################################################### # 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 export TOTAL_TASKS=24 cd $WORKhwrf ###################################################################### # Main ###################################################################### $USHhwrf/rocoto_pre_job.sh $EXhwrf/exhwrf_post.py ###################################################################### # Suggested resources based on NOAA's Jet # walltime = 5:59:00 # procs=24 ######################################################################