gen_output_tax_nolookup | R Documentation |
This function produces annual well capacity for each well in each year.
gen_output_tax_nolookup(
tax_amount = 2,
well_capacity_files = "./Well Capacity",
well_capacity_for_econ = "./Econ_output/well_capacity.csv",
first_year_of_simulation = 2000,
default_well_capacity_col_name = "Well_Capacity(gpm)"
)
tax_amount |
is the amount of subsidy per acre-inch of groundwater extracted. Defaults to 1. |
well_capacity_for_econ |
is the file name that all the output well capacities are written into. Defaults to "C:/Users/manirad/Downloads/test/Econ_output/well_capacity.csv". |
first_year_of_simulation |
is the first year that the hydro-economic simulation starts. Defaults to 2000. |
default_well_capacity_col_name |
is the name of the well capacity column generated from the MODFLOW model. Defaults to 'Well_Capacity(gpm)' as this is the original column name we started with. |
returns the output table.
## Not run:
gen_lookup_subsidy(tax_amount = 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.