Opened 10 years ago
Closed 10 years ago
#670 closed defect (Fixed)
a small bug in ad_v2dbc_im.F — at Version 1
| Reported by: | leon | Owned by: | arango |
|---|---|---|---|
| Priority: | minor | Milestone: | Adjoint Based Algorithms |
| Component: | Adjoint | Version: | 3.7 |
| Keywords: | Cc: | arango |
Description (last modified by )
There is a typo in ad_v2dbc_im.F line 1817
ELSE IF (tl_LBC(isouth,isVbar,ng)%Shchepetkin) THEN
should be
ELSE IF (ad_LBC(isouth,isVbar,ng)%Shchepetkin) THEN
This actually not a bug since the tl_LBC quantities are computed from ad_LBC after reading from input script.
Change History (1)
comment:1 by , 10 years ago
| Description: | modified (diff) |
|---|---|
| Priority: | critical → minor |
| Resolution: | → Fixed |
| Status: | new → closed |
| Type: | bug → defect |
Note:
See TracTickets
for help on using tickets.

Good catch. This typo does actually does not affect the computation since both the ad_LBC and tl_LBC have the same values.