Downloads one global NetCDF per calendar year from the Climate Hazards Center ([CHIRPS 2.0 daily p05](https://data.chc.ucsb.edu/products/CHIRPS-2.0/global_daily/netcdf/p05/)). Files are global; subset to a region in a separate step. Skips years that already exist under `outdir`.
Usage
download.CHIRPS(
outdir,
years,
resolution = "p05",
base_url =
sprintf("https://data.chc.ucsb.edu/products/CHIRPS-2.0/global_daily/netcdf/%s",
resolution)
)