#!/bin/sh ###################################################################### # products 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=11 cd $WORKhwrf #--------------------------------------------------------------------- # Local definitions of environment variables #--------------------------------------------------------------------- ###################################################################### # Main ###################################################################### # export DEBUG=1 export REGRIBBER_LOGS="$DATA/regribber-%(RANK)04d.%(STREAM)s" export TRACKER_LOGS="$DATA/tracker-%(RANK)04d.%(STREAM)s" $USHhwrf/rocoto_pre_job.sh $EXhwrf/exhwrf_products.py ###################################################################### # Suggested resources based on NOAA's Jet # walltime = 5:39:00 # procs=11 ######################################################################