source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/tests/WAD/MY_DOCS/Namelists/nam_wad @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

File size: 1.0 KB
Line 
1!-----------------------------------------------------------------------
2&namwad  !   Wetting and drying
3!-----------------------------------------------------------------------
4   ln_wd_il          = .false   ! T/F activation of iterative limiter for  wetting and drying scheme
5   ln_wd_dl          = .true.   ! T/F activation of directional llimiter for wetting drying scheme
6   ln_wd_dl_bc       = .true.   ! T/F Directional limiteer Baroclinic option
7   ln_wd_dl_rmp      = .true.   ! T/F Turn on directional limiter ramp
8   rn_wdmin0         =  0.30    ! dpoth at which wetting/drying 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 wetting/drying is allowed
12   nn_wdit           =   20     ! Max iterations for W/D limiter
13   rn_wd_sbcdep      =  5.0     ! Depth at which to taper sbc fluxes
14   rn_wd_sbcfra      =  0.999   ! Fraction of SBC fluxes at taper depth (Must be <1)
15/
Note: See TracBrowser for help on using the repository browser.