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 36 for trunk/NEMO/OPA_SRC/TRA/trazdf_iso.F90 – NEMO

Ignore:
Timestamp:
2004-02-18T12:07:11+01:00 (20 years ago)
Author:
opalod
Message:

CT : BUGFIX017 : Compilation error is solved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/trazdf_iso.F90

    r34 r36  
    138138#if defined key_traldf_eiv   ||   defined key_esopa 
    139139      REAL(wp), DIMENSION(jpi,jpk) ::   & 
    140          ztfwg, zsfwg, zcoeg3,          & 
     140         ztfwg, zsfwg, zavs  
     141      REAL(wp) ::                       & 
     142         zcoeg3,                        & 
    141143         zuwk, zvwk,                    & 
    142          zuwki, zvwki, zavs 
     144         zuwki, zvwki 
    143145#endif 
    144146      !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.