#BSUB -J %E%hwrf%NUM%_nmm_gsi_d3_%CYC% #BSUB -o /com/output/%ENVIR%/today/hwrf%NUM%_nmm_gsi_d3_%CYC%.o%J #BSUB -e /com/output/%ENVIR%/today/hwrf%NUM%_nmm_gsi_d3_%CYC%.o%J #BSUB -L /bin/sh #BSUB -q prod #BSUB -cwd /tmpnwprd #BSUB -W 00:30 #BSUB -P %PROJ% #BSUB -a poe #BSUB -n 80 #BSUB -R span[ptile=10] #BSUB -R "affinity[core]" #BSUB -x %include "/ecf/ecfnets/scripts/head.h" set -x module load ics module load ibmpe export LSB_PJL_TASK_GEOMETRY="{(0,1,2,3,4,5,6,7,8,9)(10,11,12,13,14,15,16,17,18,19)(20,21,22,23,24,25,26,27,28,29)(30,31,32,33,34,35,36,37,38,39)(40,41,42,43,44,45,46,47,48,49)(50,51,52,53,54,55,56,57,58,59)(60,61,62,63,64,65,66,67,68,69)(70,71,72,73,74,75,76,77,78,79)}" export MP_EUIDEVICE=sn_all export MP_EUILIB=us export envir=%ENVIR% export job=hwrf%NUM%_nmm_gsi_d3_%CYC% export cyc=%CYC% export storm_num=%NUM% export stormlabel=storm%NUM% # 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_NMM_GSI_D3 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: Domain3 GSI analysis # ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end