Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 28, 2022
1 parent 0dc6e0a commit be9590d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/daymet/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
pattern_from_file_sequence(
var_files[var],
# FIXME: Leap years?!
concat_dim=patterns.ConcatDim('time', nitems_per_file=365), # Describe how the dataset is chunked
concat_dim='time',
nitems_per_file=365,
fsspec_open_kwargs=dict(
client_kwargs=client_kwargs
),
Expand Down

0 comments on commit be9590d

Please sign in to comment.