Unsupported file structure
Added by Hiba Omrani 16 days ago
Dear All,
I'm using ERA5 Ensemble members, the variables have 4 dimensions (member, time, lat,lon). When I tried to the code :
cdo ydaysub ERA5_T2m_Houston_2024.nc -ydaymean ERA5_T2m_Houston_2024.nc ERA5_T2m_Houston_2024_no_annual_cycle.nc
I get this error:
cdi warning (cdfScanVarAttr): Time must be the first dimension! Unsupported array structure, skipped variable t2m!
cdi warning (cdf_set_var): Inconsistent variable definition for t2m!
cdi warning (cdfInqContents): No data arrays found!
cdo yhoursub: Open failed on >ERA5_T2m_Houston_2024.nc<
Unsupported file structure
Do you have any idea how can I resolve this problem.
Thankyou
Replies (1)
RE: Unsupported file structure - Added by Karin Meier-Fleischer 16 days ago
The file is not CF-conform. To use CDO the variable dimensions have to be (time,lat,lon), time must be first as the warning tells you.