#PBS -N nhc_guidance_storm%STN% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:30:00 #PBS -l place=vscatter:shared,select=1:ncpus=1:mem=5GB #PBS -l debug=true export model=nhcg %include %include ############### NHC 1 CYC TEST ################### # This block is added based on NHC recom ################################################## #export atcfdir=/lfs/h1/nhc/nhc/noscrub/save/guidance #export COM_IN=/lfs/h1/nhc/nhc/noscrub/save/guidance #export COMINnhc=/lfs/h1/nhc/nhc/noscrub/save/guidance #export SEND2NHC=NCO #export storm_tday=0824 #export storm_ttim=12 #export storm_year=2021 #export storm_tdate=20210824 #export PDY=20210824 #export cyc=12 #export CYC=18 ################################################## export N_TASK=$LSB_DJOB_NUMPROC export stormlabel=storm%STN% export STN=%STN% export cyc=`date -u +%%H` # PURPOSE: To execute the NHC_guidance Processing module load intel/${intel_ver} module load libjpeg/${libjpeg_ver} module load grib_util/${grib_util_ver} module load wgrib2/${wgrib2_util_ver} module load python/${python_ver} ${HOMEnhcg}/jobs/JNHC_GUIDANCE %include %manual ###################################################################### # # ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end