Opened 10 years ago
Last modified 10 years ago
#671 closed bug
A small bug in mod_boundary.F — at Initial Version
Reported by: | leon | Owned by: | arango |
---|---|---|---|
Priority: | critical | Milestone: | Adjoint Based Algorithms |
Component: | Adjoint | Version: | 3.7 |
Keywords: | Cc: | arango |
Description
/trunk/Modules/mod_boundary.F Line 1100
IF (tl_LBC(isouth,isUbar,ng)%acquire) THEN allocate ( BOUNDARY(ng) % tl_ubar_north(LBi:UBi) ) END IF
should be
IF (tl_LBC(inorth,isUbar,ng)%acquire) THEN allocate ( BOUNDARY(ng) % tl_ubar_north(LBi:UBi) ) END IF
Thanks a lot.
Note:
See TracTickets
for help on using tickets.