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

Ignore:
Timestamp:
2017-07-06T11:51:59+02:00 (7 years ago)
Author:
clem
Message:

also correct sette.sh

File:
1 edited

Legend:

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

    r8226 r8292  
    312312    set_namelist namelist_cfg jpnj 8 
    313313    set_namelist namelist_cfg jpnij 32 
     314    set_namelist namelist_ice_cfg ln_limdiachk .true. 
    314315    set_namelist namelist_top_cfg ln_trcdta .false. 
    315316    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
     
    350351    set_namelist namelist_cfg jpnj 8 
    351352    set_namelist namelist_cfg jpnij 32 
     353    set_namelist namelist_ice_cfg ln_limdiachk .true. 
    352354    set_namelist namelist_top_cfg ln_rsttr .true. 
    353355    set_namelist namelist_top_cfg nn_rsttr 2 
     
    411413    set_namelist namelist_cfg jpnj 8 
    412414    set_namelist namelist_cfg jpnij 32 
     415    set_namelist namelist_ice_cfg ln_limdiachk .true. 
    413416    set_namelist namelist_top_cfg ln_trcdta .false. 
    414417    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
     
    452455    set_namelist namelist_cfg jpnj 4 
    453456    set_namelist namelist_cfg jpnij 32 
     457    set_namelist namelist_ice_cfg ln_limdiachk .true. 
    454458    set_namelist namelist_top_cfg ln_trcdta .false. 
    455459    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
     
    810814    set_namelist namelist_cfg jpnj 8 
    811815    set_namelist namelist_cfg jpnij 32 
     816    set_namelist namelist_ice_cfg ln_limdiachk .true. 
    812817    if [ ${USING_MPMD} == "yes" ] ; then 
    813818       set_xio_using_server iodef.xml true 
     
    835840    set_namelist namelist_cfg ln_rstart .true. 
    836841    set_namelist namelist_cfg nn_rstctl 2 
     842    set_namelist namelist_ice_cfg ln_limdiachk .true. 
    837843    set_namelist namelist_ice_cfg cn_icerst_in \"SAS_00000050_restart_ice\" 
    838844    if [ ${USING_MPMD} == "yes" ] ; then 
     
    12201226    export TEST_NAME="LONG" 
    12211227    cd ${CONFIG_DIR0} 
    1222     . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_LONG -r ORCA2_LIM3_PISCES -d "OPA_SRC LIM_SRC_3 NST_SRC" -j 8 add_key "key_agrif" del_key "key_zdftmx key_top" 
     1228    . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_LONG -r ORCA2_LIM3_PISCES -d "OPA_SRC LIM_SRC_3 NST_SRC" -j 8 add_key "key_agrif key_zdftmx" del_key "key_zdftmx_new key_top" 
    12231229    cd ${SETTE_DIR} 
    12241230    . ./param.cfg 
     
    12961302    set_namelist namelist_ice_cfg cn_icerst_in \"O2LP_LONG_00000075_restart_ice\" 
    12971303    set_namelist 1_namelist_cfg cn_ocerst_in \"O2LP_LONG_00000150_restart\" 
     1304    set_namelist 1_namelist_ice_cfg cn_icerst_in \"O2LP_LONG_00000150_restart_ice\" 
    12981305 
    12991306    for (( i=1; i<=$NPROC; i++)) ; do 
     
    13031310        ln -sf ../LONG/O2LP_LONG_00000075_restart_ice_${L_NPROC}.nc . 
    13041311        ln -sf ../LONG/1_O2LP_LONG_00000150_restart_${L_NPROC}.nc . 
     1312        ln -sf ../LONG/1_O2LP_LONG_00000150_restart_ice_${L_NPROC}.nc . 
    13051313    done 
    13061314    if [ ${USING_MPMD} == "yes" ] ; then 
     
    13191327    export TEST_NAME="REPRO_4_4" 
    13201328    cd ${CONFIG_DIR0} 
    1321     . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_16 -r ORCA2_LIM3_PISCES -d "OPA_SRC LIM_SRC_3 NST_SRC" -j 8 add_key "key_agrif" del_key "key_zdftmx key_top" 
     1329    . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_16 -r ORCA2_LIM3_PISCES -d "OPA_SRC LIM_SRC_3 NST_SRC" -j 8 add_key "key_agrif key_zdftmx" del_key "key_zdftmx_new key_top" 
    13221330    cd ${SETTE_DIR} 
    13231331    . ./param.cfg 
Note: See TracChangeset for help on using the changeset viewer.