#BSUB -J %E%rap_analysis_pcyc_%CYC% #BSUB -o /com/output/%ENVIR%/today/rap_analysis_pcyc_%CYC%.o%J #BSUB -e /com/output/%ENVIR%/today/rap_analysis_pcyc_%CYC%.o%J #BSUB -cwd /tmpnwprd #BSUB -L /bin/sh #BSUB -n 80 #BSUB -R "span[ptile=8]" #BSUB -R affinity[core:distribute=balance] #BSUB -W 00:40 #BSUB -P %PROJ% #BSUB -q prod #BSUB -x #BSUB -a poe %include # EXPORT list here set -x export envir=%ENVIR% export cyc=%CYC% export job=rap_analysis_pcyc_%CYC% # versions file for Rapid Refresh model $mod_ver VERSION_FILE=/nw${envir}/versions/rap.ver if [ -f $VERSION_FILE ]; then . $VERSION_FILE else ecflow_client --abort exit fi # CALL executable job script here /nw${envir}/rap.${model_ver}/jobs/JRAP_ANALYSIS_PCYC if [ $? -ne 0 ]; then ecflow_client --abort exit fi %include %manual ########################################################################## # Purpose: to prepare the boundary conditions for the Rapid Refresh Model ########################################################################## ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end