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
for example, when processing GSLA for 2012 Oct-> Dec
ValueError: variable 'GSLA' already exists with different dimension sizes: {'TIME': 7, 'LATITUDE': 351, 'LONGITUDE': 641} != {'TIME': 7, 'LATITUDE': 352, 'LONGITUDE': 641}. to_zarr() only supports changing dimensio
n sizes when explicitly appending, but append_dim=None. If you are attempting to write to a subset of the existing store without changing dimension sizes, consider using the region argument in to_zarr().
for example, when processing GSLA for 2012 Oct-> Dec
Some input files indeed don't have the same dimension of longitude in that case
https://thredds.aodn.org.au/thredds/dodsC/IMOS/OceanCurrent/GSLA/NRT/2012/IMOS_OceanCurrent_HV_20121225T000000Z_GSLA_FV02_NRT.nc.html
https://thredds.aodn.org.au/thredds/dodsC/IMOS/OceanCurrent/GSLA/NRT/2012/IMOS_OceanCurrent_HV_20120101T000000Z_GSLA_FV02_NRT.nc.html
The text was updated successfully, but these errors were encountered: