Skip to content

Commit 70a19b0

Browse files
committed
Updated docs to remove references to legacy CLI arg --variable-stores.
1 parent 7796bf1 commit 70a19b0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/docs/cli_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The arguments used are:
4646
* `-b`: Bucket name in the object store where the variables will be stored.
4747
* `-zv`: Zarr version used to create the zarr store. Options are 2 (v2) or 3 (v3).
4848

49-
In the above example, the variable(s) will be stored in a single Zarr v3 store at the `<bucket_name>/<prefix>` path. We can instead create an individual Zarr v3 store for each variable at `<bucket_name>/<prefix>/<var>` by using the `-vs` (`--variable-stores`) flag.
49+
In the above example, the variable(s) will be stored in a single Zarr v3 store at the `<bucket_name>/<prefix>` path.
5050

5151
### Icechunk Repositories
5252

docs/docs/cli_reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
| `--prefix` | `-p` | Object prefix (default=`None`). |
1717
| `--append-dim` | `-ad` | Append dimension (default=`time_counter`). |
1818
| `--variables` | `-v` | Variables to send (default=`None`). Default `None` will send all variables. |
19-
| `--variable-stores` | `-vs` | Flag to send variables to independent stores. |
2019
| `--chunk-strategy` | `-cs` | Chunk strategy as a JSON string (default=`None`). E.g., '{\"time_counter\": 1, \"x\": 100, \"y\": 100}' |
2120
| `--dask-configuration` | `-dc` | Path to the JSON file defining the Dask Local Cluster configuration (default=`None`). |
2221
| `--grid-filepath` | `-gf` | File path to model grid file containing domain information (default=`None`). |

0 commit comments

Comments
 (0)