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.
#1011 (Bug in PISCES : trb values used in p4zsink2 are wrong) – NEMO

Opened 11 years ago

Closed 11 years ago

#1011 closed Bug (fixed)

Bug in PISCES : trb values used in p4zsink2 are wrong

Reported by: cetlod Owned by: nemo
Priority: low Milestone:
Component: TOP Version: v3.4
Severity: Keywords: PISCES
Cc:

Description

PISCES uses an euler temporal scheme. The variable trb is then used as a temporary variable, especially in p4zsink2.

But since the merge of active and passive tracers advection/diffusion routines, trb is modified by the asselin-time filter in trcnxt.F90.
These modified values are used in p4zsink2, which is wrong !!!

Solution :

replace in p4zsink2 trb with a local array

Commit History (1)

ChangesetAuthorTimeChangeLog
3637cetlod2012-11-23T12:40:53+01:00

bugfix in PISCES/p4zsink.F90 : replace trb with ztrb in p4z_sink2 subroutine, see ticket #1011

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.