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 11042 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists/namwad – NEMO

Ignore:
Timestamp:
2019-05-23T15:46:11+02:00 (5 years ago)
Author:
girrmann
Message:

dev_r10984_HPC-13 : update with trunk at revision 11041

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists/namwad

    r10499 r11042  
    11!----------------------------------------------------------------------- 
    2 &namwad  !   Wetting and drying 
     2&namwad        !   Wetting and Drying (WaD)                             (default: OFF) 
    33!----------------------------------------------------------------------- 
    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) 
     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   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) 
    1515/ 
Note: See TracChangeset for help on using the changeset viewer.