Published February 26, 2024
| Version v2
Dataset
Open
Run Files and Output Data for Li et al.
Authors/Creators
Description
This repository contains the run files and their output data for "The influence of regional geophysical resource variability on the relative value of single- and multi-storage technology portfolios."
The associated Github repository for the project is linked as follows: https://github.com/carnegie/MEM_public.git
To use these run files (assuming MEM is properly installed):
- For run files used in generating the data plotted in Figures 3 and 4:
- Click on the script in the batch script folder (i.e 'run_all_fig3_1tech_CISO.bat'). Edit it beforehand using Notepad to use the correct ISO.
- This .bat script will cause command terminal to do three tasks
- activate mymem
- cd OneDrive/desktop/Rerun-for-Anna
- python one_case.py Run_Files/Fig_3_ERCO/{all run files in folder}.csv
- This .bat script will cause command terminal to do three tasks
- Click on the script in the batch script folder (i.e 'run_all_fig3_1tech_CISO.bat'). Edit it beforehand using Notepad to use the correct ISO.
- For run files used in generating the data plotted in figures 5 and 6:
- In command terminal:
- cd OneDrive/desktop/Rerun-for-Anna
- python Param_Energy_Power.py
- This generates the parameterizations for energy and power, then calls sub_energy_power.bat to make the command terminal begin each parameterized run
- In command terminal:
**All .py files that are part of the MEM model should be in the rerun folder, as should the run_case py or sh script and the case input csv. The weather/demand inputs should be in Input_Data and the location properly written in the case input csv.