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.
#1425 (error in TOP_SRC/PISCES/P4Z/p4zsed) – NEMO

Opened 9 years ago

Closed 9 years ago

#1425 closed Bug (invalid)

error in TOP_SRC/PISCES/P4Z/p4zsed

Reported by: clevy Owned by: nemo
Priority: low Milestone:
Component: OCE Version: trunk
Severity: Keywords:
Cc:

Description

line 389, I believe

zfact = 1.e+3 * rfact2r * rno3 * 14. / 1.e12 * r1_ryyss ! conversion molC/l/kt ----> TgN/m3/year

should be replace by:

zfact = 1.e+3 * rfact2r * rno3 * 14. / 1.e12 * r1_ryyss ! conversion molC/l/kt ----> TgN/m3/year

since ryyss is not defined.
Is this correct?

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 9 years ago by clevy

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