#!/bin/sh ###################################################################### # unpost 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=1 cd $WORKhwrf ###################################################################### # Main ###################################################################### $USHhwrf/rocoto_pre_job.sh $EXhwrf/exhwrf_unpost.py ###################################################################### # Suggested resources based on NOAA's Jet # walltime = 0:10:00 # procs=1 ######################################################################