You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your issue content here.I'm not sure who has been working on this page.
I found an issue which could be added here under "Time"
I changed the dimensions order for the OISST time series, so that Time would be the fastest varying dimension
Going from
float sst(time, lat, lon)
to
float sst(lat, lon, time)
The files are ok with ncdump, xarray, NCO, but CDO produces an error:
Warning (cdfScanVarAttr): Time must be the first dimension! Unsupported array structure, skipped variable sst!
Warning (cdf_set_var): Inconsistent variable definition for sst!
Warning (cdfInqContents): No data arrays found!
cdo sinfo: Open failed on >oisst_timeseries_1981.nc<
Unsupported file structure
Files to check this are in /g/data/ua8/NOAA_OISST/AVHRR/timeseries_test/
The text was updated successfully, but these errors were encountered:
Your issue content here.I'm not sure who has been working on this page.
I found an issue which could be added here under "Time"
I changed the dimensions order for the OISST time series, so that Time would be the fastest varying dimension
Going from
float sst(time, lat, lon)
to
float sst(lat, lon, time)
The files are ok with ncdump, xarray, NCO, but CDO produces an error:
Files to check this are in /g/data/ua8/NOAA_OISST/AVHRR/timeseries_test/
The text was updated successfully, but these errors were encountered: