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 6152 for trunk/NEMOGCM/CONFIG – NEMO

Changeset 6152 for trunk/NEMOGCM/CONFIG


Ignore:
Timestamp:
2015-12-21T23:33:57+01:00 (9 years ago)
Author:
acc
Message:

Add wetting and drying option from dev_r5803_NOC_WAD branch. Logically isolated code changes in domvvl.F90, domzgr.F90, dynhpg.F90, dynspg_ts.F90, sshwzv.F90 and nemogcm.F90. New module wet_dry.F90 in DYN. Fully SETTE tested with code deactivated (ln_wad=.false.). No test case yet available to justify activating option (still under development)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_ref

    r6140 r6152  
    12511251/ 
    12521252!----------------------------------------------------------------------- 
     1253&namwad  !   Wetting and drying 
     1254!----------------------------------------------------------------------- 
     1255   ln_wd             = .false.  ! T/F activation of wetting and drying 
     1256   rn_wdmin1         =  0.1     ! Minimum wet depth on dried cells 
     1257   rn_wdmin2         =  0.01    ! Tolerance of min wet depth on dried cells 
     1258   rn_wdld           =  20.0    ! Land elevation below which wetting/drying is allowed 
     1259   nn_wdit           =  10      ! Max iterations for W/D limiter 
     1260/ 
     1261!----------------------------------------------------------------------- 
    12531262&nam_dia25h  !  25h Mean Output 
    12541263!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.