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 593 for trunk/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2007-02-09T10:40:34+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/step.F90

    r521 r593  
    119119   USE cpl             ! exchanges in coupled mode        (cpl_stp routine) 
    120120   USE prtctl          ! Print control                    (prt_ctl routine) 
     121   USE domvvl          ! variable volume                  (dom_vvl routine) 
    121122 
    122123#if defined key_agrif 
     
    385386                               CALL dyn_nxt( kstp )           ! lateral velocity at next time step 
    386387 
     388      IF( lk_vvl )             CALL dom_vvl                   ! vertical mesh at next time step 
     389 
    387390 
    388391      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
Note: See TracChangeset for help on using the changeset viewer.