Opened 12 years ago

Closed 12 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.

Change History (1)

comment:1 by arango, 12 years ago

Resolution: Fixed
Status: newclosed
Note: See TracTickets for help on using tickets.