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 NEMO/branches/2018/dev_r9866_HPC_03_globcom/doc/namelists – NEMO

source: NEMO/branches/2018/dev_r9866_HPC_03_globcom/doc/namelists/namwad @ 10289

Last change on this file since 10289 was 10289, checked in by francesca, 5 years ago

alignment to the current version of the trunk

  • Property svn:mime-type set to text/x-fortran
File size: 835 bytes
Line 
1!-----------------------------------------------------------------------
2&namwad        !   Wetting and Drying (WaD)                             (default: OFF)
3!-----------------------------------------------------------------------
4   ln_wd_il    = .false    !  T/F activation of iterative   limiter
5   ln_wd_dl    = .false.   !  T/F activation of directional limiter
6   ln_wd_dl_bc = .false.   !  T/F Directional limiteer Baroclinic option
7   ln_wd_dl_rmp= .false.   !  T/F Turn on directional limiter ramp
8   rn_wdmin0   =  0.30     !  depth at which WaD starts
9   rn_wdmin1   =  0.2      !  Minimum wet depth on dried cells
10   rn_wdmin2   =  0.0001   !  Tolerance of min wet depth on dried cells
11   rn_wdld     =  2.5      !  Land elevation below which WaD is allowed
12   nn_wdit     =   20      !  Max iterations for WaD limiter
13/
Note: See TracBrowser for help on using the repository browser.