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.
#809 (obcdta.F90 index) – NEMO

Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#809 closed Bug (fixed)

obcdta.F90 index

Reported by: poddo Owned by: nemo
Priority: low Milestone:
Component: OCE Version: trunk
Severity: Keywords: OBC time-splitting
Cc:

Description

in obcdta.F90 in the subroutine obc_depth_average
the following statements
ubtwdta(jj,nt_x) = ubtwdta(jj,nt_x) + uwdta(jj,jk,1)*fse3u(ji,jj,jk)
vbtwdta(jj,nt_x) = vbtwdta(jj,nt_x) + vwdta(jj,jk,1)*fse3v(ji,jj,jk)
---
should be replaced with:
ubtwdta(jj,nt_x) = ubtwdta(jj,nt_x)+uwdta(jj,jk,nt_x)*fse3u(ji,jj,jk)
vbtwdta(jj,nt_x) = vbtwdta(jj,nt_x)+vwdta(jj,jk,nt_x)*fse3v(ji,jj,jk)

Commit History (3)

ChangesetAuthorTimeChangeLog
2722rblod2011-04-06T11:05:21+02:00

Correct bug in obcdta for nemo_v3_3, see ticket #809

2721rblod2011-04-06T10:46:24+02:00

Correct bug in obcdta for nemo_v3_3, see ticket #809

2720rblod2011-04-06T10:45:27+02:00

Correct bug in obcdta for nemo_v3_2_2, see ticket #809

Change History (7)

comment:1 Changed 14 years ago by poddo

  • Version changed from v3.2 to trunk

comment:2 Changed 14 years ago by dupontf

I agree. The bug comes from my original code. We did not have a western boundary to check...

Fred.

comment:3 Changed 14 years ago by rblod

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

Fixed in both nemo_v3_3_2 and future nemo_v3_3_1

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords time added; Time removed

comment:5 Changed 8 years ago by nicolasmartin

  • Keywords TS added; Slitting removed

comment:6 Changed 8 years ago by nicolasmartin

  • Keywords time removed

comment:7 Changed 8 years ago by nicolasmartin

  • Keywords time-splitting added; TS removed
Note: See TracTickets for help on using tickets.