#BSUB -J %E%hwrf%NUM%_gempak_meta_%CYC% #BSUB -o /com/output/%ENVIR%/today/hwrf%NUM%_gempak_meta_%CYC%.o%J #BSUB -e /com/output/%ENVIR%/today/hwrf%NUM%_gempak_meta_%CYC%.o%J #BSUB -L /bin/sh #BSUB -q prod_shared #BSUB -W 00:30 #BSUB -cwd /tmpnwprd #BSUB -P %PROJ% #BSUB -R rusage[mem=3000] #BSUB -R affinity[core] #BSUB -n 2 #BSUB -R span[ptile=2] #BSUB -a poe module use /hwrf/noscrub/soft/modulefiles module load ruby emc-utils NetCDF/3.6.3 %include "/ecf/ecfnets/scripts/head.h" # EXPORT list here set -x export envir=%ENVIR% export job=hwrf%NUM%_gempak_meta_%CYC% export cyc=%CYC% export storm_num=%NUM% # CALL executable job script here # versions file for hwrf sets $model_ver and $code_ver VERSION_FILE=/nw${envir}/versions/hwrf.ver if [ -f $VERSION_FILE ]; then . $VERSION_FILE else ecflow_client --msg="***JOB ${ECF_NAME} ERROR: Version File $VERSION_FILE does not exist ***" ecflow_client --abort exit fi /nw$envir/hwrf.${model_ver}/jobs/JHWRF_GEMPAK_META if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" ecflow_client --abort exit fi %include "/ecf/ecfnets/scripts/tail.h" %manual ################################################################################ # PURPOSE: To submit the job that creates GEMPAK_META files for HWRF1 ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end