Changes between Version 1 and Version 2 of Ticket #513


Ignore:
Timestamp:
06/24/11 20:43:09 (13 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #513 – Description

    v1 v2  
    1 The variable '''TIDE(ng)%Vid''' is defined in m'''od_tides.F''' as following:
     1The variable '''TIDE(ng)%Vid''' is defined in '''mod_tides.F''' as following:
    22{{{
    33allocate ( TIDE(ng)%Vid(NV) )
    44}}}
    5 while it is used in def_tides.F like this:
     5while it is used in '''def_tides.F''' like this:
    66{{{
    77TIDE(ng)%Vid(idCosW,ng)=var_id(i)
    88}}}
    99
    10 The 2th dimension '''ng''' does not exits.  I needs to be removed.
     10The 2th dimension '''ng''' does not exits.  It needs to be removed.
    1111
    1212