c2vsim.cumGWBUD | R Documentation |
c2vsim.cumGWBUD summarizes the groundwater budget for the entire domain or the specified subregion ids
c2vsim.cumGWBUD(GWB, ids = NA)
GWB |
This is a list of data frames with the budget terms for each subregion. This is the output of the c2vsim.readGWBUD function |
ids |
the ids of the subregion you want to summarize |
A data frame with the budget terms corresponding to the entire area
GWB <- c2vsim.readGWBUD("CVground.BUD", Nsub = 21, Nskip = c(8,rep(9,20)), NtimeSteps = 1056, CG = TRUE)
GWBUDALL <- c2vsim.cumBUD(GWB, ids = c(5,10,21))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.