Error[Unsupported file structure]
Added by patty Lyn over 2 years ago
HI, I tried to calculate the DJF mean using the CDO command, the NC file was generated by NCO command, and when I tried to do the command with CDO, it shows "Unsupported file structure".I have used all the methods I found from the previous questions and it did not work, can you please tell me what is wrong and what should I do to deal with this problem?
Alongside please find the nc file.
spi_spi_gamma_01.nc (40.3 MB) spi_spi_gamma_01.nc |
Replies (1)
RE: Error[Unsupported file structure] - Added by Karin Meier-Fleischer over 2 years ago
Hi Patty,
CDO is following the CF-convention and your data is not conform to CF. The warning tells you what is wrong: your variable depends on (lat, lon, time) and CF demands (time, lat, lon).
cdo sinfon spi_spi_gamma_01.nc Warning (cdfScanVarAttr): Time must be the first dimension! Unsupported array structure, skipped variable spi_gamma_01! Warning (cdfInqContents): No data arrays found! cdo sinfon: Open failed on >spi_spi_gamma_01.nc< Unsupported file structure
-Karin