Opened 12 years ago
Last modified 12 years ago
#592 closed bug
IMPORTANT: index error in nesting.F — at Initial Version
Reported by: | arango | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description
In few places in nesting.F we need to have:
i=contact(cr)%Idg(m) j=contact(cr)%Jdg(m) Ic=contact(cr)%Irg(m) Jc=contact(cr)%Jrg(m)
instead of
i=contact(cr)%Idg(m) j=contact(cr)%Idg(m) Ic=contact(cr)%Irg(m) Jc=contact(cr)%Irg(m)
Many thanks to Tianran Liu for reporting this problem.
Note:
See TracTickets
for help on using tickets.