Changes between Initial Version and Version 1 of Ticket #568


Ignore:
Timestamp:
11/08/12 22:02:26 (12 years ago)
Author:
arango
Comment:

Indeed, the value for status is not assigned. I am setting ioerror=nf90_enotvar. The parameter nf90_enotvar is the NetCDF error code for Variable not found. Good catch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #568

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

    initial v1  
    66  Variable "status" is used before it is defined.
    77}}}
    8 It's true that if a variable is not found, status does not get set, though it does get used. ioerror should get set to a "not found" value instead of to status.
     8It's true that if a variable is not found, '''status''' does not get set, though it does get used. ioerror should get set to a "not found" value instead of to '''status'''.