#2272 closed Defect (fixed)
Uninitialised variables in PISCES
Reported by: | cetlod | Owned by: | systeam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | TOP | Version: | v4.0 |
Severity: | minor | Keywords: | v4.0 |
Cc: |
Description
Context
In PISCES 2 variables used to compute some ligands diagnostics are uninitialised. - ln_ligand set to true
Analysis
The model then crashes when trying to output the diag with iom
Recommendation
Initialise zligprod1 & zligprod2 to 0 in p4zprod.F90 and p5zprod.F90
...
Commit History (0)
(No commits)
Change History (5)
comment:1 Changed 4 years ago by cetlod
comment:2 Changed 4 years ago by cetlod
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 4 years ago by cetlod
In 10872:
comment:4 Changed 4 years ago by cetlod
In 10873:
comment:5 Changed 20 months ago by nemo
- Keywords v4.0 added
Note: See
TracTickets for help on using
tickets.
Done in v4.0 & trunk