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.
namzdf_mfc in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namzdf_mfc

Last change on this file was 14176, checked in by nicolasmartin, 3 years ago

Update of namelists

File size: 704 bytes
Line 
1!-----------------------------------------------------------------------
2&namzdf_mfc     !   Mass Flux Convection
3!-----------------------------------------------------------------------
4   ln_edmfuv  = .false.        ! Activate on velocity fields (Not available yet)
5   rn_cemf    =  1.            ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz
6   rn_cwmf    = -0.            ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz
7   rn_cent    = 2.e-5          ! entrain of convective area
8   rn_cdet    = 3.e-5          ! detrain of convective area
9   rn_cap     = 0.9            ! Coef. for CAP estimation
10   App_max    = 0.1            ! Maximum convection area (% of the cell)
11/
Note: See TracBrowser for help on using the repository browser.