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.
namwad in branches/2015/dev_r5803_UKMO_AGRIF_Vert_interp/DOC/TexFiles/Namelist – NEMO

source: branches/2015/dev_r5803_UKMO_AGRIF_Vert_interp/DOC/TexFiles/Namelist/namwad @ 6922

Last change on this file since 6922 was 6404, checked in by timgraham, 8 years ago

First attempt at upgrading branch to the head of the trunk. This should include all of the simplification branch from the merge in Dec 2015.

File size: 546 bytes
Line 
1!-----------------------------------------------------------------------
2&namwad  !   Wetting and drying
3!-----------------------------------------------------------------------
4   ln_wd             = .false.  ! T/F activation of wetting and drying
5   rn_wdmin1         =  0.1     ! Minimum wet depth on dried cells
6   rn_wdmin2         =  0.01    ! Tolerance of min wet depth on dried cells
7   rn_wdld           =  20.0    ! Land elevation below which wetting/drying is allowed
8   nn_wdit           =  10      ! Max iterations for W/D limiter
9/
Note: See TracBrowser for help on using the repository browser.