Opened 13 years ago
Closed 13 years ago
#573 closed bug (Fixed)
Allocation of quadratic tracer indices
| Reported by: | arango | Owned by: | arango |
|---|---|---|---|
| Priority: | major | Milestone: | Release ROMS/TOMS 3.6 |
| Component: | Nonlinear | Version: | 3.6 |
| Keywords: | Cc: |
Description
The indices for time-averaged quadratic tracers need to be allocate of size MT instead of NAT in mod_ncparam.F
allocate ( iHUTav(MT) )
allocate ( iHVTav(MT) )
allocate ( idTTav(MT) )
allocate ( idUTav(MT) )
allocate ( idVTav(MT) )
Many thanks to Mark Hadfield for reporting this bug.
Note:
See TracTickets
for help on using tickets.
