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 14174 – NEMO

Changeset 14174


Ignore:
Timestamp:
2020-12-15T19:25:18+01:00 (3 years ago)
Author:
hadcv
Message:

#2533: Fix uninitialised values in ttrd_evd diagnostic when ln_zdfevd = .false.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/TRD/trdtra.F90

    r13497 r14174  
    9191      IF( .NOT. ALLOCATED( trdtx ) ) THEN      ! allocate trdtra arrays 
    9292         IF( trd_tra_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'trd_tra : unable to allocate arrays' ) 
     93         avt_evd(:,:,:) = 0._wp 
    9394      ENDIF 
    9495      ! 
Note: See TracChangeset for help on using the changeset viewer.