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 6997 for trunk/DOC/Namelists/namwad – NEMO

Ignore:
Timestamp:
2016-10-05T16:26:13+02:00 (8 years ago)
Author:
nicolasmartin
Message:

Duplication of changes in DOC directory for the trunk

Location:
trunk/DOC/Namelists
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/DOC/Namelists/namwad

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &namwad  !   Wetting and drying 
     2&namwad        !   Wetting and drying                                   (default F) 
    33!----------------------------------------------------------------------- 
    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 
     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 
    99/ 
Note: See TracChangeset for help on using the changeset viewer.