#BSUB -J %E%hwrf%NUM%_pre_atmos_%CYC% #BSUB -o /com/output/%ENVIR%/today/hwrf%NUM%_pre_atmos_%CYC%.o%J #BSUB -e /com/output/%ENVIR%/today/hwrf%NUM%_pre_atmos_%CYC%.o%J #BSUB -cwd /tmpnwprd #BSUB -q prod_shared #BSUB -n 1 #BSUB -R rusage[mem=4000] #BSUB -R affinity[core] #BSUB -R span[ptile=1] #BSUB -W 00:20 #BSUB -L /bin/sh #BSUB -P %PROJ% %include "/ecf/ecfnets/scripts/head.h" # EXPORT list here set -x module load ics module load ibmpe export XLFRTEOPTS="unit_vars=yes" export envir=%ENVIR% export storm_num=%NUM% export stormlabel=storm%NUM% export cyc=%CYC% export job=hwrf%NUM%_pre_atmos_%CYC% # 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_PRE_ATMOS 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: Prepare all necessary environment varialbes. ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end