ConvertMeteoSD {airGRiwrm} | R Documentation |
Conversion of meteorological data from basin scale to sub-basin scale
Description
Conversion of meteorological data from basin scale to sub-basin scale
Usage
ConvertMeteoSD(x, ...)
## S3 method for class 'GRiwrm'
ConvertMeteoSD(x, meteo, ...)
## S3 method for class 'character'
ConvertMeteoSD(x, griwrm, meteo, ...)
## S3 method for class 'matrix'
ConvertMeteoSD(x, areas, temperature = FALSE, ...)
Arguments
x |
either a |
... |
Parameters passed to the methods |
meteo |
matrix or data.frame containing meteorological data. Its colnames should be equal to the ID of the basins |
griwrm |
|
areas |
numeric vector with the total area of the basin followed by the areas of the upstream basins in km2 |
temperature |
logical |
Value
matrix a matrix containing the converted meteorological data
[Package airGRiwrm version 0.6.2 Index]