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 5727 for branches/UKMO/2014_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-09-10T19:05:13+02:00 (9 years ago)
Author:
rfurner
Message:

some bug fixes for wetting and drying elements...still not working though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/2014_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/namelist_cfg

    r5275 r5727  
    402402!----------------------------------------------------------------------- 
    403403/ 
     404!----------------------------------------------------------------------- 
     405&namwad       !   Wetting and Drying namelist 
     406!----------------------------------------------------------------------- 
     407   ln_wd = .false.   !: key to turn on/off wetting/drying (T: on, F: off)  
     408   rn_wdmin1=0.1     !: minimum water depth on dried cells  
     409   rn_wdmin2 = 0.01  !: tolerrance of minimum water depth on dried cells 
     410   rn_wdld   = 20.0  !: land elevation below which wetting/drying will be considered 
     411   nn_wdit   =   10  !: maximum number of iteration for W/D limiter 
     412/ 
Note: See TracChangeset for help on using the changeset viewer.