Implements a weather generator to simulate daily precipitation, given the monthly total and the number of days with rain for each month.
get_daily_prec(mval_prec, mval_wet, set_seed = FALSE, leapyear = FALSE)
A vector of twelve numeric values for monthly values of total precipitation.
A vector of twelve integer values for the number of wet days in each month.
A logical specifying whether a random seed is set.
A logical specifying whether interpolation is done for a leap year (with 366 days).
A named list of data frames (tibbles) containing input data for each site is returned.