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 1328 for trunk/NEMO/TOP_SRC/TRP/trcldf_iso.F90 – NEMO

Ignore:
Timestamp:
2009-02-20T11:30:06+01:00 (15 years ago)
Author:
cetlod
Message:

initialisation of local variables in trcldf_iso... modules, see ticket:352

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trcldf_iso.F90

    r1193 r1328  
    7373      !!---------------------------------------------------------------------- 
    7474      USE oce_trc       , zftu => ua,  &  ! use ua as workspace 
    75          &                zfsu => va      ! use va as workspace 
     75         &                zftv => va      ! use va as workspace 
    7676      !! 
    7777      INTEGER, INTENT( in ) ::   kt                             ! ocean time-step index 
     
    8888      REAL(wp), DIMENSION(jpi,jpj) ::   zftug, zftvg 
    8989#endif 
    90       REAL(wp), DIMENSION(jpi,jpj,jpk) ::   zftv                ! workspace 
    9190      CHARACTER (len=22) :: charout 
    9291      REAL(wp), DIMENSION(:,:,:), ALLOCATABLE ::   ztrtrd       ! trends arrays 
Note: See TracChangeset for help on using the changeset viewer.