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 5066 for branches/UKMO/2014_Surge_Modelling/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2015-02-06T17:02:20+01:00 (9 years ago)
Author:
rfurner
Message:

added current state of wetting and drying code to test...note it does not work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/2014_Surge_Modelling/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r4624 r5066  
    8686                             CALL dom_zgr      ! Vertical mesh and bathymetry 
    8787                             CALL dom_msk      ! Masks 
    88       IF( ln_sco )           CALL dom_stiff    ! Maximum stiffness ratio/hydrostatic consistency 
     88      IF( ln_sco.AND.(.NOT.ln_wd) ) & 
     89                         &   CALL dom_stiff    ! Maximum stiffness ratio/hydrostatic consistency 
    8990      ! 
    9091      ht_0(:,:) = 0.0_wp                       ! Reference ocean depth at T-points 
Note: See TracChangeset for help on using the changeset viewer.