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 13006 for NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-06-02T18:06:07+02:00 (4 years ago)
Author:
cetlod
Message:

branch clem_dan_fixcpl : add mixing length parameterization depending on sea-ice thickness, see ticket #2476

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ref

    r12785 r13006  
    10561056   !                       !                 = 3 as =2 with distinct dissipative an mixing length scale 
    10571057   ln_mxl0     = .true.    !  surface mixing length scale = F(wind stress) (T) or not (F) 
     1058      nn_mxlice    = 0        ! type of scaling under sea-ice 
     1059                              !    = 0 no scaling under sea-ice 
     1060                              !    = 1 scaling with constant sea-ice thickness 
     1061                              !    = 2  scaling with mean sea-ice thickness ( only with SI3 sea-ice model ) 
     1062                              !    = 3  scaling with maximum sea-ice thickness 
     1063      rn_mxlice   = 10.       ! max constant ice thickness value when scaling under sea-ice ( nn_mxlice=1) 
    10581064   rn_mxl0     =   0.04    !  surface  buoyancy lenght scale minimum value 
    10591065   ln_drg      = .false.   !  top/bottom friction added as boundary condition of TKE 
Note: See TracChangeset for help on using the changeset viewer.