#PBS -N nhc_guidance_gfs_grib_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:55: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 storm_tday=0824 #export storm_ttim=12 #export storm_year=2021 #export storm_tdate=20210824 #export PDY=20210824 #export cyc=12 #export CYC=12 ################################################## export N_TASK=$LSB_DJOB_NUMPROC export envir=%ENVIR% export cyc=%CYC% export MACHINE=wcoss export machine=wcoss # PURPOSE: To execute the NHC Guidance pre Processing module load intel/${intel_ver} module load libjpeg/${libjpeg_ver} module load grib_util/${grib_util_ver} module load wgrib2/${wgrib2_ver} ${HOMEnhcg}/jobs/JNHC_GUIDANCE_GFS_GRIB %include %manual ###################################################################### # # ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end