#513 closed bug (Fixed)
Bug for TIDE(ng)%Vid — at Version 2
Reported by: | backkom | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.5 |
Component: | Nonlinear | Version: | 3.5 |
Keywords: | Cc: |
Description (last modified by )
The variable TIDE(ng)%Vid is defined in mod_tides.F as following:
allocate ( TIDE(ng)%Vid(NV) )
while it is used in def_tides.F like this:
TIDE(ng)%Vid(idCosW,ng)=var_id(i)
The 2th dimension ng does not exits. It needs to be removed.
Change History (2)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
comment:2 by , 14 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Yes, great catch. This is a typo. Thank you for reporting this bug.