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 13058 for NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-06-07T20:13:59+02:00 (4 years ago)
Author:
rblod
Message:

merge trunk@13057 into dev_r12973_AGRIF_CMEMS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/cfgs/SHARED/namelist_ref

    r13028 r13058  
    11351135   !                       !                 = 3 as =2 with distinct dissipative an mixing length scale 
    11361136   ln_mxl0     = .true.    !  surface mixing length scale = F(wind stress) (T) or not (F) 
     1137      nn_mxlice    = 0        ! type of scaling under sea-ice 
     1138                              !    = 0 no scaling under sea-ice 
     1139                              !    = 1 scaling with constant sea-ice thickness 
     1140                              !    = 2  scaling with mean sea-ice thickness ( only with SI3 sea-ice model ) 
     1141                              !    = 3  scaling with maximum sea-ice thickness 
     1142      rn_mxlice   = 10.       ! max constant ice thickness value when scaling under sea-ice ( nn_mxlice=1) 
    11371143   rn_mxl0     =   0.04    !  surface  buoyancy lenght scale minimum value 
    11381144   ln_drg      = .false.   !  top/bottom friction added as boundary condition of TKE 
Note: See TracChangeset for help on using the changeset viewer.