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 9933 for utils/CI – NEMO

Changeset 9933 for utils/CI


Ignore:
Timestamp:
2018-07-11T18:20:02+02:00 (6 years ago)
Author:
acc
Message:

small change in sette.sh to enable use of new ln_use_calving option when running tests with icebergs. Details on ticket #2113

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/sette.sh

    r9920 r9933  
    289289    set_namelist namelist_cfg jpnj 8 
    290290    set_namelist namelist_cfg jpnij 32 
     291    set_namelist namelist_cfg ln_use_calving .true. 
    291292    # 
    292293    if [ ${USING_ICEBERGS} == "no" ] ; then set_namelist namelist_cfg ln_icebergs .false. ; fi 
     
    332333    if [ ${USING_ICEBERGS} == "no" ] ; then set_namelist namelist_cfg ln_icebergs .false. ; fi 
    333334    # 
     335    set_namelist namelist_ice_cfg ln_icediachk .true. 
    334336    set_namelist namelist_top_cfg ln_rsttr .true. 
    335337    set_namelist namelist_top_cfg nn_rsttr 2 
     
    337339    set_namelist namelist_top_cfg cn_trcrst_in \"O2L3P_LONG_00000495_restart_trc\" 
    338340    set_namelist namelist_ice_cfg cn_icerst_in \"O2L3P_LONG_00000495_restart_ice\" 
     341    set_namelist namelist_top_cfg ln_trcdta .false. 
    339342    # put ln_ironsed, ln_river, ln_ndepo, ln_dust 
    340343    # if not you need input files, and for tests is not necessary 
Note: See TracChangeset for help on using the changeset viewer.