README.md

ddd

Travis-CI Build Status

This R-package makes it easy to run the Distance Distribution Dynamics (ddd) hydrological model. This package is based on the work of different authors: - Skaugen and Onof (2013), DOI: 10.1002/hyp.9968 - Skaugen, Peerebom and Nulsson (2015), DOI: 10.1002/hyp.10315 - Skaugen and Weltzien (2016), DOI: 10.5194/tc-10-1947-2016

Installation

# install.packages("devtools")
devtools::install_github("nexModeling/ddd")

Usage

library(ddd)

main(fromPeriod="2000090106",
     toPeriod="2014123106",
     timeResolution="daily",
     catchment="Tingvatn",
     pathData=paste0(.libPaths()[1],"/ddd/data/"),
     fileData="val_24.9_24hptq_kal.txt",
     pathParam=paste0(.libPaths()[1],"/ddd/data/"),
     fileParam="best_par_24.9_24h.txt",
     FIGURE=TRUE)

Dependencies

The ddd R-package works as a holding package that drives a set of packages:



nexModeling/ddd documentation built on May 23, 2019, 4:27 p.m.