
Opened 9 years ago
Closed 9 years ago
#978 closed Bug (fixed)
bug in volume flux correction for BDY
Reported by: | davestorkey | Owned by: | ![]() |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | release-3.4 |
Severity: | Keywords: | ||
Cc: | Branch review: | ||
MP ready?: | Task progress: |
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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
3424 | davestorkey | 2012-07-05T11:35:12+02:00 | Bug fix for bdyini.F90. See ticket #978. |
Change History (1)
comment:1
Changed 9 years ago by davestorkey
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Bug fixed at revision 3424.