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 8312 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref – NEMO

Ignore:
Timestamp:
2017-07-10T16:56:45+02:00 (7 years ago)
Author:
clem
Message:

STEP2 (1): remove obsolete features (ice diffusion)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r8294 r8312  
    66!!              4 - Ice discretization                 (namiceitd) 
    77!!              5 - Ice dynamics and transport         (namicedyn) 
    8 !!              6 - Ice diffusion                      (namicehdf) 
    9 !!              7 - Ice thermodynamics                 (namicethd) 
    10 !!              8 - Ice salinity                       (namicesal) 
    11 !!              9 - Ice mechanical redistribution      (namiceitdme) 
     8!!              6 - Ice thermodynamics                 (namicethd) 
     9!!              7 - Ice salinity                       (namicesal) 
     10!!              8 - Ice mechanical redistribution      (namiceitdme) 
    1211!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    1312! 
     
    107106/ 
    108107!------------------------------------------------------------------------------ 
    109 &namicehdf     !   Ice horizontal diffusion 
    110 !------------------------------------------------------------------------------ 
    111                      ! -- limhdf -- ! 
    112    nn_ahi0        =    -1           !  horizontal diffusivity computation 
    113                                     !    -1: no diffusion (bypass limhdf) 
    114                                     !     0: use rn_ahi0_ref 
    115                                     !     1: use rn_ahi0_ref x mean grid cell length / ( 2deg mean grid cell length ) 
    116                                     !     2: use rn_ahi0_ref x grid cell length      / ( 2deg mean grid cell length ) 
    117    rn_ahi0_ref    = 350.0           !  horizontal sea ice diffusivity (m2/s)  
    118                                     !     if nn_ahi0 > 0, rn_ahi0_ref is the reference value at a nominal 2 deg resolution 
    119 / 
    120 !------------------------------------------------------------------------------ 
    121108&namicethd     !   Ice thermodynamics 
    122109!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.