#PBS -N ukmet_gempak_meta_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -l walltime=00:30:00
#PBS -l select=1:ncpus=1:mem=1GB
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l debug=true
# EXPORT list here
export model=ukmet
%include
%include
set -x
module load intel/$intel_ver
module load gempak/${gempak_ver:?}
module list
export cyc=%CYC%
export CYC=${cyc}
export cycle=t${cyc}z
export res=%RES%
# CALL executable job script here
$HOMEukmet/jobs/JUKMET_GEMPAK_META
if [ $? -ne 0 ]; then
ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***"
ecflow_client --abort
exit
fi
%include
%manual
######################################################################
# Purpose: To submit the job creates UKMET GEMPAK_META grids.
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
# include manual page below
%end