Changes between Initial Version and Version 1 of Ticket #225


Ignore:
Timestamp:
10/27/08 17:55:12 (16 years ago)
Author:
arango
Comment:

Yes, thank you.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #225

    • Property Milestone Release ROMS/TOMS 3.0Release ROMS/TOMS 3.1
    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #225 – Description

    initial v1  
    1 In Utility/get_varcoords.F line 91, the variable 'name' is used in an error message without it being initialised. A similar error message on line 85 has the correct initialisation on the previous line. The solution is therefore to insert the line
    2 
     1In '''Utility/get_varcoords.F''' line 91, the variable 'name' is used in an error message without it being initialised. A similar error message on line 85 has the correct initialisation on the previous line. The solution is therefore to insert the line
     2{{{
    33status=nf90_inquire_variable(ncid, ncvarid, name)
    4 
     4}}}
    55before line 91.