Replies: 3 comments
-
Hi @songhan89 - nice to see you around here. In your example, are |
Beta Was this translation helpful? Give feedback.
-
Hi @jhamman , Sorry for the slow response. The use case is basically to compare different model forecast runs for the same time of the day (e.g comparing +24 hr from 00Z run vs +12 hr from 12Z run) I experimented using
with
|
Beta Was this translation helpful? Give feedback.
-
A few points:
IIUC you should only need to append along
At a conceptual level, you first "expand" the dataset on-disk using an "append". Then you write real values to the expanded portion using the |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a ECMWF Ensemble GRIB dataset that I wish to save as
.zarr
format.I can create a zarr store but found that when i try to append_dim (ingest new grib data everyday and want to append to the same zarr store), it is only possible to append to one dimension.
Ideally, i would want to set
append_dim = ['time', 'valid_time']
The xarray dataset structure is as followed.
Would like to check with folks here what is your advice on this ?
Beta Was this translation helpful? Give feedback.
All reactions