[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20030612: Problem with nf90_inquire_variable
- Subject: 20030612: Problem with nf90_inquire_variable
- Date: Thu, 12 Jun 2003 15:34:36 -0600
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