#BSUB -J %E%wsr_prep_%CYC%
#BSUB -o %COM%/output/%ENVIR%/today/wsr_prep_%CYC%.o%J
#BSUB -L /bin/sh
#BSUB -q %QUEUE%
#BSUB -W 01:20
#BSUB -cwd /tmp
#BSUB -n 16
#BSUB -R span[ptile=16]
#BSUB -P %PROJ%-%PROJENVIR%
%include
%include
export cyc=%CYC%
export MP_EUIDEVICE=sn_all
export MP_EUILIB=us
export MP_TASK_AFFINITY=core
export MP_PGMMODEL=mpmd
export MP_CSS_INTERRUPT=yes
model=wsr
%include
module load impi/${impi_ver:?}
module load CFP/${cfp_ver:?}
module load grib_util/${grib_util_ver:?}
module list
${HOMEwsr:?}/jobs/JWSR_PREP
%include
%manual
################################################################################
TASKSCRIPT DOCUMENTATION BLOCK
PURPOSE: Executes the job that creates the initial conditions for
the Winter Storm Recon Forecast.
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
%end