You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ assignees: ''
10
10
**If this is a question, something isn't working or an idea please start a Q&A discussion in the [Discussion tab](https://github.com/NREL-Sienna/PowerSimulations.jl/discussions)**
11
11
Open a bug report only if you can provide the details below
12
12
13
-
14
13
**Describe the bug**
15
14
A clear and concise description of what the bug is.
Community driven development of this package is encouraged. To maintain code quality standards, please adhere to the following guidelines when contributing:
4
-
- To get started, <ahref="https://www.clahub.com/agreements/NREL/PowerSimulations.jl">sign the Contributor License Agreement</a>.
5
-
- Please do your best to adhere to the lengthy [Julia style guide](https://docs.julialang.org/en/latest/manual/style-guide/).
6
-
- To submit code contributions, [fork](https://help.github.com/articles/fork-a-repo/) the repository, commit your changes, and [submit a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).
4
+
5
+
- To get started, <ahref="https://www.clahub.com/agreements/NREL/PowerSimulations.jl">sign the Contributor License Agreement</a>.
6
+
- Please do your best to adhere to the lengthy [Julia style guide](https://docs.julialang.org/en/latest/manual/style-guide/).
7
+
- To submit code contributions, [fork](https://help.github.com/articles/fork-a-repo/) the repository, commit your changes, and [submit a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).
Copy file name to clipboardexpand all lines: README.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,23 @@
9
9
10
10
`PowerSimulations.jl` is a Julia package for power system modeling and simulation of Power Systems operations. The objectives of the package are:
11
11
12
-
- Provide a flexible modeling framework that can accommodate problems of different complexity and at different time-scales.
12
+
- Provide a flexible modeling framework that can accommodate problems of different complexity and at different time-scales.
13
13
14
-
- Streamline the construction of large scale optimization problems to avoid repetition of work when adding/modifying model details.
15
-
16
-
- Exploit Julia's capabilities to improve computational performance of large scale power system quasi-static simulations.
14
+
- Streamline the construction of large scale optimization problems to avoid repetition of work when adding/modifying model details.
15
+
- Exploit Julia's capabilities to improve computational performance of large scale power system quasi-static simulations.
17
16
18
17
The flexible modeling framework is enabled through a modular set of capabilities that enable scalable power system analysis and exploration of new analysis methods. The modularity of PowerSimulations results from the structure of the simulations enabled by the package:
19
18
20
-
-_Simulations_ define a set of problems that can be solved using numerical techniques.
19
+
-_Simulations_ define a set of problems that can be solved using numerical techniques.
21
20
22
21
For example, an annual production cost modeling simulation can be created by formulating a unit commitment model against system data to assemble a set of 365 daily time-coupled scheduling problems.
23
22
24
23
## Simulations enabled by PowerSimulations
25
24
26
-
- Integrated Resource Planning
27
-
- Production Cost Modeling
28
-
- Market Simulations
29
-
25
+
- Integrated Resource Planning
26
+
- Production Cost Modeling
27
+
- Market Simulations
28
+
30
29
## Installation
31
30
32
31
```julia
@@ -50,4 +49,4 @@ Contributions to the development and enhancement of PowerSimulations is welcome.
50
49
51
50
## License
52
51
53
-
PowerSimulations is released under a BSD [license](https://github.com/NREL-Sienna/PowerSimulations.jl/blob/main/LICENSE). PowerSimulations has been developed as part of the Scalable Integrated Infrastructure Planning (SIIP) initiative at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/)) Software Record SWR-23-104.
52
+
PowerSimulations is released under a BSD [license](https://github.com/NREL-Sienna/PowerSimulations.jl/blob/main/LICENSE). PowerSimulations has been developed as part of the Scalable Integrated Infrastructure Planning (SIIP) initiative at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/)) Software Record SWR-23-104.
0 commit comments