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 2558 for trunk/NEMOGCM/NEMO – NEMO

Changeset 2558 for trunk/NEMOGCM/NEMO


Ignore:
Timestamp:
2011-01-14T14:54:50+01:00 (13 years ago)
Author:
flavoni
Message:

added missing array's initialisation in traadv.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/TRA/traadv.F90

    r2528 r2558  
    8383         zwn(:,:,jk) = e1t(:,:) * e2t(:,:)      * wn(:,:,jk) 
    8484      END DO 
    85       zwn(:,:,jpk) = 0.e0                                                     ! no transport trough the bottom 
     85      zun(:,:,jpk) = 0._wp                                                     ! no transport trough the bottom 
     86      zvn(:,:,jpk) = 0._wp                                                     ! no transport trough the bottom 
     87      zwn(:,:,jpk) = 0._wp                                                     ! no transport trough the bottom 
    8688      ! 
    8789      IF( lk_traldf_eiv .AND. .NOT. ln_traldf_grif )   & 
Note: See TracChangeset for help on using the changeset viewer.