Opened 10 years ago
Closed 10 years ago
#1130 closed Bug (fixed)
bug in PISCES - new iron chemistry
Reported by: | cetlod | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | TOP | Version: | trunk |
Severity: | Keywords: | PISCES | |
Cc: |
Description
In p4zfechem there is a bug in the calculation of the oxydation rate
zkox = 35.407 - 6.7109 * zph + 0.5342 * zph * zph - 5362.6 / ( tsn(ji,jj,1,jp_tem) + 273.15 ) &
should be replaced by:
zkox = 35.407 - 6.7109 * zph + 0.5342 * zph * zph - 5362.6 / ( tsn(ji,jj,jk,jp_tem) + 273.15 ) &
Thank to Alessandro Tagliabue
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
3969 | cetlod | 2013-07-11T10:56:16+02:00 | trunk : bugfix in PISCES, see ticket #1130 |
Change History (1)
comment:1 Changed 10 years ago by cetlod
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.