Skip to content

Commit 20cf9eb

Browse files
committed
Documented that the target parent directory must exist
1 parent 9438415 commit 20cf9eb

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

docs/config.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,27 @@ Type _string_.
2525
The name of the variadic append dimension.
2626
Defaults 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

3051
Type _array_.
@@ -122,7 +143,7 @@ Variable metadata.
122143
## `target_dir`
123144

124145
Type _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

0 commit comments

Comments
 (0)