SWATdata | R Documentation |
SWATplusR
SWATdata
provides SWAT model setups for SWAT2012 and several SWAT+
revisions for the gauge J of the Little River Experimental Watershed (LREW,
Bosch et al., 2007).
To test the functionality of SWATplusR
, SWATdata
provides a
variety of light weight, fast running SWAT model setups. To load the
available demo data use the function load_demo
from
the SWATplusR
package. The setup of all provided model setups was done
for the same head watershed of the LREW, for all SWAT versions and revisions.
Additionally, spatial data (subbasins, HRUs, river network) are available as
shape files for all model setups. For some model revisions only Windows or
Linux executables are available. Other revisions are available for both
platforms. The following table gives an overview of the available datasets:
Version | Windows | Linux | Spatial |
SWAT2012 Rev.622 | X | X | |
SWAT2012 Rev.637 | X | X | |
SWAT+ Rev.57 | X | X | |
SWAT+ Rev.59 | X | X | X |
Bosch, D. D., Sheridan, J. M., Lowrance, R. R., Hubbard, R. K., Strickland, T. C., Feyereisen, G. W. and Sullivan, D. G.: Little river experimental watershed database, Water Resources Research, 43(9), https://doi.org/10.1029/2006wr005844, 2007
# Load the SWATplusR package to access the demo datasets library(SWATplusR) # Load the SWAT2012 demo on Windows demo_path <- load_demo() #
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.