Description Usage Arguments Value Examples
Gets met data from the redimentioned CFSR data set and outputs SWAT IO format meteorological input files
1 | getSWATcfsr(centroids, outDir = getwd())
|
centroids |
- data.frame object or location of csv file with two columns, the first being lattitude and second being longidute in decimal degrees. These should be the centroids of the swat model subbasins and are the locations of the ouput met data. |
outDir |
- Directory where ouput files will be saved. |
returns cfsr met data in swat IO format
1 2 3 4 5 6 | ## Not run:
centroids = data.frame(lat = 38, lon = 79)
outDir = "test"
getSWATcfsr(centroids=centroids, outDir=outDir)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.