PowNet icon indicating copy to clipboard operation
PowNet copied to clipboard

PowNet: Network-constrained Unit Commitment / Economic Dispatch model in Python

Results 3 PowNet issues
Sort by recently updated
recently updated
newest added

#### Issue Description Currently, the Simulation class handles solver selection and instantiation directly, leading to some code duplication and potential for errors. The goal of this enhancement is to improve...

enhancement
help wanted
question

#### Issue Description Currently, the variable `T` is used throughout the power system modeling package to represent the simulation horizon (the total number of time steps in the simulation). This...

documentation
good first issue
refactoring

#### 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...

enhancement
help wanted
good first issue