Description Usage Arguments Value Examples
View source: R/CityWaterBalance.R
This function tracks flows of water as they move through pathways and storages within the urban system. Data can be in any self-consistent units.
1 | CityWaterBalance(data, p, print = TRUE)
|
data |
xts or zoo object with date index and columns of data for: |
p |
list of fixed parameter values for: |
print |
option to print messages |
list of dataframes:
all_flows |
all flows |
state_vars |
state variables |
global_balance |
global water balance |
internal_balance |
internal water balance |
1 2 3 4 5 | p <- list("prcp_mult" = 1, "et_mult" = 1, "flow_mult" = 1, "bf_mult" = 1, "dgw_rep" = 0.5,
"imperv" = 0.2, "interc" = 0, "open_wat" = 0.02, "run_css" = 0.3, "run_sss" = 0.05,
"nonrev" = 0.08, "ind_evap" = 0.012, "wast_gen" = 0.85, "pot_atm" = 0.13, "npot_infilt" = 0.5,
"slud_evap" = 0, "leak_css" = 0.05, "leak_sss" = 0.05, "dgw" = 0.5)
m <- CityWaterBalance(cwb_data, p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.