#2296 closed Bug (fixed)
Bug in the computation of the degradation rate of GOC
Reported by: | aumont | Owned by: | aumont |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | PISCES | Version: | v4.0 |
Severity: | minor | Keywords: | v4.0 |
Cc: |
Description
Context
In the new version of PISCES available with NEMO4.0, a new scheme for GOC and POC has been introduced based on the paper by Aumont et al. (2017). Both POC and GOC have varying labilities which are
computed in p4zpoc.F90.
Analysis
The computation of the degradation rate of GOC is wrong in the mixed layer. ztremint array is by default equal to 0 and should be instead set to zremigoc.
Commit History (3)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
11114 | cetlod | 2019-06-14T16:51:53+02:00 | trunk:small bug fix in the previous bug correction, ticket #2296 |
11109 | cetlod | 2019-06-14T13:57:22+02:00 | trunk:bug fix of the ticket #2296 |
11108 | aumont | 2019-06-14T13:41:18+02:00 | bug fix of the ticket #2296 |
Change History (5)
comment:1 Changed 4 years ago by aumont
comment:2 Changed 4 years ago by aumont
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 4 years ago by cetlod
In 11109:
comment:4 Changed 4 years ago by cetlod
In 11114:
comment:5 Changed 16 months ago by nemo
- Keywords v4.0 added
Note: See
TracTickets for help on using
tickets.
In 11108: