Ignore:
Timestamp:
07/16/20 13:44:06 (4 years ago)
Author:
cetlod
Message:

NEMOv6.5 : update expriments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA1/namelist_core_ia_cfg

    r5025 r5125  
    386386      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
    387387      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    388    ln_zdfiwm   = .false.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
     388   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
    389389   !                       !  Coefficients 
    390390   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     
    396396&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    397397!----------------------------------------------------------------------- 
    398       nn_mxl      =   2       !  mixing length: = 0 bounded by the distance to surface and bottom 
    399       !                       !                 = 1 bounded by the local vertical scale factor 
    400       !                       !                 = 2 first vertical derivative of mixing length bounded by 1 
    401       !                       !                 = 3 as =2 with distinct dissipative an mixing length scale 
    402       nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to NIWs 
     398   nn_mxl      =   2       !  mixing length: = 2 first vertical derivative of mixing length bounded by 1 
     399   ln_mxl0     = .true.    !  surface mixing length scale = F(wind stress) (T) or not (F) 
     400      nn_mxlice   = 2         ! type of scaling under sea-ice 
     401                              !    = 2  scaling with mean sea-ice thickness 
     402   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to NIWs 
    403403                               !        = 0 none ; = 1 add a tke source below the ML 
    404                                !        = 2 add a tke source just at the base of the ML 
    405                                !        = 3 as = 1 applied on HF part of the stress           (ln_cpl=T) 
    406       rn_eice     =   2       !  below sea ice: =0 ON ; =4 OFF when ice fraction > 1/4    
    407       ln_lc      = .true.     !  Langmuir cell parameterisation (Axell 2002) 
    408       rn_lc      =  0.20      !  coef. associated to Langmuir cells 
     404   ln_lc      = .true.     !  Langmuir cell parameterisation (Axell 2002) 
     405   rn_lc      =  0.20      !  coef. associated to Langmuir cells 
     406   nn_eice     =   3       !  attenutaion of langmuir & surface wave breaking under ice 
     407   !                       !           = 3 weighted by 1-MIN(1,4*fr_i) 
    409408/ 
    410409!----------------------------------------------------------------------- 
     
    469468   ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    470469/ 
     470!----------------------------------------------------------------------- 
     471&namhsb        !  Heat and salt budgets                                 (default: OFF) 
     472!----------------------------------------------------------------------- 
     473   ln_diahsb   = .true.   !  output the heat and salt budgets (T) or not (F) 
     474/ 
Note: See TracChangeset for help on using the changeset viewer.