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