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.
#1741 (bug-fix for Griffies triad scheme not being actually called) – NEMO

Opened 8 years ago

Closed 7 years ago

#1741 closed Bug (fixed)

bug-fix for Griffies triad scheme not being actually called

Reported by: DuoYang Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v3.4
Severity: Keywords:
Cc:

Description

Context

In nemo_v3_4_STABLE, Griffies triads scheme does not actually get called even with ln_traldf_grif = .true.. The bug exists in nemo_v3_6_STABLE as well, I believe.

Analysis

When ln_traldf_grif = .true., the tracer lateral diffusion scheme being actually used is "horizontal" scheme (i.e., ln_traldf_hor = .true.).

Fix

Bug-fix for partial steps:

In line 179, replacing

"IF ( ln_traldf_iso ) nldf = 1 ! isoneutral ( rotation)"

with

"IF ( ln_traldf_iso .or. ln_traldf_grif ) nldf = 1 ! isoneutral or griffies ( rotation)"

Commit History (1)

ChangesetAuthorTimeChangeLog
8525cbricaud2017-09-15T15:27:33+02:00

fix in nemo_v3_6_STABLE for ticket #1741

Change History (1)

comment:1 Changed 7 years ago by cbricaud

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

horizontal operator not implmented with griffies triads; a control print has been added.

http://forge.ipsl.jussieu.fr/nemo/changeset/8525

Note: See TracTickets for help on using tickets.