#!/bin/sh --login ###################################################################### # init_bdy 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 OMP_NUM_THREADS=1 export TOTAL_TASKS=24 cd $WORKhwrf ###################################################################### # Main ###################################################################### # Run the python init script for the GFS export INIT_MODEL=GFS export INIT_FHR=0 export INIT_PARTS=BDY $USHhwrf/rocoto_pre_job.sh $EXhwrf/exhwrf_init.py ###################################################################### # Suggested resources based on NOAA's Theia # walltime = 01:39:00 # procs=24 ######################################################################