Changeset 7700
- Timestamp:
- 2017-02-20T10:43:59+01:00 (8 years ago)
- Location:
- branches/2017/dev_r7663_ISOMIP_TEST_CASE/NEMOGCM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_r7663_ISOMIP_TEST_CASE/NEMOGCM/CONFIG/makenemo
r7646 r7700 250 250 REF_CONF=${x_r} 251 251 USP_CONF=${x_u} 252 NEMO_TDIR=${x_t :-$NEMO_TDIR}252 NEMO_TDIR=${x_t} 253 253 export NEMO_TDIR=${NEMO_TDIR:-$CONFIG_DIR} 254 254 export NEMO_DIR=${MAIN_DIR}/${x_s} -
branches/2017/dev_r7663_ISOMIP_TEST_CASE/NEMOGCM/SETTE/sette.sh
r7684 r7700 151 151 if [ ${config} -eq 1 ] ; then 152 152 ## Restartability tests for GYRE 153 unset NEMO_TDIR154 153 export TEST_NAME="LONG" 155 154 cd ${CONFIG_DIR0} … … 223 222 if [ ${config} -eq 2 ] ; then 224 223 ## Reproducibility tests for GYRE 225 unset NEMO_TDIR226 224 export TEST_NAME="REPRO_4_8" 227 225 cd ${CONFIG_DIR0} … … 289 287 if [ ${config} -eq 3 ] ; then 290 288 ## Restartability tests for ORCA2_LIM3 291 unset NEMO_TDIR292 289 export TEST_NAME="LONG" 293 290 cd ${CONFIG_DIR0} … … 361 358 if [ ${config} -eq 4 ] ; then 362 359 ## Reproducibility tests for ORCA2_LIM3 363 unset NEMO_TDIR364 360 export TEST_NAME="REPRO_8_4" 365 361 cd ${CONFIG_DIR0} … … 427 423 if [ ${config} -eq 5 ] ; then 428 424 ## Restartability tests for ORCA2_LIM3_PISCES 429 unset NEMO_TDIR430 425 export TEST_NAME="LONG" 431 426 cd ${CONFIG_DIR0} … … 525 520 if [ ${config} -eq 6 ] ; then 526 521 ## Reproducibility tests for ORCA2_LIM3_PISCES 527 unset NEMO_TDIR528 522 export TEST_NAME="REPRO_4_8" 529 523 cd ${CONFIG_DIR0} … … 615 609 if [ ${config} -eq 7 ] ; then 616 610 ## Restartability tests for ORCA2_OFF_PISCES 617 unset NEMO_TDIR618 611 export TEST_NAME="LONG" 619 612 cd ${CONFIG_DIR0} … … 707 700 if [ ${config} -eq 8 ] ; then 708 701 ## Reproducibility tests for ORCA2_OFF_PISCES 709 unset NEMO_TDIR710 702 export TEST_NAME="REPRO_4_8" 711 703 cd ${CONFIG_DIR0} … … 796 788 if [ ${config} -eq 9 ] ; then 797 789 ## Restartability tests for AMM12 798 unset NEMO_TDIR799 790 export TEST_NAME="LONG" 800 791 cd ${CONFIG_DIR0} … … 863 854 if [ ${config} -eq 10 ] ; then 864 855 ## Reproducibility tests for AMM12 865 unset NEMO_TDIR866 856 export TEST_NAME="REPRO_8_4" 867 857 cd ${CONFIG_DIR0} … … 926 916 if [ ${config} -eq 11 ] ; then 927 917 ## Restartability tests for SAS 928 unset NEMO_TDIR929 918 export TEST_NAME="LONG" 930 919 cd ${CONFIG_DIR0} … … 995 984 if [ ${config} -eq 12 ] ; then 996 985 ## Restartability tests for ISOMIP 997 # to avoid unwanted ISOMIP_?? repository in CONFIG dir, unset NEMO_TDIR is needed998 unset NEMO_TDIR999 986 export TEST_NAME="LONG" 1000 987 cd ${CONFIG_DIR0} … … 1063 1050 if [ ${config} -eq 13 ] ; then 1064 1051 ## Reproducibility tests for ISOMIP 1065 # to avoid unwanted ISOMIP_?? repository in CONFIG dir, unset NEMO_TDIR is needed1066 unset NEMO_TDIR1067 1052 export TEST_NAME="REPRO_4_8" 1068 1053 cd ${CONFIG_DIR0} … … 1127 1112 if [ ${config} -eq 14 ] ; then 1128 1113 ## Reproducibility tests for ORCA2_LIM_OBS 1129 unset NEMO_TDIR1130 1114 export TEST_NAME="REPRO_4_8" 1131 1115 cd ${CONFIG_DIR0} … … 1213 1197 if [ ${config} -eq 15 ] ; then 1214 1198 ## ORCA2_LIM with Agulhas AGRIF zoom in MPI 1215 unset NEMO_TDIR1216 1199 export TEST_NAME="SHORT" 1217 1200 cd ${CONFIG_DIR0} … … 1260 1243 if [ ${config} -eq 16 ] ; then 1261 1244 # First run same as 15 but without zoom 1262 unset NEMO_TDIR1263 1245 export TEST_NAME="SHORT_NOZOOM" 1264 1246 cd ${CONFIG_DIR0} … … 1298 1280 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 1299 1281 1300 unset NEMO_TDIR1301 1282 export TEST_NAME="SHORT_NOAGRIF" 1302 1283 cd ${CONFIG_DIR0} … … 1337 1318 ## Restartability tests for ORCA2_LIM_AGRIF 1338 1319 if [ ${config} -eq 17 ] ; then 1339 unset NEMO_TDIR1340 1320 export TEST_NAME="LONG" 1341 1321 cd ${CONFIG_DIR0} … … 1438 1418 ## Reproducibility tests for ORCA2_LIM_AGRIF 1439 1419 if [ ${config} -eq 18 ] ; then 1440 unset NEMO_TDIR1441 1420 export TEST_NAME="REPRO_4_4" 1442 1421 cd ${CONFIG_DIR0}
Note: See TracChangeset
for help on using the changeset viewer.