New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 5977 – NEMO

Changeset 5977


Ignore:
Timestamp:
2015-12-02T13:23:33+01:00 (8 years ago)
Author:
timgraham
Message:

Revert changes to sette.sh as agreed with reviewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO7_STARTHOUR/NEMOGCM/SETTE/sette.sh

    r5872 r5977  
    8888# 
    8989# Compiler among those in NEMOGCM/ARCH 
    90 COMPILER=X64_ADA 
     90COMPILER=tobedefined 
    9191export BATCH_COMMAND_PAR="llsubmit" 
    9292export BATCH_COMMAND_SEQ=$BATCH_COMMAND_PAR 
    93 export INTERACT_FLAG="no" 
     93export INTERACT_FLAG="yes" 
    9494export MPIRUN_FLAG="yes" 
    9595export USING_XIOS="yes" 
     
    136136# ORCA2_LIM_PISCES: 3 &  4 
    137137# ORCA2_OFF_PISCES: 5 &  6 
    138 # ORCA2_LIM3      : 7 &  8 
    139 # AMM12           : 9 & 10 
    140 # SAS             :11 & 12 
    141 # ISOMIP          :13 & 14 
    142 # ORCA2_LIM_OBS:   15 
    143 # ORCA2_AGRIF_LIM :16 
    144 for config in  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 
     138# AMM12           : 7 &  8 
     139# SAS             : 9 & 10 
     140# ORCA2_AGRIF_LIM: 11 
     141for config in 1 2 3 4 5 6 7 8 9 10 11 
    145142 
    146143do 
     
    632629fi 
    633630 
    634  
    635 # TESTS FOR ORCA2_LIM3 CONFIGURATION 
     631# TESTS FOR AMM12 CONFIGURATION 
    636632if [ ${config} -eq 7 ] ;  then 
    637     ## Restartability tests for ORCA2_LIM3 
    638     export TEST_NAME="LONG" 
    639     NUMTS=150 
    640     NUMTSD2=$(( NUMTS/2 )) 
    641     NUMTSD2_STR=$(printf "%08d" $NUMTSD2) 
    642     cd ${CONFIG_DIR} 
    643     . ./makenemo -m ${CMP_NAM} -n ORCA2LIM3_LONG -r ORCA2_LIM3 -j 8 del_key ${DEL_KEYS} 
    644     cd ${SETTE_DIR} 
    645     . ./param.cfg 
    646     . ./all_functions.sh 
    647     . ./prepare_exe_dir.sh 
    648     JOB_FILE=${EXE_DIR}/run_job.sh 
    649     NPROC=4 
    650     if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    651     cd ${EXE_DIR} 
    652     set_namelist namelist_cfg cn_exp \"O2L3_LONG\" 
    653     set_namelist namelist_cfg nn_it000 1 
    654     set_namelist namelist_cfg nn_itend $NUMTS 
    655     set_namelist namelist_cfg nn_stock $NUMTSD2 
    656     set_namelist namelist_cfg ln_clobber .true. 
    657     set_namelist namelist_cfg nn_fwb 0 
    658     set_namelist namelist_cfg jpni 2 
    659     set_namelist namelist_cfg jpnj 2 
    660     set_namelist namelist_cfg jpnij 4 
    661     set_namelist namelist_cfg nn_solv 2 
    662     if [ ${USING_MPMD} == "yes" ] ; then 
    663        set_xio_using_server iodef.xml true 
    664     else 
    665        set_xio_using_server iodef.xml false 
    666     fi 
    667     cd ${SETTE_DIR} 
    668     . ./prepare_job.sh input_ORCA2_LIM3.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 
    669      
    670     cd ${SETTE_DIR} 
    671     export TEST_NAME="SHORT" 
    672     . ./prepare_exe_dir.sh 
    673     cd ${EXE_DIR} 
    674     set_namelist namelist_cfg cn_exp \"O2L3_SHORT\" 
    675     set_namelist namelist_cfg nn_it000 $(( NUMTSD2+1 )) 
    676     set_namelist namelist_cfg nn_itend $NUMTS 
    677     set_namelist namelist_cfg nn_stock $NUMTSD2 
    678     set_namelist namelist_cfg ln_rstart .true. 
    679     set_namelist namelist_cfg nn_rstctl 2 
    680     set_namelist namelist_cfg ln_clobber .true. 
    681     set_namelist namelist_cfg nn_fwb 0 
    682     set_namelist namelist_cfg jpni 2 
    683     set_namelist namelist_cfg jpnj 2 
    684     set_namelist namelist_cfg jpnij 4 
    685     set_namelist namelist_cfg nn_solv 2 
    686     set_namelist namelist_cfg cn_ocerst_in \"O2L3_LONG_${NUMTSD2_STR}_restart\" 
    687     set_namelist namelist_ice_cfg cn_icerst_in \"O2L3_LONG_${NUMTSD2_STR}_restart_ice\" 
    688     for (( i=1; i<=$NPROC; i++)) ; do 
    689         L_NPROC=$(( $i - 1 )) 
    690         L_NPROC=`printf "%04d\n" ${L_NPROC}` 
    691         ln -sf ../LONG/O2L3_LONG_${NUMTSD2_STR}_restart_${L_NPROC}.nc . 
    692         ln -sf ../LONG/O2L3_LONG_${NUMTSD2_STR}_restart_ice_${L_NPROC}.nc . 
    693     done 
    694     if [ ${USING_MPMD} == "yes" ] ; then 
    695        set_xio_using_server iodef.xml true 
    696     else 
    697        set_xio_using_server iodef.xml false 
    698     fi 
    699     cd ${SETTE_DIR} 
    700     . ./prepare_job.sh input_ORCA2_LIM3.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 
    701     cd ${SETTE_DIR} 
    702     . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    703 fi 
    704  
    705 if [ ${config} -eq 8 ] ;  then 
    706     ## Reproducibility tests for ORCA2_LIM3 
    707     export TEST_NAME="REPRO_4_4" 
    708     cd ${CONFIG_DIR} 
    709     . ./makenemo -m ${CMP_NAM} -n ORCA2LIM3_16 -r ORCA2_LIM3 -j 8 add_key "key_mpp_rep" del_key ${DEL_KEYS} 
    710     cd ${SETTE_DIR} 
    711     . ./param.cfg 
    712     . ./all_functions.sh 
    713     . ./prepare_exe_dir.sh 
    714     JOB_FILE=${EXE_DIR}/run_job.sh 
    715     NPROC=16 
    716     if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    717     cd ${EXE_DIR} 
    718     set_namelist namelist_cfg nn_it000 1 
    719     set_namelist namelist_cfg nn_itend 75 
    720     set_namelist namelist_cfg nn_fwb 0 
    721     set_namelist namelist_cfg ln_ctl .false. 
    722     set_namelist namelist_cfg ln_clobber .true. 
    723     set_namelist namelist_cfg jpni 4 
    724     set_namelist namelist_cfg jpnj 4 
    725     set_namelist namelist_cfg jpnij 16 
    726     set_namelist namelist_cfg nn_solv 2 
    727     if [ ${USING_MPMD} == "yes" ] ; then 
    728        set_xio_using_server iodef.xml true 
    729     else 
    730        set_xio_using_server iodef.xml false 
    731     fi 
    732     cd ${SETTE_DIR} 
    733     . ./prepare_job.sh input_ORCA2_LIM3.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 
    734     cd ${SETTE_DIR} 
    735     . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    736  
    737     cd ${SETTE_DIR} 
    738     export TEST_NAME="REPRO_2_8" 
    739     . ./prepare_exe_dir.sh 
    740     JOB_FILE=${EXE_DIR}/run_job.sh 
    741     NPROC=16 
    742     if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    743     cd ${EXE_DIR} 
    744     set_namelist namelist_cfg nn_it000 1 
    745     set_namelist namelist_cfg nn_itend 75 
    746     set_namelist namelist_cfg ln_clobber .true. 
    747     set_namelist namelist_cfg nn_fwb 0 
    748     set_namelist namelist_cfg jpni 2 
    749     set_namelist namelist_cfg jpnj 8 
    750     set_namelist namelist_cfg jpnij 16 
    751     set_namelist namelist_cfg nn_solv 2 
    752     if [ ${USING_MPMD} == "yes" ] ; then 
    753        set_xio_using_server iodef.xml true 
    754     else 
    755        set_xio_using_server iodef.xml false 
    756     fi 
    757  
    758     cd ${SETTE_DIR} 
    759     . ./prepare_job.sh input_ORCA2_LIM3.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 
    760     cd ${SETTE_DIR} 
    761     . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    762 fi 
    763  
    764  
    765 # TESTS FOR AMM12 CONFIGURATION 
    766 if [ ${config} -eq 9 ] ;  then 
    767633    ## Restartability tests for AMM12 
    768634    export TEST_NAME="LONG" 
    769     NUMTS=576 
    770     NUMTSD2=$(( numts/2 )) 
    771     NUMTSD2_STR=$(printf "%08d" $NUMTSD2) 
    772635    cd ${CONFIG_DIR} 
    773636    . ./makenemo -m ${CMP_NAM} -n AMM12_LONG -r AMM12 -j 8 add_key "key_tide" del_key ${DEL_KEYS} 
     
    781644    cd ${EXE_DIR} 
    782645    set_namelist namelist_cfg nn_it000 1 
    783     set_namelist namelist_cfg nn_itend $NUMTS 
    784     set_namelist namelist_cfg nn_stock $NUMTSD2 
     646    set_namelist namelist_cfg nn_itend 576 
     647    set_namelist namelist_cfg nn_stock 288 
    785648    set_namelist namelist_cfg nn_fwb 0 
    786649    set_namelist namelist_cfg ln_ctl .false. 
     
    801664    . ./prepare_exe_dir.sh 
    802665    cd ${EXE_DIR} 
    803     set_namelist namelist_cfg nn_it000 $(( NUMTSD2+1 )) 
    804     set_namelist namelist_cfg nn_itend $NUMTS 
     666    set_namelist namelist_cfg nn_it000 289 
     667    set_namelist namelist_cfg nn_itend 576 
    805668    set_namelist namelist_cfg nn_fwb 0 
    806669    set_namelist namelist_cfg ln_ctl .false. 
     
    811674    set_namelist namelist_cfg ln_rstart .true. 
    812675    set_namelist namelist_cfg nn_rstctl 2 
    813     set_namelist namelist_cfg cn_ocerst_in \"AMM12_${NUMTSD2_STR}_restart_oce_out\" 
     676    set_namelist namelist_cfg cn_ocerst_in \"AMM12_00000288_restart_oce_out\" 
    814677    set_namelist namelist_cfg nn_date0 20120102 
    815678    for (( i=1; i<=$NPROC; i++)) ; do 
    816679        L_NPROC=$(( $i - 1 )) 
    817680        L_NPROC=`printf "%04d\n" ${L_NPROC}` 
    818         ln -sf ../LONG/AMM12_${NUMTSD2_STR}_restart_oce_out_${L_NPROC}.nc . 
     681        ln -sf ../LONG/AMM12_00000288_restart_oce_out_${L_NPROC}.nc . 
    819682    done 
    820683    if [ ${USING_MPMD} == "yes" ] ; then 
     
    829692fi 
    830693 
    831 if [ ${config} -eq 10 ] ;  then 
     694if [ ${config} -eq 8 ] ;  then 
    832695## Reproducibility tests for AMM12 
    833696    export TEST_NAME="REPRO_8_4" 
     
    885748 
    886749# TESTS FOR ORCA2_SAS_LIM CONFIGURATION 
    887 if [ ${config} -eq 11 ] ;  then 
     750if [ ${config} -eq 9 ] ;  then 
    888751    ## Restartability tests for SAS 
    889752    export TEST_NAME="LONG" 
     
    947810fi 
    948811 
    949 if [ ${config} -eq 12 ] ;  then 
     812if [ ${config} -eq 10 ] ;  then 
    950813## Reproducibility tests for ORCA2_SAS_LIM 
    951814    export TEST_NAME="REPRO_8_4" 
     
    1001864    . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    1002865fi 
    1003 # TESTS FOR ISOMIP CONFIGURATION 
    1004 if [ ${config} -eq 13 ] ;  then 
    1005     ## Restartability tests for ISOMIP 
    1006     export TEST_NAME="LONG" 
    1007     cd ${CONFIG_DIR} 
    1008     . ./makenemo -m ${CMP_NAM} -n ISOMIP_LONG -r ISOMIP -j 8 del_key ${DEL_KEYS} 
    1009     cd ${SETTE_DIR} 
    1010     . ./param.cfg 
    1011     . ./all_functions.sh 
    1012     . ./prepare_exe_dir.sh 
    1013     JOB_FILE=${EXE_DIR}/run_job.sh 
    1014     NPROC=4 
    1015     if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    1016     cd ${EXE_DIR} 
    1017     set_namelist namelist_cfg cn_exp \"ISOMIP_LONG\" 
    1018     set_namelist namelist_cfg nn_it000 1 
    1019     set_namelist namelist_cfg nn_itend 96 
    1020     set_namelist namelist_cfg nn_stock 48 
    1021     set_namelist namelist_cfg ln_clobber .true. 
    1022     set_namelist namelist_cfg nn_fwb 0 
    1023     set_namelist namelist_cfg nn_solv 2 
    1024     set_namelist namelist_cfg jpni 2 
    1025     set_namelist namelist_cfg jpnj 2 
    1026     set_namelist namelist_cfg jpnij 4 
    1027     if [ ${USING_MPMD} == "yes" ] ; then 
    1028        set_xio_using_server iodef.xml true 
    1029     else 
    1030        set_xio_using_server iodef.xml false 
    1031     fi 
    1032     cd ${SETTE_DIR} 
    1033     . ./prepare_job.sh input_ISOMIP.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 
    1034  
    1035     cd ${SETTE_DIR} 
    1036     export TEST_NAME="SHORT" 
    1037     . ./prepare_exe_dir.sh 
    1038     cd ${EXE_DIR} 
    1039     set_namelist namelist_cfg cn_exp \"ISOMIP_SHORT\" 
    1040     set_namelist namelist_cfg nn_it000 49 
    1041     set_namelist namelist_cfg nn_itend 96 
    1042     set_namelist namelist_cfg nn_stock 48 
    1043     set_namelist namelist_cfg ln_rstart .true. 
    1044     set_namelist namelist_cfg nn_rstctl 2 
    1045     set_namelist namelist_cfg ln_clobber .true. 
    1046     set_namelist namelist_cfg nn_fwb 0 
    1047     set_namelist namelist_cfg nn_solv 2 
    1048     set_namelist namelist_cfg jpni 2 
    1049     set_namelist namelist_cfg jpnj 2 
    1050     set_namelist namelist_cfg jpnij 4 
    1051     set_namelist namelist_cfg cn_ocerst_in \"ISOMIP_LONG_00000048_restart\" 
    1052     if [ ${USING_MPMD} == "yes" ] ; then 
    1053        set_xio_using_server iodef.xml true 
    1054     else 
    1055        set_xio_using_server iodef.xml false 
    1056     fi 
    1057     for (( i=1; i<=$NPROC; i++)) ; do 
    1058         L_NPROC=$(( $i - 1 )) 
    1059         L_NPROC=`printf "%04d\n" ${L_NPROC}` 
    1060         ln -sf ../LONG/ISOMIP_LONG_00000048_restart_${L_NPROC}.nc . 
    1061     done 
    1062     if [ ${USING_MPMD} == "yes" ] ; then 
    1063        set_xio_using_server iodef.xml true 
    1064     else 
    1065        set_xio_using_server iodef.xml false 
    1066     fi 
    1067     cd ${SETTE_DIR} 
    1068     . ./prepare_job.sh input_ISOMIP.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 
    1069     cd ${SETTE_DIR} 
    1070     . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    1071 fi 
    1072 if [ ${config} -eq 14 ] ;  then 
    1073     ## Reproducibility tests for ISOMIP 
    1074     export TEST_NAME="REPRO_1_4" 
    1075     cd ${CONFIG_DIR} 
    1076     . ./makenemo -m ${CMP_NAM} -n ISOMIP_4 -r ISOMIP -j 8 add_key "key_mpp_rep" del_key ${DEL_KEYS} 
    1077     cd ${SETTE_DIR} 
    1078     . ./param.cfg 
    1079     . ./all_functions.sh 
    1080     . ./prepare_exe_dir.sh 
    1081     JOB_FILE=${EXE_DIR}/run_job.sh 
    1082     NPROC=4 
    1083     if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    1084     cd ${EXE_DIR} 
    1085     set_namelist namelist_cfg cn_exp \"ISOMIP_14\" 
    1086     set_namelist namelist_cfg nn_it000 1 
    1087     set_namelist namelist_cfg nn_itend 48 
    1088     set_namelist namelist_cfg nn_fwb 0 
    1089     set_namelist namelist_cfg nn_bench 0 
    1090     set_namelist namelist_cfg ln_ctl .false. 
    1091     set_namelist namelist_cfg ln_clobber .true. 
    1092     set_namelist namelist_cfg nn_solv 2 
    1093     set_namelist namelist_cfg jpni 1 
    1094     set_namelist namelist_cfg jpnj 4 
    1095     set_namelist namelist_cfg jpnij 4 
    1096     if [ ${USING_MPMD} == "yes" ] ; then 
    1097        set_xio_using_server iodef.xml true 
    1098     else 
    1099        set_xio_using_server iodef.xml false 
    1100     fi 
    1101     cd ${SETTE_DIR} 
    1102     . ./prepare_job.sh input_ISOMIP.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 
    1103     cd ${SETTE_DIR} 
    1104     . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    1105  
    1106     cd ${SETTE_DIR} 
    1107     export TEST_NAME="REPRO_2_2" 
    1108     . ./prepare_exe_dir.sh 
    1109     JOB_FILE=${EXE_DIR}/run_job.sh 
    1110     NPROC=4 
    1111     if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    1112     cd ${EXE_DIR} 
    1113     set_namelist namelist_cfg cn_exp \"ISOMIP_22\" 
    1114     set_namelist namelist_cfg nn_it000 1 
    1115     set_namelist namelist_cfg nn_itend 48 
    1116     set_namelist namelist_cfg nn_fwb 0 
    1117     set_namelist namelist_cfg ln_ctl .false. 
    1118     set_namelist namelist_cfg ln_clobber .true. 
    1119     set_namelist namelist_cfg nn_solv 2 
    1120     set_namelist namelist_cfg jpni 2 
    1121     set_namelist namelist_cfg jpnj 2 
    1122     set_namelist namelist_cfg jpnij 4 
    1123     if [ ${USING_MPMD} == "yes" ] ; then 
    1124        set_xio_using_server iodef.xml true 
    1125     else 
    1126        set_xio_using_server iodef.xml false 
    1127     fi 
    1128     cd ${SETTE_DIR} 
    1129     . ./prepare_job.sh input_ISOMIP.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 
    1130     cd ${SETTE_DIR} 
    1131     . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    1132  
    1133 fi 
    1134  
    1135 ## Test assimilation interface code, OBS and ASM for reproducibility 
    1136 ## Restartability not tested (ASM code not restartable while increments are being applied) 
    1137 if [ ${config} -eq 15 ] ; then 
    1138    ## Reproducibility tests for ORCA2_LIM_OBS 
    1139     export TEST_NAME="REPRO_4_4" 
    1140     cd ${CONFIG_DIR} 
    1141     . ./makenemo -m ${CMP_NAM} -n ORCA2_LIM_OBS -r ORCA2_LIM -j 8 add_key "key_mpp_rep key_diaobs key_asminc" del_key ${DEL_KEYS} 
    1142     cd ${SETTE_DIR} 
    1143     . ./param.cfg 
    1144     . ./all_functions.sh 
    1145     . ./prepare_exe_dir.sh 
    1146     JOB_FILE=${EXE_DIR}/run_job.sh 
    1147     NPROC=16 
    1148     if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    1149     cd ${EXE_DIR} 
    1150     set_namelist namelist_cfg nn_it000 1 
    1151     set_namelist namelist_cfg nn_itend 75 
    1152     set_namelist namelist_cfg nn_fwb 0 
    1153     set_namelist namelist_cfg ln_ctl .false. 
    1154     set_namelist namelist_cfg ln_clobber .true. 
    1155     set_namelist namelist_cfg jpni 4 
    1156     set_namelist namelist_cfg jpnj 4 
    1157     set_namelist namelist_cfg jpnij 16 
    1158     set_namelist namelist_cfg nn_solv 2    
    1159     set_namelist namelist_cfg ln_t3d .true. 
    1160     set_namelist namelist_cfg ln_s3d .true. 
    1161     set_namelist namelist_cfg ln_profb .true. 
    1162     set_namelist namelist_cfg ln_sst .true. 
    1163     set_namelist namelist_cfg ln_sstfb .true. 
    1164     set_namelist namelist_cfg ln_sla .true. 
    1165     set_namelist namelist_cfg ln_slafb .true. 
    1166     set_namelist namelist_cfg ln_seaice .false. 
    1167     set_namelist namelist_cfg ln_bkgwri .true. 
    1168     set_namelist namelist_cfg ln_trainc .true. 
    1169     set_namelist namelist_cfg ln_dyninc .true. 
    1170     set_namelist namelist_cfg ln_sshinc .true. 
    1171     set_namelist namelist_cfg ln_asmiau .true. 
    1172     if [ ${USING_MPMD} == "yes" ] ; then 
    1173        set_xio_using_server iodef.xml true 
    1174     else 
    1175        set_xio_using_server iodef.xml false 
    1176     fi 
    1177     cd ${SETTE_DIR} 
    1178     . ./prepare_job.sh input_ORCA2_LIM_OBS.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 
    1179     cd ${SETTE_DIR} 
    1180     . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    1181  
    1182    cd ${SETTE_DIR} 
    1183     export TEST_NAME="REPRO_2_8" 
    1184     . ./prepare_exe_dir.sh 
    1185     JOB_FILE=${EXE_DIR}/run_job.sh 
    1186     NPROC=16 
    1187     if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    1188     cd ${EXE_DIR} 
    1189     set_namelist namelist_cfg nn_it000 1 
    1190     set_namelist namelist_cfg nn_itend 75 
    1191     set_namelist namelist_cfg nn_fwb 0 
    1192     set_namelist namelist_cfg ln_ctl .false. 
    1193     set_namelist namelist_cfg ln_clobber .true. 
    1194     set_namelist namelist_cfg jpni 2 
    1195     set_namelist namelist_cfg jpnj 8 
    1196     set_namelist namelist_cfg jpnij 16 
    1197     set_namelist namelist_cfg nn_solv 2 
    1198     set_namelist namelist_cfg ln_t3d .true. 
    1199     set_namelist namelist_cfg ln_s3d .true. 
    1200     set_namelist namelist_cfg ln_profb .true. 
    1201     set_namelist namelist_cfg ln_sst .true. 
    1202     set_namelist namelist_cfg ln_sstfb .true. 
    1203     set_namelist namelist_cfg ln_sla .true. 
    1204     set_namelist namelist_cfg ln_slafb .true. 
    1205     set_namelist namelist_cfg ln_seaice .false. 
    1206     set_namelist namelist_cfg ln_bkgwri .true. 
    1207     set_namelist namelist_cfg ln_trainc .true. 
    1208     set_namelist namelist_cfg ln_dyninc .true. 
    1209     set_namelist namelist_cfg ln_sshinc .true. 
    1210     set_namelist namelist_cfg ln_asmiau .true. 
    1211     if [ ${USING_MPMD} == "yes" ] ; then 
    1212        set_xio_using_server iodef.xml true 
    1213     else 
    1214        set_xio_using_server iodef.xml false 
    1215     fi 
    1216     cd ${SETTE_DIR} 
    1217     . ./prepare_job.sh input_ORCA2_LIM_OBS.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 
    1218     cd ${SETTE_DIR} 
    1219     . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    1220 fi 
     866 
    1221867# TEST FOR ORCA2_LIM_AGRIF : simple test of running AGRIF (no restartability neither reproducibility tests) 
    1222 if [ ${config} -eq 16 ] ;  then 
     868if [ ${config} -eq 11 ] ;  then 
    1223869    ## ORCA2_LIM with Agulhas AGRIF zoom in MPI 
    1224870    export TEST_NAME="SHORT" 
Note: See TracChangeset for help on using the changeset viewer.