Critical-Infrastructure-Systems-Lab / PowNet

PowNet: Network-constrained Unit Commitment / Economic Dispatch model in Python
MIT License
74 stars 26 forks source link

Configuration Priority Issue: API vs. config.ini #14

Closed phumthep closed 2 weeks ago

phumthep commented 4 months ago

Issue Description:

Currently, our power system model classes source their parameters from both the user_config.ini file and API arguments. The default behavior is to use user_config.ini, but API arguments can override these settings.

Strengths of Current Setup:

Weaknesses of Current Setup:

Tasks

Additional Notes:

phumthep commented 2 weeks ago

Closed with the following commits: