annual_model_limit_acres_CO: This function produces annual amounts of water use and...

annual_model_limit_acres_COR Documentation

This function produces annual amounts of water use and profits.

Description

This function produces annual amounts of water use and profits.

Usage

annual_model_limit_acres_CO(
  soil_weather_file = "./input_files/Well_SoilType_WeatherStation_CO.csv",
  well_capacity_files = "./Well Capacity",
  authorized_gpm = "./2000_Well_Capacity.csv",
  irrigated_policy_limit = "./Qcircle_policy_limit.csv",
  econ_output_file = "./Econ_output/CO_DSSAT_output.csv",
  well_capacity_file_year = "./CO_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 = 2000,
  last_year_of_GW = 2018,
  well_capacity_intervals = 20
)

Arguments

soil_weather_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".

authorized_gpm

is the the maximum pump rate that each well can pump. It defaults to initial well capacity. However, a separate maximum pump rate can be provided. Column name should be Well_Capacity(gpm).

irrigated_policy_limit

is the the maximum number of quarter circles that each well can irrigate.

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.

well_capacity_intervals

is the intervals in well capacities. Defaults to 20.

Value

returns the output table.

Examples

## Not run: 
gen_lookup_tax(tax_amount = 2)

## End(Not run)

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