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

Ignore:
Timestamp:
2020-12-02T15:45:22+01:00 (4 years ago)
Author:
gsamson
Message:

merge dev_r2052_ENHANCE-09_rbourdal_massfluxconvection into trunk

File:
1 edited

Legend:

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

    r14007 r14010  
    11151115      nn_npc      =    1         ! frequency of application of npc 
    11161116      nn_npcp     =  365         ! npc control print frequency 
     1117   ln_zdfmfc   = .false.      !  Mass Flux Convection 
    11171118   ! 
    11181119   ln_zdfddm   = .false.   ! double diffusive mixing 
     
    12271228      !                        !  = 1: Pierson Moskowitz wave spectrum 
    12281229      !                        !  = 0: Constant La# = 0.3 
     1230/ 
     1231!----------------------------------------------------------------------- 
     1232&namzdf_mfc     !   Mass Flux Convection 
     1233!----------------------------------------------------------------------- 
     1234   ln_edmfuv  = .false.        ! Activate on velocity fields (Not available yet) 
     1235   rn_cemf    =  1.            ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz 
     1236   rn_cwmf    = -0.            ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz 
     1237   rn_cent    = 2.e-5          ! entrain of convective area 
     1238   rn_cdet    = 3.e-5          ! detrain of convective area  
     1239   rn_cap     = 0.9            ! Coef. for CAP estimation 
     1240   App_max    = 0.1            ! Maximum convection area (% of the cell) 
    12291241/ 
    12301242!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.