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.
#1083 (Bug in damping of passive tracers) – NEMO

Opened 11 years ago

Closed 11 years ago

Last modified 8 years ago

#1083 closed Bug (fixed)

Bug in damping of passive tracers

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

Description

Since the merge of active & passive transport routines, the way to manage the damping of tracers has changed : the 'damping' CPP keys have been suppressed and replaced by namelist parameters.

But in trcdmp.F90 - passive tracer damping module - despite the introduction of the parameter ln_trcdmp in the namelist, the CPP key key_trcdmp is still present in the code : awful !!

Fixes :

  • suppression of CPP key key_trcdmp & its associated logical lk_trcdmp
  • bug corrections in trcdmp.F90 module
  • add a damping routine on close seas for nutrients, if needed : IPSL coupled model for example - it was existing within PISCES model -

The bug, present in v3.4 & v3.5, is minor but the changes in the routines are quite large !

Commit History (2)

ChangesetAuthorTimeChangeLog
3882cetlod2013-04-22T12:06:32+02:00

trunk: fix on passive tracer damping, see ticket #1083

3881cetlod2013-04-22T12:05:52+02:00

v3_4_stable: fix on passive tracer damping, see ticket #1083

Change History (2)

comment:1 Changed 11 years ago by cetlod

  • Resolution set to fixed
  • Status changed from new to closed

comment:2 Changed 8 years ago by nicolasmartin

  • Keywords TRP added; TRP/trcdmp.F90 removed
Note: See TracTickets for help on using tickets.