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 9507 for branches/2017/dev_merge_2017/NEMOGCM/SETTE – NEMO

Ignore:
Timestamp:
2018-04-27T10:11:28+02:00 (6 years ago)
Author:
clem
Message:

add comments in SETTE for running AGRIF_NORDIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/SETTE/sette.sh

    r9483 r9507  
    142142# ORCA2_AGRIF_LIM3  :  8  
    143143# ORCA2AGR          :  9 & 10  AGRIF active with no zoom, compared to no AGRIF cpp key 
    144  
    145 for config in 1 2 3 4 5 6 7 8 9 10 
     144# AGRIF             :  11 & 12  test AGRIF in a double zoom configuration (AGRIF_NORDIC) 
     145#                               and check that key_agrif without zoom = no key_agrif 
     146 
     147for config in 1 2 3 4 5 6 7 8 9 10 11 12 
    146148do 
    147149 
     
    13891391fi 
    13901392 
    1391 ### clem: TO BE TESTED !!!! 
    13921393# ------------ 
    13931394# AGRIF NORDIC 
    13941395# ----------- 
    13951396if [ ${config} -eq 11 ] ;  then 
    1396 ## Restartability tests 
     1397## Restartability tests AGRIF 
    13971398    export TEST_NAME="LONG" 
    13981399    cd ${CONFIG_DIR0} 
     
    14181419    set_namelist 2_namelist_cfg nn_itend 240 
    14191420    set_namelist 2_namelist_cfg nn_stock 120 
    1420 # 
     1421 
    14211422    if [ ${USING_MPMD} == "yes" ] ; then 
    14221423       set_xio_using_server iodef.xml true 
     
    14761477    . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    14771478 
    1478  
    1479 ## Reproducibility tests 
     1479## Reproducibility tests AGRIF 
    14801480    export TEST_NAME="REPRO_4_8" 
    14811481    cd ${CONFIG_DIR0} 
     
    15491549    . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    15501550 
    1551 # test code corruption with AGRIF 
    1552 # Compile with AGRIF but run with no zoom 
    1553     export TEST_NAME="AGRIF_NOZOOM" 
    1554     cd ${CONFIG_DIR0} 
    1555     cd ${SETTE_DIR} 
    1556     . ./param.cfg 
    1557     . ./all_functions.sh 
    1558     . ./prepare_exe_dir.sh 
    1559     JOB_FILE=${EXE_DIR}/run_job.sh 
    1560     NPROC=32 
    1561     if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    1562     cd ${EXE_DIR} 
    1563     set_namelist namelist_cfg cn_exp \"AGRIF_NOZOOM\" 
     1551## test code corruption with AGRIF (phase 1) ==> Compile with key_agrif but run with no zoom 
     1552    export TEST_NAME="ORCA2" 
     1553    cd ${CONFIG_DIR0} 
     1554    cd ${SETTE_DIR} 
     1555    . ./param.cfg 
     1556    . ./all_functions.sh 
     1557    . ./prepare_exe_dir.sh 
     1558    JOB_FILE=${EXE_DIR}/run_job.sh 
     1559    NPROC=32 
     1560    if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
     1561    cd ${EXE_DIR} 
     1562    set_namelist namelist_cfg cn_exp \"ORCA2\" 
    15641563    set_namelist namelist_cfg nn_it000 1 
    15651564    set_namelist namelist_cfg nn_itend 150 
    1566 #  
     1565 
    15671566#   Set the number of fine grids to zero:     
    15681567    sed -i "1s/.*/0/" ${EXE_DIR}/AGRIF_FixedGrids.in 
     
    15801579fi 
    15811580 
     1581## test code corruption with AGRIF (phase 2) ==> Compile without key_agrif (to be compared with AGRIF_ST/ORCA2) 
    15821582if [ ${config} -eq 12 ] ;  then 
    1583 # Compile with same option as AGRIF_NOZOOM, except no key_agrif to check AGRIF does not hurt... 
    1584     export TEST_NAME="AGRIF_NOAGRIF" 
    1585     cd ${CONFIG_DIR0} 
    1586     . ./makenemo -m ${CMP_NAM} -n AGRIF_NOAGRIF -r AGRIF_NORDIC -j 8 del_key "key_top key_agrif" 
    1587     cd ${SETTE_DIR} 
    1588     . ./param.cfg 
    1589     . ./all_functions.sh 
    1590     . ./prepare_exe_dir.sh 
    1591     JOB_FILE=${EXE_DIR}/run_job.sh 
    1592     NPROC=32 
    1593     if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    1594     cd ${EXE_DIR} 
    1595     set_namelist namelist_cfg cn_exp \"AGRIF_NOAGRIF\" 
     1583    export TEST_NAME="ORCA2" 
     1584    cd ${CONFIG_DIR0} 
     1585    . ./makenemo -m ${CMP_NAM} -n AGRIF_ST_NOAGRIF -r AGRIF_NORDIC -j 8 del_key "key_top key_agrif" 
     1586    cd ${SETTE_DIR} 
     1587    . ./param.cfg 
     1588    . ./all_functions.sh 
     1589    . ./prepare_exe_dir.sh 
     1590    JOB_FILE=${EXE_DIR}/run_job.sh 
     1591    NPROC=32 
     1592    if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
     1593    cd ${EXE_DIR} 
     1594    set_namelist namelist_cfg cn_exp \"ORCA2\" 
    15961595    set_namelist namelist_cfg nn_it000 1 
    15971596    set_namelist namelist_cfg nn_itend 150 
Note: See TracChangeset for help on using the changeset viewer.