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
NEW_LAND_COVER_FRACTION_MAP.nc (1.55 MB) NEW_LAND_COVER_FRACTION_MAP.nc | A land cover map |
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.