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 1502 for trunk/NEMO/OPA_SRC/DYN/dynspg_oce.F90 – NEMO

Ignore:
Timestamp:
2009-07-20T17:20:23+02:00 (15 years ago)
Author:
rblod
Message:

Update dynnxt and dynspg_ts for variable volume, see ticket #474

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynspg_oce.F90

    r1438 r1502  
    4040 
    4141#if   defined key_dynspg_ts   ||  defined key_vvl   ||  defined key_esopa 
    42    !! Time splitting variables 
    43    !! ------------------------ 
    44       REAL(wp), PUBLIC, DIMENSION(jpi,jpj) :: & ! variables averaged over the barotropic loop 
    45          un_e  , vn_e,                        & ! vertically integrated horizontal velocities (now) 
    46          ua_e  , va_e                           ! vertically integrated horizontal velocities (after) 
    47       REAL(wp), PUBLIC, DIMENSION(jpi,jpj) :: & ! variables of the explicit barotropic loop 
    48          sshn_e, ssha_e,                      & ! sea surface heigth (now, after) 
    49          hu_e  , hv_e                           ! depth arrays for the barotropic solution 
     42  !! Time splitting variables   ! variables of the explicit barotropic loop 
     43  !! ------------------------ 
     44     REAL(wp), PUBLIC, DIMENSION(jpi,jpj) :: ua_e  , va_e             ! barotropic velocities (after) 
     45     REAL(wp), PUBLIC, DIMENSION(jpi,jpj) :: sshn_e, ssha_e, sshn_b   ! sea surface heigth (now, after, average) 
     46     REAL(wp), PUBLIC, DIMENSION(jpi,jpj) :: hu_e  , hv_e             ! depth arrays for the barotropic solution 
     47     REAL(wp), PUBLIC, DIMENSION(jpi,jpj) :: hur_e , hvr_e            ! inverse of depth arrays  
    5048#endif 
    5149 
Note: See TracChangeset for help on using the changeset viewer.