#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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
12282 | cetlod | 2019-12-21T11:48:18+01:00 | bugfix in dev_r12072_MERGE_OPTION2_2019 : initialise local array in PISCES, see ticket #2357 |
12281 | cetlod | 2019-12-21T11:47:12+01:00 | bugfix in dev_r11943_MERGE_2019 : initialise local array in PISCES, see ticket #2357 |
12280 | cetlod | 2019-12-21T11:42:44+01:00 | bugfix in trunk : initialise local array in PISCES, see ticket #2357 |
Change History (5)
comment:1 Changed 3 years ago by cetlod
comment:2 Changed 3 years ago by cetlod
In 12281:
comment:3 Changed 3 years ago by cetlod
In 12282:
comment:4 Changed 3 years ago by cetlod
- Resolution set to fixed
- Status changed from new to closed
Bugfixes done in
- trunk : https://forge.ipsl.jussieu.fr/nemo/changeset/12280
- dev_r11943_MERGE_2019 : https://forge.ipsl.jussieu.fr/nemo/changeset/12281
- dev_r12072_MERGE_OPTION2_2019 : https://forge.ipsl.jussieu.fr/nemo/changeset/12282
comment:5 Changed 14 months ago by nemo
- Keywords v4.0 added
Note: See
TracTickets for help on using
tickets.
In 12280: