gen_output_tax_nolookup: This function produces annual well capacity for each well in...

gen_output_tax_nolookupR Documentation

This function produces annual well capacity for each well in each year.

Description

This function produces annual well capacity for each well in each year.

Usage

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)"
)

Arguments

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.

Value

returns the output table.

Examples

## Not run: 
gen_lookup_subsidy(tax_amount = 2)

## End(Not run)

manirouhirad/MODSSAT documentation built on April 15, 2024, 11:31 p.m.