This folder contains Python scripts and configuration files implementing the workflow used in the study. 
Files included:
- 01_ComStock_Pull.py: Step 1 compiles annual heating and cooling loads for seven representative commercial buildings using ComStock data. 
- 02_GHP_Design.py: Step 2 sizes ground heat exchangers with GHEDesigner to meet heating and balanced cooling loads, while recording the residual cooling load. 
- 03_Step 3 prepares SUTRA model inputs from weather data and residual cooling demand to simulate aquifer or reservoir thermal energy storage. 
- 04_TEA_Calculations.py: Step 4 combines all technical outputs to calculate electricity use, costs, and levelized cost of energy for each system configuration. 
- shared/: Shared .py modules and ComStock metadata
- cities/: City-specific workflow runs are contained here, housing all input, intermediate, and output files. An complete example case for Albuquerque is provided.
- TEMPLATE .txt files: These are templates for the configuration/input files required for each step/.py script. They are to be copy/pasted into a given run/city in the "cities folder". See the Albuquerque example there.