wtConfigure | R Documentation |
Define parameter values for WTAQ model run
wtConfigure(general = wtConfigureGeneral(), aquifer = wtConfigureAquifer(), drainage = wtConfigureDrainage(), times = wtConfigureTimes(), solution = wtConfigureSolution(), pumpwell = wtConfigurePumpwell(), obswells = list(wtConfigureObservationWell(obname = "obs1"), wtConfigureObservationWell(obname = "obs2", r = 50)))
general |
List of general parameters as retrieved by |
aquifer |
List of aquifer parameters as retrieved by |
drainage |
List of drainage parameters as retrieved by |
times |
List of simulation time parameters as retrieved by |
solution |
List of solution parameters as retrieved by |
pumpwell |
List of pumped well parameters as retrieved by |
obswells |
List of lists of observation well parameters each of which can be retrieved by |
list with elements general, aquifer, drainage,
times, solution, pumpwell, obswells,
representing a full WTAQ configuration. For the different elements see the
descriptions in the Arguments section.
Hauke Sonnenberg
wtConfigurationExample2, wtConfigurationExample3, wtRunConfiguration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.