From 2558df20caa603439bb43fab478c974b6fab3faf Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Fri, 30 Aug 2024 18:18:12 +0000 Subject: [PATCH] better control of cutout --- docs/using/combining.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/combining.rst b/docs/using/combining.rst index e9107b3c..c882fb62 100644 --- a/docs/using/combining.rst +++ b/docs/using/combining.rst @@ -163,7 +163,7 @@ can be useful to control the behaviour of the algorithm at the edge of the cutout area. If no value is provided, the algorithm will compute its value as the smallest distance between two grid points in the global dataset over the cutout area. If you do not want to use this feature, -you can set `min_distance_km=0`. +you can set `min_distance_km=0`, or provide your own value. The plots below illustrate how the cutout differs if `min_distance_km` is not given (top) or if `min_distance_km` is is set to `0` (bottom).