Description Usage Arguments Value
View source: R/monthly_downscaling.R
monthly_downscaling
Use average monthly fractions of annual tas or pr ISMIP/CMIP5 data to downscale annual data to montly values.
1 | monthly_downscaling(alpha, fld_data, fld_coordinates, fld_time, var)
|
alpha |
Matrix[ngrid, 12] of the alpha parameters for the Dirichlet distribution. These values are included as package data. For more details on how they are calculated see data-raw. |
fld_data |
the 2d array of ntime x ngrid of the data to be downscaled, this object should be a flattened 3-D array, where latitude the most rapidly varying index for the individual time slices. |
fld_coordinates |
a data frame of the grid cells coordinates for the field matrix. |
fld_time |
a vector of the field time values. |
var |
the string of the variable to process. |
a list containing the monthly downsaceld 2d array and a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.