From cf9b31d152a19f55d499d2ac9a3893eb5f07af05 Mon Sep 17 00:00:00 2001 From: danielfromearth Date: Fri, 6 Sep 2024 16:09:06 -0400 Subject: [PATCH] update README.md with new arg in CLI --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 056a2cf..8e3a773 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ options: Whether to use the xarray concat method or the combine-by-coords method. --concat_dim CONCAT_DIM Dimension to concatenate along, if possible. This is required if using the 'xarray-concat' method + --sorting_variable SORTING_VARIABLE + Name of a variable to use for sorting datasets before concatenation by xarray. E.g., 'time'. --xarray_arg_compat XARRAY_ARG_COMPAT 'compat' argument passed to xarray.concat() or xarray.combine_by_coords(). --xarray_arg_combine_attrs XARRAY_ARG_COMBINE_ATTRS