Opened 10 years ago
Last modified 10 years ago
#670 closed defect
a small bug in ad_v2dbc_im.F — at Initial Version
Reported by: | leon | Owned by: | arango |
---|---|---|---|
Priority: | minor | Milestone: | Adjoint Based Algorithms |
Component: | Adjoint | Version: | 3.7 |
Keywords: | Cc: | arango |
Description
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
Thanks a lot.
Note:
See TracTickets
for help on using tickets.