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

Changeset 101 for trunk/NEMO/OPA_SRC/TRD


Ignore:
Timestamp:
2004-06-25T11:07:33+02:00 (20 years ago)
Author:
opalod
Message:

CT : BUGFIX066 : add initialization of ztmltot,zsmltot,ztmlres and zsmlres 2D arrays

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRD/trdmld.F90

    r16 r101  
    505505      !  ============================================= 
    506506 
     507      ztmltot(:,:) = 0. 
     508      zsmltot(:,:) = 0. 
     509      ztmlres(:,:) = 0. 
     510      zsmlres(:,:) = 0. 
    507511 
    508512      IF( MOD( kt - nit000+1, nwrite ) == 0 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.