Changeset 10747
- Timestamp:
- 2019-03-12T18:00:52+01:00 (6 years ago)
- Location:
- NEMO/branches/2019/fix_sette_ticket2239
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/fix_sette_ticket2239/param.cfg
r10732 r10747 19 19 # generic sette job name 20 20 BATCH_NAME=${SETTE_BATCH_NAME:-sette} 21 # List of test configurations 22 TEST_CONFIGS=${SETTE_TEST_CONFIGS:-"GYRE_PISCES ORCA2_ICE_PISCES ORCA2_OFF_PISCES AMM12 SAS ORCA2_ICE_OBS AGRIF SPITZ12 LOCK_EXCHANGE VORTEX ICE_AGRIF ISOMIP"} 21 23 # 22 24 #- FORCING files storing -
NEMO/branches/2019/fix_sette_ticket2239/sette.sh
r10717 r10747 3 3 SETTE_DIR=$(cd $(dirname "$0"); pwd) 4 4 MAIN_DIR=$(dirname $SETTE_DIR) 5 6 # Parse command-line arguments 7 # 8 # -t "test configurations": select active test configurations 9 # (overrides selection made using 10 # environment variable SETTE_TEST_CONFIGS) 11 while getopts t: option; do [ $option == "t" ] && export SETTE_TEST_CONFIGS=$OPTARG; done 12 shift $((OPTIND - 1)) 13 5 14 . ./param.cfg 6 15 -
NEMO/branches/2019/fix_sette_ticket2239/sette_reference-configurations.sh
r10732 r10747 141 141 cd ${SETTE_DIR} 142 142 cp BATCH_TEMPLATE/${JOB_PREFIX}-${COMPILER} job_batch_template || exit 143 # Description of configuration tested:144 # GYRE_PISCES : 1145 # ORCA2_ICE_PISCES : 2146 # ORCA2_OFF_PISCES : 3147 # AMM12 : 4148 # SAS : 5149 # ORCA2_ICE_OBS : 6150 # AGRIF : 7 & 8test AGRIF in a double zoom configuration in the nordic seas + 1 zoom in the eq. Pacific (AGRIF_DEMO)151 # 152 # SPITZ12 : 9regional configuration including sea-ice and tides (Spitzbergen)153 154 for config in 1 2 3 4 5 6 7 8 9143 # Description of available configurations: 144 # GYRE_PISCES : 145 # ORCA2_ICE_PISCES : 146 # ORCA2_OFF_PISCES : 147 # AMM12 : 148 # SAS : 149 # ORCA2_ICE_OBS : 150 # AGRIF : test AGRIF in a double zoom configuration in the nordic seas + 1 zoom in the eq. Pacific (AGRIF_DEMO) 151 # and check that key_agrif without zoom = no key_agrif 152 # SPITZ12 : regional configuration including sea-ice and tides (Spitzbergen) 153 154 for config in ${TEST_CONFIGS} 155 155 do 156 156 … … 158 158 # GYRE_PISCES 159 159 # ----------- 160 if [ ${config} -eq 1] ; then160 if [ ${config} == "GYRE_PISCES" ] ; then 161 161 ## Restartability tests for GYRE_PISCES 162 162 export TEST_NAME="LONG" … … 294 294 # ORCA2_ICE_PISCES 295 295 # ----------------- 296 if [ ${config} -eq 2] ; then296 if [ ${config} == "ORCA2_ICE_PISCES" ] ; then 297 297 ## Restartability tests for ORCA2_ICE_PISCES 298 298 export TEST_NAME="LONG" … … 531 531 # ORCA2_OFF_PISCES 532 532 # ---------------- 533 if [ ${config} -eq 3] ; then533 if [ ${config} == "ORCA2_OFF_PISCES" ] ; then 534 534 ## Restartability tests for ORCA2_OFF_PISCES 535 535 export TEST_NAME="LONG" … … 717 717 # AMM12 718 718 # ----- 719 if [ ${config} -eq 4] ; then719 if [ ${config} == "AMM12" ] ; then 720 720 ## Restartability tests for AMM12 721 721 export TEST_NAME="LONG" … … 840 840 # ORCA2_SAS 841 841 # --------- 842 if [ ${config} -eq 5] ; then842 if [ ${config} == "SAS" ] ; then 843 843 ## Restartability tests 844 844 export TEST_NAME="LONG" … … 970 970 ## Test assimilation interface code, OBS and ASM for reproducibility 971 971 ## Restartability not tested (ASM code not restartable while increments are being applied) 972 if [ ${config} -eq 6] ; then972 if [ ${config} == "ORCA2_ICE_OBS" ] ; then 973 973 ## Reproducibility tests 974 974 export TEST_NAME="REPRO_4_8" … … 1086 1086 # AGRIF ICE 1087 1087 # ----------- 1088 if [ ${config} -eq 7] ; then1088 if [ ${config} == "AGRIF" ] ; then 1089 1089 ## Restartability tests 1090 1090 export TEST_NAME="LONG" … … 1351 1351 1352 1352 ## test code corruption with AGRIF (phase 2) ==> Compile without key_agrif (to be compared with AGRIF_DEMO_ST/ORCA2) 1353 if [ ${config} -eq 8] ; then1353 if [ ${config} == "AGRIF" ] ; then 1354 1354 export TEST_NAME="ORCA2" 1355 1355 cd ${MAIN_DIR} … … 1386 1386 # SPITZ12 1387 1387 # ------- 1388 if [ ${config} -eq 9] ; then1388 if [ ${config} == "SPITZ12" ] ; then 1389 1389 ## Restartability tests 1390 1390 export TEST_NAME="LONG" -
NEMO/branches/2019/fix_sette_ticket2239/sette_test-cases.sh
r10717 r10747 143 143 cp BATCH_TEMPLATE/${JOB_PREFIX}-${COMPILER} job_batch_template || exit 144 144 # Description of configuration tested: 145 # OVERFLOW : 1TEST s-coordinates : (tracers) Advection schemes: FCT2, FCT4, ubs146 # 147 # 148 # 149 # LOCK_EXCHANGE : 2150 # VORTEX : 3151 # ICE_AGRIF : 4152 # ISOMIP : 5145 # OVERFLOW : TEST s-coordinates : (tracers) Advection schemes: FCT2, FCT4, ubs 146 # & (dynamics) advection schemes: flux form (ubs, centered), vector form (een) 147 # zps-coordinates : (tracers) Advection schemes: FCT2, FCT4, ubs 148 # & (dynamics) advection schemes: flux form (ubs, centered), vector form (een, and een + Hollingsworth correction) 149 # LOCK_EXCHANGE : 150 # VORTEX : 151 # ICE_AGRIF : 152 # ISOMIP : 153 153 # WAD 154 154 155 155 156 for config in 1 2 3 4 5156 for config in ${TEST_CONFIGS} 157 157 do 158 158 … … 160 160 # OVERFLOW 161 161 # --------- 162 if [ ${config} -eq 1] ; then162 if [ ${config} == "OVERFLOW" ] ; then 163 163 ## Restartability tests for OVERFLOW 164 164 export TEST_NAME="LONG" … … 254 254 # LOCK_EXCHANGE 255 255 # -------------- 256 if [ ${config} -eq 2] ; then256 if [ ${config} == "LOCK_EXCHANGE" ] ; then 257 257 ## Restartability tests for LOCK_EXCHANGE 258 258 export TEST_NAME="LONG" … … 349 349 # VORTEX 350 350 # --------- 351 if [ ${config} -eq 3] ; then351 if [ ${config} == "VORTEX" ] ; then 352 352 ## Restartability tests for VORTEX 353 353 export TEST_NAME="LONG" … … 522 522 # ICE_AGRIF 523 523 # --------- 524 if [ ${config} -eq 4] ; then524 if [ ${config} == "ICE_AGRIF" ] ; then 525 525 ## Restartability tests for ICE_AGRIF 526 526 export TEST_NAME="LONG" … … 703 703 # ISOMIP 704 704 # ------ 705 if [ ${config} -eq 5] ; then705 if [ ${config} == "ISOMIP" ] ; then 706 706 ## Restartability tests 707 707 export TEST_NAME="LONG"
Note: See TracChangeset
for help on using the changeset viewer.