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 8870 for branches/UKMO/ROMS_WAD_7832/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2017-12-01T10:48:12+01:00 (6 years ago)
Author:
deazer
Message:

Changed WAD option names to Iterative and Directional
Removed old Diagnostics
Updated Domain CFG to allow domain generation with ref height for wad cases
Cleaned up TEST_CASES/cfg.txt file (need to not include WAD2 etc)
TEST caaes run ok
SETTE runs OK
AMM15 5 level runs OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/ROMS_WAD_7832/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8841 r8870  
    108108/ 
    109109!----------------------------------------------------------------------- 
    110 &namwad        !   Wetting and drying                                   (default F) 
    111 !----------------------------------------------------------------------- 
    112    ln_wd       = .false.   !  T/F activation of wetting and drying 
    113    rn_wdmin1   =  0.1      !  Minimum wet depth on dried cells 
    114    rn_wdmin2   =  0.01     !  Tolerance of min wet depth on dried cells 
    115    rn_wdld     =  20.0     !  Land elevation below which wetting/drying is allowed 
    116    nn_wdit     =  10       !  Max iterations for W/D limiter 
     110&namwad  !   Wetting and drying  default it no WAD 
     111!----------------------------------------------------------------------- 
     112   ln_wd_il          = .false   ! T/F activation of iterative limiter for  wetting and drying scheme 
     113   ln_wd_dl          = .false.   ! T/F activation of directional llimiter for wetting drying scheme 
     114   ln_wd_dl_bc       = .false.   ! T/F Directional limiteer Baroclinic option 
     115   ln_wd_dl_rmp      = .false.   ! T/F Turn on directional limiter ramp 
     116   rn_wdmin0         =  0.30    ! dpoth at which wetting/drying starts 
     117   rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells 
     118   rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells 
     119   rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed 
     120   nn_wdit           =   20     ! Max iterations for W/D limiter 
    117121/ 
    118122!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.