File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,27 @@ Type _string_.
2525The name of the variadic append dimension.
2626Defaults to ` "time" ` .
2727
28+ ## ` append_step `
29+
30+ If set, enforces a step size in the append dimension between two slices or just enforces a direction.
31+ Must be one of the following.
32+
33+ * Arbitrary step size or not applicable.
34+ Its value must be ` null ` .
35+
36+ * Monotonically increasing.
37+ Its value must be ` "+" ` .
38+
39+ * Monotonically decreasing.
40+ Its value must be ` "-" ` .
41+
42+ * Type _ string_ .
43+ A time delta value.
44+
45+ * Type _ number_ .
46+ A numerical delta value.
47+ Defaults to ` null ` .
48+
2849## ` included_variables `
2950
3051Type _ array_ .
@@ -122,7 +143,7 @@ Variable metadata.
122143## ` target_dir `
123144
124145Type _ string_ .
125- The URI or local path of the target Zarr dataset. Must be a directory.
146+ The URI or local path of the target Zarr dataset. Must specify a directory whose parent directory must exist .
126147
127148## ` target_storage_options `
128149
You can’t perform that action at this time.
0 commit comments