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.
ticket/1430_WETTING_AND_DRYING (diff) – NEMO

Changes between Version 1 and Version 2 of ticket/1430_WETTING_AND_DRYING


Ignore:
Timestamp:
2015-11-11T17:34:57+01:00 (8 years ago)
Author:
acc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1430_WETTING_AND_DRYING

    v1 v2  
    11'''1430_WETTING_AND_DRYING''' 
     2Branch developments carried out by Hedong Liu (NOC, Liverpool) 
     3Merge preparations and these notes completed by Andrew Coward (NOC, Southampton) 
    24 
    35Page describing 2015 developments concerning wetting and drying and preparations to bring branches into a merge-ready state. 
     
    47493. Introducing a wad_init routine to wetdry.F90 and relocating name list reading and allocations to this routine 
    48504. Removal of all redundant code and styling of remaining code 
    49 5. Introducing "USE wet dry" statements in those modules previously relying on the presence of dom_oce. The full list is currently: domvvl.F90, domzgr.F90, dynhpg.F90, dynspg_ts.F90, nemogcm.F90, sshwzv.F90 
     515. Introducing "USE wet_dry" statements in those modules previously relying on the presence of dom_oce. The full list is currently: domvvl.F90, domzgr.F90, dynhpg.F90, dynspg_ts.F90, nemogcm.F90, sshwzv.F90 
    5052 
    5153After these changes, dom_oce.F90 is identical to the trunk version and nemogcm.F90 changes are limited to: 
     
    7274   rn_wdmin1         =  0.1     ! Minimum wet depth on dried cells 
    7375   rn_wdmin2         =  0.01    ! Tolerance of min wet depth on dried cells 
    74    rn_wdld           =  20.0    ! Land elevation below which wetting/dryins is allowed 
     76   rn_wdld           =  20.0    ! Land elevation below which wetting/drying is allowed 
    7577   nn_wdit           =  10      ! Max iterations for W/D limiter 
    7678/