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 9920 for utils/CI/sette/sette.sh – NEMO

Ignore:
Timestamp:
2018-07-10T17:27:29+02:00 (6 years ago)
Author:
acc
Message:

minor change to sette.sh to improve the ORCA2_ICE_PISCES restartability with icebergs. Need to set nn_test_icebergs to -1 for the SHORT run otherwise the iceberg restarts are not used. This improves restartability but still not perfect. USING_ICEBERGS is still set to no in the default sette.sh

File:
1 edited

Legend:

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

    r9907 r9920  
    328328    set_namelist namelist_cfg jpnj 8 
    329329    set_namelist namelist_cfg jpnij 32 
     330    set_namelist namelist_cfg nn_test_icebergs -1 
    330331    # 
    331332    if [ ${USING_ICEBERGS} == "no" ] ; then set_namelist namelist_cfg ln_icebergs .false. ; fi 
Note: See TracChangeset for help on using the changeset viewer.