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/oce.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/oce.F90

    r544 r593  
    6161   !! ------------ 
    6262   REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::   &   !: 
    63       sshb, sshn             !: before, now sea surface height (meters) 
     63      sshb , sshn ,        &  !: before, now sea surface height (meters) 
     64      sshu , sshv ,        &  !: sea surface height at u- and v- point 
     65      sshbb, ssha             !: before before sea surface height at t-point 
    6466 
    6567#if defined key_dynspg_rl   ||   defined key_esopa 
Note: See TracChangeset for help on using the changeset viewer.