getSWATcfsr: Gets met data from the redimentioned CFSR data set and...

Description Usage Arguments Value Examples

Description

Gets met data from the redimentioned CFSR data set and outputs SWAT IO format meteorological input files

Usage

1
getSWATcfsr(centroids, outDir = getwd())

Arguments

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.

Value

returns cfsr met data in swat IO format

Examples

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)

getMet documentation built on May 1, 2019, 8:43 p.m.

Related to getSWATcfsr in getMet...