Project

General

Profile

Error (cdfReadVarSliceDP) : Internal error, variable has an unsupported array structure!

Added by Sarah-Sylvia Nyawira over 10 years ago

Hi,
I have created a netcdf file using fortran. Unfortunately when I do cdo info on the file i get the above message. I attach the created netcdf file. I cannot do operations such as multiplications on the file. Anyone with an idea what could be the problem

Thanks in Advance


Replies (1)

RE: Error (cdfReadVarSliceDP) : Internal error, variable has an unsupported array structure! - Added by Jaison-Thomas Ambadan over 10 years ago

you may be able to use the file if you rename the "ntiles" dimension to "time". You can use the NCO operator "ncrename" for that:

ncrename -d ntiles,time NEW_LAND_COVER_FRACTION_MAP.nc

Cheers,
Jaison

PS: cdo fully support only classic NetCDF (time, lev, lat, lon), and time dimension has to be the first dimension.

    (1-1/1)