#BSUB -J %E%hwrf%NUM%_gfs_init_%CYC% #BSUB -o /com/output/%ENVIR%/today/hwrf%NUM%_gfs_init_%CYC%.o%J #BSUB -e /com/output/%ENVIR%/today/hwrf%NUM%_gfs_init_%CYC%.o%J #BSUB -L /bin/sh #BSUB -q prod #BSUB -n 32 #BSUB -R span[ptile=16] ##BSUB -R rusage[mem=1000] #BSUB -R affgfs_inity[core] #BSUB -cwd /tmpnwprd #BSUB -W 01:00 #BSUB -P %PROJ% #BSUB -q prod #BSUB -a poe #BSUB -x ### @** include $KICKhwrf/kick_top.inc ## TBD 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)}" export MP_EUIDEVICE=sn_all export MP_EUILIB=us %include "/ecf/ecfnets/scripts/head.h" set -x export envir=%ENVIR% export job=hwrf%NUM%_gfs_init_%CYC% export cyc=%CYC% export storm_num=%NUM% export stormlabel=storm%NUM% export FHR=0 export first_prep=0 export last_prep=1 export FGATH_COUNT=1 # 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_OCEAN_INIT 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: Initialize ocean domain for POM (COUPLE or NON-COUPLE). # ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end