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 8697 for branches/2015/nemo_v3_6_STABLE – NEMO

Ignore:
Timestamp:
2017-11-13T09:44:12+01:00 (6 years ago)
Author:
cetlod
Message:

bugfix:deallocate zoxyrem array, see ticket #1974

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zrem.F90

    r8532 r8697  
    330330      ! 
    331331      CALL wrk_dealloc( jpi, jpj,      ztempbac                  ) 
    332       CALL wrk_dealloc( jpi, jpj, jpk, zdepbac, zdepprod, zolimi ) 
     332      CALL wrk_dealloc( jpi, jpj, jpk, zdepbac, zdepprod, zolimi, zoxyrem ) 
    333333      ! 
    334334      IF( nn_timing == 1 )  CALL timing_stop('p4z_rem') 
Note: See TracChangeset for help on using the changeset viewer.