diff --git a/feedstock/recipe.py b/feedstock/recipe.py index 525a18c..9c06dfa 100644 --- a/feedstock/recipe.py +++ b/feedstock/recipe.py @@ -45,4 +45,4 @@ def make_filename(variable, time): recipe = XarrayZarrRecipe( file_pattern=pattern, target_chunks=target_chunks, - subset_inputs = {"time": 5}) # set 5 chunks per year, each with time of length 73 (to total 365) \ No newline at end of file + ) \ No newline at end of file