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/2017/dev_merge_2017/DOC/Namelists – NEMO

source: branches/2017/dev_merge_2017/DOC/Namelists/namwad @ 9018

Last change on this file since 9018 was 6997, checked in by nicolasmartin, 8 years ago

Duplication of changes in DOC directory for the trunk

File size: 578 bytes
Line 
1!-----------------------------------------------------------------------
2&namwad        !   Wetting and drying                                   (default F)
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.