#PBS -N nhc_guidance_hcca_train
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:20:00
#PBS -l place=vscatter:shared,select=1:ncpus=1:mem=10GB
#PBS -l debug=true
export model=nhcg
%include
%include
##################################################
export N_TASK=$LSB_DJOB_NUMPROC
export cyc=`date -u +%%H`
# PURPOSE: To execute the NHC_guidance HCCA training update
module load intel/${intel_ver}
module load python/${python_ver}
${HOMEnhcg}/jobs/JNHC_GUIDANCE_HCCA_TRAIN
%include
%manual
######################################################################
#
#
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
# include manual page below
%end