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 14966 for NEMO/trunk/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2021-06-10T08:53:14+02:00 (3 years ago)
Author:
cbricaud
Message:

add scaling of mixing under sea-ice in GLS (as for TKE) ; see ticket #2604

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/namelist_ref

    r14921 r14966  
    12341234   !                       !           = 2 roughness uses rn_hsri and is weighted by 1-fr_i 
    12351235   !                       !           = 3 roughness uses rn_hsri and is weighted by 1-MIN(1,4*fr_i) 
     1236   nn_mxlice     =     1   !  mixing under sea ice 
     1237                           !     = 0 No scaling under sea-ice 
     1238                           !     = 1 scaling with constant Ice-ocean roughness (rn_hsri) 
     1239                           !     = 2 scaling with mean sea-ice thickness 
     1240                           !     = 3 scaling with max sea-ice thickness 
    12361241   nn_bc_surf    =     1   !  surface condition (0/1=Dir/Neum) 
    12371242   nn_bc_bot     =     1   !  bottom condition (0/1=Dir/Neum) 
Note: See TracChangeset for help on using the changeset viewer.