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 592 for trunk/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2007-02-09T10:15:25+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_update_001 : CT : - add non linear free surface (variable volume) with new cpp key key_vvl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domain.F90

    r531 r592  
    2727   USE domwri          ! domain: write the meshmask file 
    2828   USE closea          ! closed sea or lake              (dom_clo routine) 
     29   USE domvvl          ! variable volume 
    2930 
    3031   IMPLICIT NONE 
     
    9192      CALL dom_msk                        ! Masks 
    9293 
     94      IF( lk_vvl )   CALL dom_vvl_ini     ! Vertical variable mesh 
    9395 
    9496      ! Local depth or Inverse of the local depth of the water column at u- and v-points 
Note: See TracChangeset for help on using the changeset viewer.