View source: R/ConvertMeteoSD.R
ConvertMeteoSD | R Documentation |
Conversion of meteorological data from basin scale to sub-basin scale
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, ...)
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 |
matrix a matrix containing the converted meteorological data
CreateGRiwrm()
, CreateInputsModel.GRiwrm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.