USGS verification example: model parameterisation (multiple distances)

example1(x = c(0, 0.3, 3.3, 6.6, 10, 20, 25, 30, 40, 50, 75, 100, 150,
  200), baseProps = baseProps_ex1(), dbg = FALSE)

Arguments

x

distance from the center of the recharge basin in the x direction (L)

baseProps

basic model properties as retrieved by baseProps_ex1()

dbg

If True additional messages on debug messages

References

p.23, https://pubs.usgs.gov/sir/2010/5102/support/sir2010-5102.pdf

Examples

res <- example1() if (FALSE) { #### Head for each time step (defined with parameter "numberTimeSteps) xyplot(head ~ x | as.factor(sprintf("%f days", timeSteps)), data = res$timeSteps, type = "b", las = 1, as.table = TRUE ) #### Head at end of simulation plot(head ~ x, data = res$simTime, type = "b", las = 1 ) } #### Water level increase at end of simulation & compare to alternative models modelComparison <- compareModelResults(conf = res)
#> Registered S3 method overwritten by 'xts': #> method from #> as.zoo.xts zoo
#> Warning: 'rNSE' can not be computed: some elements in 'obs' are zero !
#> Warning: 'rd' can not be computed: some elements in 'obs' are zero !
#> Warning: 'rNSE' can not be computed: some elements in 'obs' are zero !
#> Warning: 'rd' can not be computed: some elements in 'obs' are zero !
#> Warning: 'rNSE' can not be computed: some elements in 'obs' are zero !
#> Warning: 'rd' can not be computed: some elements in 'obs' are zero !
#> Warning: 'rNSE' can not be computed: some elements in 'obs' are zero !
#> Warning: 'rd' can not be computed: some elements in 'obs' are zero !
#> Warning: 'rNSE' can not be computed: some elements in 'obs' are zero !
#> Warning: 'rd' can not be computed: some elements in 'obs' are zero !
plotModelComparison(modelComparison = modelComparison)