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 13343 for NEMO/releases/r4.0/r4.0-HEAD/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-07-27T11:54:24+02:00 (4 years ago)
Author:
clem
Message:

change namelist parameters (ice and ocean) for best results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/cfgs/SHARED/namelist_ref

    r13284 r13343  
    10541054   rn_bshear   =   1.e-20  ! background shear (>0) currently a numerical threshold (do not change it) 
    10551055   nn_pdl      =   1       !  Prandtl number function of richarson number (=1, avt=pdl(Ri)*avm) or not (=0, avt=avm) 
    1056    nn_mxl      =   2       !  mixing length: = 0 bounded by the distance to surface and bottom 
     1056   nn_mxl      =   3       !  mixing length: = 0 bounded by the distance to surface and bottom 
    10571057   !                       !                 = 1 bounded by the local vertical scale factor 
    10581058   !                       !                 = 2 first vertical derivative of mixing length bounded by 1 
    10591059   !                       !                 = 3 as =2 with distinct dissipative an mixing length scale 
    10601060   ln_mxl0     = .true.    !  surface mixing length scale = F(wind stress) (T) or not (F) 
    1061       nn_mxlice    = 0        ! type of scaling under sea-ice 
     1061      nn_mxlice    = 2        ! type of scaling under sea-ice 
    10621062                              !    = 0 no scaling under sea-ice 
    10631063                              !    = 1 scaling with constant sea-ice thickness 
Note: See TracChangeset for help on using the changeset viewer.