[Thread Prev][Thread Next][Index]

[ferret_users] OPeNDAP/netCDF Error code -45



Dear ferret user

I try to read netcdf from aviso.
When I try to read with ferret 7.4, it shows
NetCDF: Not a valid data type or _FillValue type mismatch (OPeNDAP/netCDF Error code -45)
 is this a CDF file ?

Anyone encounter this before?

ncdump shows the following

netcdf m2 {
dimensions:
        lat = 2881 ;
        lon = 5760 ;
        nv = 2 ;
variables:
        float lat(lat) ;
                string lat:long_name = "latitude" ;
                string lat:units = "degrees_north" ;
                string lat:bounds = "lat_bnds" ;
                string lat:axis = "Y" ;
                lat:valid_min = -90. ;
                lat:valid_max = 90. ;
        float lat_bnds(lat, nv) ;
                string lat_bnds:comment = "latitude values at the north and south bounds of each pixel." ;
                string lat_bnds:units = "degrees_north" ;
        float lon(lon) ;
                st
[Thread Prev][Thread Next][Index]