Changes between Initial Version and Version 1 of Ticket #513


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

Yes, great catch. This is a typo. Thank you for reporting this bug.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #513

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #513 – Description

    initial v1  
    1 Hi,
     1The variable '''TIDE(ng)%Vid''' is defined in m'''od_tides.F''' as following:
     2{{{
     3allocate ( TIDE(ng)%Vid(NV) )
     4}}}
     5while it is used in def_tides.F like this:
     6{{{
     7TIDE(ng)%Vid(idCosW,ng)=var_id(i)
     8}}}
    29
    3 The varaible TIDE(ng)%Vid is defined in mod_tides.F as following:
    4 
    5 allocate ( TIDE(ng)%Vid(NV) )
    6 
    7 while it is used in def_tides.F like this:
    8 
    9 TIDE(ng)%Vid(idCosW,ng)=var_id(i)
    10 
    11 The 2th dimension "ng" should not exist!
     10The 2th dimension '''ng''' does not exits.  I needs to be removed.
    1211
    1312