#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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
2722 | rblod | 2011-04-06T11:05:21+02:00 | Correct bug in obcdta for nemo_v3_3, see ticket #809 |
2721 | rblod | 2011-04-06T10:46:24+02:00 | Correct bug in obcdta for nemo_v3_3, see ticket #809 |
2720 | rblod | 2011-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
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.
I agree. The bug comes from my original code. We did not have a western boundary to check...
Fred.