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.
#882 (Bug in z index in ldf_slp_mxl() in ldfslp.F90) – NEMO

Opened 12 years ago

Closed 12 years ago

#882 closed Bug (fixed)

Bug in z index in ldf_slp_mxl() in ldfslp.F90

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

Description

In the final loop in the ldf_slp_mxl() routine, the z index 'ik' is used to access fse3{u,v} and {u,v}mask before its value is computed. It's not clear to me whether it needs to be replaced with 'iku' and 'ikv' or whether the calculation of 'ik' needs to be moved to earlier in the loop.

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 12 years ago by gm

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

I don't see the problem... in the trunk ! This bug has been corrected 5 months ago, see
http://forge.ipsl.jussieu.fr/nemo/changeset/2772 (NEMO trunk, bugfix to ldfslp.F90: correct ik indices)

gurvan

Note: See TracTickets for help on using tickets.