Opened 9 years ago

Closed 9 years ago

#670 closed defect (Fixed)

a small bug in ad_v2dbc_im.F

Reported by: leon Owned by: arango
Priority: minor Milestone: Adjoint Based Algorithms
Component: Adjoint Version: 3.7
Keywords: Cc: arango

Description (last modified by arango)

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 arango, 9 years ago

Description: modified (diff)
Priority: criticalminor
Resolution: Fixed
Status: newclosed
Type: bugdefect

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

Note: See TracTickets for help on using tickets.