c2vsim.readLWBUD | R Documentation |
c2vsim.readLWBUD Reads the Land and water use budget output file for the coarse grid file.
c2vsim.readLWBUD(filename, Nsub = 21, NtimeSteps = 1056, maxchar = 2000)
filename |
is the name of the file. |
Nsub |
the number of subregions printed in the file |
NtimeSteps |
is the number of time steps used in the simulation. By default is set to 1056 |
maxChar |
is the maximum number of characters that should read in a single line |
A list of Nsub lists with the following fields: AG: a data frame with budget terms for the agricultural area UR: a data frame with budget terms for the urban area IE: a data frame with budget terms for subregion import/export The data frames contain the following fields: Area: The area of agricultural or ubran land PCUAW: Potential CUAW ASR: Agricultural supply requirement P: Pumping D: Diversion S: Shortage RU: ReUse USR: Urban supply requirement Import: Import Export: Export
lw <- c2vsim.readLWBUD("CVlandwater.BUD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.