#PBS -N urma_%FAMILY1%_getguess_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -A %PROJ%-%PROJENVIR%
#PBS -q %QUEUE%
#PBS -l walltime=00:10:00
#PBS -l select=1:ncpus=1:mem=4GB
#PBS -l place=shared
#PBS -l debug=true
model=urma
%include
%include
# EXPORT list here
export cyc=%CYC%
export ntasks=1
export ppn=1
export threads=1
if [ -n "%LAST_RESTART:%" ]; then export LAST_RESTART=${LAST_RESTART:-%LAST_RESTART:%}; fi
if [ "%FAMILY1%" = "2p5" ]; then
export RUN=urma2p5
else
export RUN=%FAMILY1%urma
fi
module load PrgEnv-intel/${PrgEnv_intel_ver:?}
module load intel/${intel_ver:?}
module load craype/${craype_ver:?}
module load libjpeg/${libjpeg_ver:?}
module load wgrib2/${wgrib2_ver:?}
module load grib_util/${grib_util_ver:?}
module list
$HOMEurma/jobs/JURMA_GETGUESS
%include
%manual
######################################################################
# PURPOSE: This job obtains the initial guess from the Downscaling
# GFS output
######################################################################
%end