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

Changeset 13856


Ignore:
Timestamp:
2020-11-24T10:44:57+01:00 (3 years ago)
Author:
agn
Message:

initialise all levels of ztrds in tranxt.F90 for debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser_4.0/src/OCE/TRA/tranxt.F90

    r10425 r13856  
    119119      IF( l_trdtra )   THEN                     
    120120         ALLOCATE( ztrdt(jpi,jpj,jpk) , ztrds(jpi,jpj,jpk) ) 
    121          ztrdt(:,:,jpk) = 0._wp 
    122          ztrds(:,:,jpk) = 0._wp 
     121         ztrdt(:,:,:) = 0._wp 
     122         ztrds(:,:,:) = 0._wp 
    123123         IF( ln_traldf_iso ) THEN              ! diagnose the "pure" Kz diffusive trend  
    124124            CALL trd_tra( kt, 'TRA', jp_tem, jptra_zdfp, ztrdt ) 
Note: See TracChangeset for help on using the changeset viewer.