View source: R/annual_model_tax.R
annual_model_tax | R Documentation |
This function produces annual amounts of water use and profits.
annual_model_tax(
tax_amount = 1,
well_soil_file = "./input_files/Well_SoilType_WeatherStation.csv",
well_capacity_files = "./Well Capacity",
econ_output_file = "./Econ_output/KS_DSSAT_output.csv",
well_capacity_file_year = "./KS_DSSAT_output.csv",
first_year_of_simulation = 2000,
default_well_capacity_col_name = "Well_Capacity(gpm)",
missing_soil_types = "KS00000007",
minimum_well_capacity = 1,
maximum_well_capacity = 1000,
first_year_of_GW = 1997,
last_year_of_GW = 2007,
irrigation_season_days = 70
)
tax_amount |
is the amount of tax on the unit of groundwater extracted. Defaults to 1.1. |
well_soil_file |
is the file that contains the soil types for each well in the region. Defaults to "C:/Users/manirad/Dropbox/DSSAT subregions work pre-2018 annual meeting/subregion KS files/outputs_for_econ/Well_Soil Type.csv". |
well_capacity_files |
is the directory where well capacity files are located. Defaults to "C:/Users/manirad/Downloads/test/Well Capacity". |
econ_output_file |
is the name of the output file that contains irrigated acres, irrigation, and profits for each well. Defaults to "C:/Users/manirad/Downloads/test/Econ_output/KS_DSSAT_output.csv", |
well_capacity_file_year |
is the name of the output file that contains irrigation for each well which will be used by MODFLOW. Defaults to "C:/Users/manirad/Downloads/test/KS_DSSAT_output.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. |
missing_soil_types |
is the soil type that is assigned to missing soil types for wells. Defaults to "KS00000007". |
minimum_well_capacity |
is the minimum well capacity in the model. If well capacity falls below this capacity, it is set to this minimum. Defaults to 100 gallons per minute. |
maximum_well_capacity |
is the maximum well capacity in the model. If well capacity falls above this capacity, it is set to this maximum. Defaults to 3000 gallons per minute. |
first_year_of_GW |
is the first year that the GW model exists. This may be different than the first year of simulation. Defaults to 1997. |
last_year_of_GW |
is the last year that the GW model exists. This may be different than the last year of simulation. Defaults to 2007. |
irrigation_season_days |
Number of days in an irrigation season. Defaults to 70. |
returns the output table.
## Not run:
gen_lookup_tax(tax_amount = 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.