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.
#978 (bug in volume flux correction for BDY) – NEMO

Opened 12 years ago

Closed 12 years ago

#978 closed Bug (fixed)

bug in volume flux correction for BDY

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

Description

There is a bug in the volume flux correction in BDY, specifically in the calculation of the total surface area of the lateral boundary in bdyini.F90. This means that the calculation of the volume flux is completely wrong as things stand.

Lines 775 and 788 of bdyini.F90 should be changed as follows:

WRONG:

nbj => idx_bdy(ib_bdy)%nbi(ib,igrd)

CORRECT:

nbj => idx_bdy(ib_bdy)%nbj(ib,igrd)

Commit History (1)

ChangesetAuthorTimeChangeLog
3424davestorkey2012-07-05T11:35:12+02:00

Bug fix for bdyini.F90. See ticket #978.

Change History (1)

comment:1 Changed 12 years ago by davestorkey

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

Bug fixed at revision 3424.

Note: See TracTickets for help on using tickets.