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.
#1039 (double allocation of array in dynvor (vor_een)) – NEMO

Opened 11 years ago

Closed 11 years ago

#1039 closed Bug (fixed)

double allocation of array in dynvor (vor_een)

Reported by: flavoni Owned by: flavoni
Priority: low Milestone:
Component: OCE Version: v3.6
Severity: Keywords:
Cc:

Description

In dyn_vor routine, in subroutine vor_een, there is a double allocation of ze3f array.

To avoid it it can be added a flag to know if it is the first time that the ze3f array is allocated or not.

Commit History (5)

ChangesetAuthorTimeChangeLog
3803flavoni2013-02-12T09:23:32+01:00

change control of allocation of array ze3f in dyn_vor routine, see ticket: #1039

3802flavoni2013-02-12T09:20:05+01:00

change control of allocation of array ze3f in dyn_vor routine, see ticket: #1039

3776flavoni2013-02-07T12:22:16+01:00

add missing then, see ticket: #1039

3775flavoni2013-02-07T12:15:14+01:00

add control to do not allocate twice array ze3f in dyn_vor routine, see ticket: #1039

3774flavoni2013-02-07T12:13:14+01:00

add control to do not allocate twice array ze3f in dyn_vor routine, see ticket: #1039

Change History (2)

comment:1 Changed 11 years ago by flavoni

  • Owner changed from NEMO team to flavoni

comment:2 Changed 11 years ago by flavoni

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.