NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

varid return value

NOTE: The netcdf-perl mailing list is no longer active. The list archives are made available for historical reasons.

The netcdf man page indicates that ncvarid will return a value of -1 if an error occurs. I have the following code and I know that "head_temp2" does not exist in the netcdf file.

my $vid = NetCDF::varid($ncid, "head_temp2");
print("$vid\n);

I get the error "ncvarid: ncid 5: Variable not found" when this is run. Ultimately what I want to do is test if a variable exists and set a flag based on the result so I'm not necessarily tied to varid.

Gary

==============================================================================
To unsubscribe netcdf-perl, visit:
http://www.unidata.ucar.edu/mailing-list-delete-form.html
==============================================================================


  • 2007 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-perl archives: