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 10873 for NEMO/trunk/src/TOP/PISCES/P4Z – NEMO

Ignore:
Timestamp:
2019-04-15T14:34:21+02:00 (5 years ago)
Author:
cetlod
Message:

trunk : Initialisation of some local arrays, see ticket:2272

Location:
NEMO/trunk/src/TOP/PISCES/P4Z
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zprod.F90

    r10425 r10873  
    322322     ! 
    323323     IF( ln_ligand ) THEN 
     324         zpligprod1(:,:,:) = 0._wp    ;    zpligprod2(:,:,:) = 0._wp 
    324325         DO jk = 1, jpkm1 
    325326            DO jj = 1, jpj 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zprod.F90

    r10425 r10873  
    444444     ! 
    445445     IF( ln_ligand ) THEN 
     446         zpligprod1(:,:,:) = 0._wp    ;    zpligprod2(:,:,:) = 0._wp 
    446447         DO jk = 1, jpkm1 
    447448            DO jj = 1, jpj 
Note: See TracChangeset for help on using the changeset viewer.