Information on package 'kwb.wtaq' Description: Package: kwb.wtaq Title: Interface to WTAQ Drawdown Model (http://water.usgs.gov/ogw/wtaq/) Version: 0.2.1 Authors@R: c(person(given = "Hauke", family = "Sonnenberg", role = c("aut", "cre"), email = "hauke.sonnenberg@kompetenz-wasser.de", comment = c(ORCID = "0000-0001-9134-2871")), person(given = "Michael", family = "Rustler", role = "ctb", email = "michael.rustler@kompetenz-wasser.de", comment = c(ORCID = "0000-0003-0647-7726")), person(given = "OPTIWELLS-2", role = "fnd"), person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")) Description: Functions enabling the writing of WTAQ input files, running of WTAQ and reading of WTAQ output files. License: MIT + file LICENSE URL: https://github.com/KWB-R/kwb.wtaq BugReports: https://github.com/KWB-R/kwb.wtaq/issues Depends: R (>= 3.0.0) Imports: kwb.utils, lattice, hydroGOF, plotrix, reshape Suggests: rmarkdown, knitr, testthat VignetteBuilder: knitr Remotes: github::KWB-R/kwb.utils Biarch: TRUE BinaryFiles: extdata/wtaq.2.1.exe Encoding: UTF-8 LazyLoad: yes RoxygenNote: 6.1.1 RemoteType: github RemoteHost: api.github.com RemoteRepo: kwb.wtaq RemoteUsername: kwb-r RemoteRef: master RemoteSha: 87f29c0be64446a9cbc3500e7b5b0429a03a9553 GithubRepo: kwb.wtaq GithubUsername: kwb-r GithubRef: master GithubSHA1: 87f29c0be64446a9cbc3500e7b5b0429a03a9553 NeedsCompilation: yes Packaged: 2020-09-28 18:06:42 UTC; www-data Author: Hauke Sonnenberg [aut, cre] (), Michael Rustler [ctb] (), OPTIWELLS-2 [fnd], Kompetenzzentrum Wasser Berlin gGmbH (KWB) [cph] Maintainer: Hauke Sonnenberg Built: R 4.0.2; x86_64-pc-linux-gnu; 2020-09-28 18:06:43 UTC; unix Index: checkModelFit Calibration of aquifer parameter "hkr" drawdowns Example data of measured drawdowns in a drinking water well field fitnessAquifer fitnessAquifer modelFitness modelFitness modelFitnessAggregated modelFitnessAggregated owConfigurationToWtConfiguration WTAQ configuration from Optiwells configuration owConfigure Definition of an Optiwells well field configuration owConfigureWell Configure well(s) for Optiwells configuration owGetDrawdowns Drawdowns for Optiwells configuration and pump discharges owPlotConfiguration Plot Optiwells configuration owPlotDrawdowns plot drawdown (under construction!) owRandomConfiguration Random Optiwells well field configuration owRandomWellfield Generation of a random wellfield owSuperposeDrawdowns superpose drawdowns owWellDistances Distances between wells print.wtaqConfiguration Print WTAQ configuration wtCalibrate Simple calibration procedure wtCheckConfiguration check WTAQ configuration wtConfigurationExample2 WTAQ configuration representing WTAQ example 2 wtConfigurationExample3 WTAQ configuration representing WTAQ example 3 wtConfigurationToOwConfiguration wtConfigurationToOwConfiguration wtConfigure Define parameter values for WTAQ model run wtConfigureAquifer Aquifer parameter values wtConfigureDrainage Drainage parameter values wtConfigureGeneral General parameter values wtConfigureObservationWell Observation well parameter values wtConfigurePumpwell Pumped well parameter values wtConfigureSolution Solver-related parameter values wtConfigureTimes Simulation time parameter values wtConfiguredDistances distances of observation wells wtConfiguredWellnames wtConfiguredWellnames wtDefaultConfiguration Default WTAQ configuration wtDefaultConfigurationSolution default WTAQ solver configuration wtInputFileLines text lines for WTAQ input file wtPlotConfiguration plot wellfield profile wtPlotResult Plot WTAQ results wtReadInputFile Read WTAQ configuration from input file wtReadPlotFile Read WTAQ plot file wtRepairConfiguration repair configuration wtRunConfiguration Run WTAQ with given configuration wtRunInputFile Run WTAQ with given input file wtSetParameter set parameter in WTAQ configuration wtSetParameters set parameters in WTAQ configuration Further information is available in the following vignettes in directory '/usr/local/lib/opencpu/apps/ocpu_github_kwb-r_kwb.wtaq/kwb.wtaq/doc': kwbwtaq_ParameterTable: Parameters of configuration functions in kwb.wtaq (source, pdf) kwbwtaq_Tutorial: Tutorial for R package kwb.wtaq (source, pdf)