This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Martin, > To: address@hidden > cc: address@hidden > From: Martin Dix <address@hidden> > Subject: Problem with nf90_inquire_variable > Organization: CSIRO The above message contained the following: > In netcdf-3.5.0, the function nf90_inquire_variable has the line > > if(present(dimids)) dimids(:numDimensions) = dimensionIDs > > This should be > > if(present(dimids)) dimids(:numDimensions) = dimensionIDs(:numDimensions) > > to avoid an error with inconsistent array extents. This caused a problem > on an NEC SX-5 with other variables getting clobbered. Thanks. This fix should be in the next release. Regards, Steve Emmerson