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 520 for trunk/NEMO/OPA_SRC – NEMO

Changeset 520 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2006-10-11T15:49:27+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_58 : CT : correct the dimension declaration for zfuw, zfvw ..etc arrays, using jpk instead of jpj

File:
1 edited

Legend:

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

    r455 r520  
    104104         zdku, zdk1u, zdkv, zdk1v 
    105105 
    106 ! ajout dynzdf_iso 
    107106      REAL(wp) ::   & 
    108107         zcoef0, zcoef3, zcoef4, zmkt, zmkf,   & 
    109108         zuav, zvav, zuwslpi, zuwslpj, zvwslpi, zvwslpj 
    110       REAL(wp), DIMENSION(jpi,jpj) ::        & 
     109      REAL(wp), DIMENSION(jpi,jpk) ::        & 
    111110         zfuw, zdiu, zdju, zdj1u,            & !    "        " 
    112111         zfvw, zdiv, zdjv, zdj1v 
Note: See TracChangeset for help on using the changeset viewer.