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.
#2357 (uninitialised local variables in PISCES) – NEMO

Opened 4 years ago

Closed 4 years ago

Last modified 2 years ago

#2357 closed Defect (fixed)

uninitialised local variables in PISCES

Reported by: cetlod Owned by: systeam
Priority: low Milestone:
Component: PISCES Version: v4.0
Severity: minor Keywords: v4.0
Cc:

Description

Context

Some local variables are not fully initialised in PISCES both in the trunk and the two 2019 merge branches

Analysis

The problem occurs when trying to output some diagnostics ( primary production for example ) or/and when running in debug mode.

Recommendation

Initialise the full local array in p4z(p5z)prod.F90 routines

Commit History (3)

ChangesetAuthorTimeChangeLog
12282cetlod2019-12-21T11:48:18+01:00

bugfix in dev_r12072_MERGE_OPTION2_2019 : initialise local array in PISCES, see ticket #2357

12281cetlod2019-12-21T11:47:12+01:00

bugfix in dev_r11943_MERGE_2019 : initialise local array in PISCES, see ticket #2357

12280cetlod2019-12-21T11:42:44+01:00

bugfix in trunk : initialise local array in PISCES, see ticket #2357

Change History (5)

comment:1 Changed 4 years ago by cetlod

In 12280:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:2 Changed 4 years ago by cetlod

In 12281:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:3 Changed 4 years ago by cetlod

In 12282:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:4 Changed 4 years ago by cetlod

  • Resolution set to fixed
  • Status changed from new to closed

comment:5 Changed 2 years ago by nemo

  • Keywords v4.0 added
Note: See TracTickets for help on using tickets.