#!/bin/sh ###################################################################### # GSI 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 export TOTAL_TASKS=240 export OMP_NUM_THREADS=2 cd $WORKhwrf ###################################################################### # Main ###################################################################### export GSI_THREADS=1 export GSI_DOMAIN=D02 $USHhwrf/rocoto_pre_job.sh $EXhwrf/exhwrf_gsi.py ###################################################################### # Suggested resources based on NOAA's Jet/Theia # walltime = 1:49:00 # nodes=10:ppn=24 ######################################################################