################################ General Parameters ################################

# Two letter state code
state_code = NM

# County name
county_name = Bernalillo County

# Run ID, names output file and folder to track results.  Can be any string
run_id = 4-11

# well output file name
well_output_filename = well_output_RTES_2-24-2025

# thermal budget output
thermal_budget_filename = thermal_budget_RTES_2-24-2025

gas_cost_per_thousand_cuft = 7.04

# #73.82 #98.42 #123.03
ghp_drilling_price = 98.42 

# Well depth (m)
UTES_well_depth = 638

threshold_temperature = 7.0

supplement_with_dry_cooler = True

well_spacing = 150







# Annual fraction of CAPEX that is considered the annual maintenance OPEX
annual_maintenance_fraction = 0.01

# discount rate
discount_rate = 0.05

# Minimum/maximum operating temperature of water at wellhead
T_hx = 23.9
################################# TEN Parameters ###################################
# Heat exchanger price ($/gpm)
hx_price = 140

# Building Heat Pumps' COP.  Ensure it is the same as used in previous methodology
HP_COP_heating = 3.4
HP_COP_cooling = 4.1

# Non-loop HVAC price (from liftoff report) $/ton
HVAC_price = 1900

# TEN thermal loop piping length (m)
TEN_piping_length = 2000

# TEN circulation price $/kW
TEN_circulation_pump_price = 1000

################################# GHP Parameters ###################################
# Drilling cost in ($/m)
#GHP_drilling_price = 150 

# Circulation pump cost ($/kw)
GHP_circulation_pump_price = 1000

# Surface/distribution piping length (m)
GHP_surface_piping_length = 500


################################# UTES Parameters ##################################

# Drilling cost ($/m)
UTES_drilling_price = 200

# Well depth (m)
#UTES_well_depth = 112

# UTES circulation pump cost ($/kw)
UTES_circulation_pump_price = 1000

# Surface/distribution piping length (m)
UTES_surface_piping_length = 500


#################################### Constants #######################################

# specific heat (J/kg/C)
specific_heat = 4183.3 

# cp air (J/kg/C)
cp_air = 1005






