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.
#1130 (bug in PISCES - new iron chemistry) – NEMO

Opened 11 years ago

Closed 11 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)

ChangesetAuthorTimeChangeLog
3969cetlod2013-07-11T10:56:16+02:00

trunk : bugfix in PISCES, see ticket #1130

Change History (1)

comment:1 Changed 11 years ago by cetlod

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.