chirps_ver_map_quantiles: Calculates and saves the quantiles of CHIRPS data required for verification maps.
Description
Calculates and saves the quantiles of CHIRPS data required for verification maps.
Usage
chirps_ver_map_quantiles(
clim_period = 1991:2020,
version = "UCSB",
resolution = "low",
CHIRPS_dir = chirps_dir(),
seasons = TRUE
)
Value
data table with quantiles.
Arguments
- clim_period
which years should be considered for the quantiles.
- version
which version of CHIRPS, 'UCSB' or 'ICPAC'? Can be a vector with both.
- resolution
If this is set to 'high', the quantiles are also calculated for high-resolution CHIRPS data. This is not nicely implemented right now and will take a lot of memory and time.
- CHIRPS_dir
directory the CHIRPS data is stored in.
- seasons
Are we plotting for seasonal or monthly forecasts?
Examples
Run this codeif (FALSE) chirps_ver_map_quantiles()
Run the code above in your browser using DataLab