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.
#922 (bug in the computation of the south boundary indexes using the bdy package) – NEMO

Opened 12 years ago

Closed 12 years ago

#922 closed Bug (fixed)

bug in the computation of the south boundary indexes using the bdy package

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

Description

At line 417, 459 and 501 :

nbjdta(icount, igrd, ib_bdy) = jpjsob(iseg) + ir - 1

instead of

nbjdta(icount, igrd, ib_bdy) = jpjsob(iseg) + ir + 1

Guillaume.

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 12 years ago by cbricaud

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

resolvet at revision 3298

Note: See TracTickets for help on using tickets.