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.
#1906 (bug in diadct) – NEMO

Opened 7 years ago

Closed 7 years ago

#1906 closed Bug (fixed)

bug in diadct

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

Description

Context

Reported by T.Arsouze
use of diadct diag; key_diadct

TOOLS/SECTIONS_DIADCT/compute_sections.f90 : l 683
the slope of the section is computed by dividing 2 integers ; should be done in real.

NEMO/OPA_SRC/DIA/diadct.F90
debug writes only done for proc 0 ( IF (lwp ) .... )

Analysis

Fix

add REAL(...,wp ) for bug1
remove lwp for bug2

Commit History (2)

ChangesetAuthorTimeChangeLog
8127cbricaud2017-06-02T09:54:18+02:00

fix in nemo_v3_6_STABLE ticket #1906

8126cbricaud2017-06-02T09:53:43+02:00

fix in trunk ticket #1906

Change History (1)

comment:1 Changed 7 years ago by cbricaud

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