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 6030 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OFF_SRC/dtadyn.F90 – NEMO

Ignore:
Timestamp:
2015-12-10T17:12:15+01:00 (8 years ago)
Author:
acc
Message:

Branch dev_r5836_NOC3_vvl_by_default. Bugfixes and updates towards successful SETTE testing. Still does not pass tests but making some progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OFF_SRC/dtadyn.F90

    r6004 r6030  
    106106      USE oce, ONLY:  zts    => tsa 
    107107      USE oce, ONLY:  zuslp  => ua   , zvslp  => va 
    108       USE oce, ONLY:  zwslpi => ua_sv , zwslpj => va_sv 
    109108      USE oce, ONLY:  zu     => ub   , zv     => vb,  zw => rke 
    110109      ! 
    111110      INTEGER, INTENT(in) ::   kt   ! ocean time-step index 
    112111      ! 
     112       REAL(wp), DIMENSION(jpi,jpj,jpk     )  :: zwslpi, zwslpj 
    113113!      REAL(wp), DIMENSION(jpi,jpj,jpk,jpts)  :: zts 
    114114!      REAL(wp), DIMENSION(jpi,jpj,jpk     )  :: zuslp, zvslp, zwslpi, zwslpj 
Note: See TracChangeset for help on using the changeset viewer.