Opened 11 years ago
Closed 11 years ago
#643 closed defect (Fixed)
nesting du_avg1 call
| Reported by: | jcwarner | Owned by: | arango |
|---|---|---|---|
| Priority: | major | Milestone: | Release ROMS/TOMS 3.7 |
| Component: | Nonlinear | Version: | 3.7 |
| Keywords: | Cc: |
Description (last modified by )
nesting.F lines 850-855 has a call using DU_avg1 but it should DV_avg1:
CALL get_contact2d (dg, model, tile, &
& v2dvar, 'DV_avg1', &
& cr, Vcontact(cr)%Npoints, Vcontact, &
& LBi, UBi, LBj, UBj, &
& COUPLING(dg) % DV_avg1, &
& COMPOSITE(cr) % DV_avg1)
Change History (1)
comment:1 by , 11 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
| Type: | bug → defect |
Note:
See TracTickets
for help on using tickets.

Yes, this is just a typo but it does not change the solution! The string DV_avg1 corresponds to dummy variables svname in generic routine get_contact2d and it is used during debugging to identify which variables is being processed.