#PBS -N hmon%NUM%_relocate_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:25:00 #PBS -l place=shared,select=1:prepost=true:ncpus=1:mpiprocs=1:mem=30GB #PBS -l debug=true set -x model=hmon export cyc=%CYC% export PDY=%PDY:""% export TOTAL_TASKS=1 %include %include export storm_num="%NUM%" module load PrgEnv-intel/${PrgEnv_intel_ver} module load intel/${intel_ver} module load craype/${craype_ver} module load cray-mpich/${cray_mpich_ver} module load cray-pals/${cray_pals_ver} module load libjpeg/${libjpeg_ver} module load grib_util/${grib_util_ver} module load wgrib2/${wgrib2} #module load atp/${atp_ver} module load python/${python_ver} export INIT_MODEL=GFS INIT_FHR=0 ${HOMEhmon}/jobs/JHMON_RELOCATE %include %manual TASK jhmon_relocate NOTE: PURPOSE: Reads the output of jhmon_nps_ic, which prepared GFS analysis for the HMON. This job relocates the GFS vortex, and merges it with the prior HMON six hour forecast (if any) and possibly a bogus vortex. Adjusts intensity and structure to match the values reported by the forecasters in the message file. The output of this job serves as the input to the HMON atmospheric component in the forecast job. TROUBLESHOOTING: If all hardware is running well, then the problem may be a genuine code or script issue. This job is made up of many tiny fortran programs with limited error checking. Usually if one fails, the problem was actually in an earlier one, or possibly in an earlier job. Detecting which one is the source of the trouble requires expert help. Please call on-call EMC staff for assistance. %end