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 1406 – NEMO

Changeset 1406


Ignore:
Timestamp:
2009-04-16T15:40:19+02:00 (15 years ago)
Author:
rblod
Message:

Cleaning for VVL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_004_VVL/NEMO/OPA_SRC/DYN/dynspg_oce.F90

    r1152 r1406  
    4343   !! ------------------------ 
    4444      REAL(wp), PUBLIC, DIMENSION(jpi,jpj) :: & ! variables averaged over the barotropic loop 
    45          sshn_b, sshb_b,               &  ! sea surface heigth (now, before) 
    46          un_b  , vn_b                     ! vertically integrated horizontal velocities (now) 
     45         un_e  , vn_e,                        & ! vertically integrated horizontal velocities (now) 
     46         ua_e  , va_e                           ! vertically integrated horizontal velocities (after) 
    4747      REAL(wp), PUBLIC, DIMENSION(jpi,jpj) :: & ! variables of the explicit barotropic loop 
    48          sshb_e, sshn_e, ssha_e,       &  ! sea surface heigth (before,now,after) 
    49          ua_e  , va_e,                 &  ! vertically integrated horizontal velocities (after) 
    50          hu_e  , hv_e                     ! depth arrays for the barotropic solution 
     48         sshn_e, ssha_e,                      & ! sea surface heigth (now, after) 
     49         hu_e  , hv_e                           ! depth arrays for the barotropic solution 
    5150#endif 
    5251 
Note: See TracChangeset for help on using the changeset viewer.