Skip to content

Commit

Permalink
Full date range
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Oct 17, 2024
1 parent 5251d62 commit a19597c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

## Monthly version
input_urls = [
f"http://data.chc.ucsb.edu/products/CHIRPS-2.0/global_daily/netcdf/p05/chirps-v2.0.{year}.days_p05.nc" for year in [1981, 1982, 1983]
f"http://data.chc.ucsb.edu/products/CHIRPS-2.0/global_daily/netcdf/p05/chirps-v2.0.{year}.days_p05.nc" for year in range(1981, 2025)
]

pattern_a = pattern_from_file_sequence(input_urls, concat_dim="time")
Expand Down

0 comments on commit a19597c

Please sign in to comment.