[Thread Prev][Thread Next][Index]

[ferret_users] A possible bug in reading dimemsions



Hi All,

I have a metlab-written nc file. The nc files created with the method I use works with former ferret version v5.x. But now I have problem with v6.84 on Linux. The dimension axis of some variables are not right. Pls check the attached file.

With ncdump, it reads:

dimensions:
    z = 10 ;
    time = 22 ;
variables:
   double tti(time, z) ;
    double pti(time, z) ;

But in ferret:

TTI    1:22      ...       1:10      ...       ...       ...
PTI    1:22      ...       1:10      ...       ...       ...

When I try to use these variables:

yes? plot/k=1 tti
 **netCDF error
             NetCDF: Start+count exceeds dimension bound (OPeNDAP/netCDF Error code -57)
             Data set: ./svdpactp.nc

Pls help resolve this issue.

Many thanks in advance!
Tony

Attachment: svdpactp.nc
Description: Cdf file


[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement