forked from macroenergy/Dolphyn.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert GenX submodule to a subtree (macroenergy#194)
* Remove submodule * Squashed 'src/GenX/' content from commit 23819da4 git-subtree-dir: src/GenX git-subtree-split: 23819da459be7e4769ccad6a541124343f510cc7 * Removed .gitmodules * Update submodule instructions -> subtree instructions * Update Project.toml Added compat lower limits. These may be too strict, so we can revise them in the future. In particular, some of these might not be valid for Julia 1.6.7 * Update Project.toml * Update package name * Rename DOLPHYN.jl to Dolphyn.jl * Revert "Update package name" This reverts commit dc0646d. * Revert "Update Project.toml" This reverts commit 8fa6501. * Revert "Rename DOLPHYN.jl to Dolphyn.jl" This reverts commit 2ae1d3a. * Revert "Update Project.toml" This reverts commit 10b786c. * Update README.md
- Loading branch information
1 parent
ec7b59e
commit 4491514
Showing
170 changed files
with
12,611 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule GenX
deleted from
23819d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
*.jl.cov | ||
*.jl.*.cov | ||
*.jl.mem | ||
*.DS_Store | ||
Manifest.toml | ||
.Rhistory | ||
deps/deps.jl | ||
.vscode/ | ||
GenXJulEnv/ | ||
output_data/ | ||
MGAResults_min/ | ||
MGAResults_max/ | ||
YourModel.lp | ||
time_domain_reduction/PreCluster_Plots.jl | ||
time_domain_reduction/TSC_Plots.jl | ||
time_domain_reduction/TSC.jl | ||
|
||
gurobi.log | ||
cplex.log | ||
Highs.log | ||
|
||
/docs/build/ | ||
|
||
# Microsoft office temporary files | ||
~$* | ||
|
||
# Never include output folders | ||
**/Results*/ | ||
**/TDR_Results/ | ||
|
||
# Example systems which may be or have been under development | ||
Example_Systems/NYISO* | ||
Example_Systems/RealSystemExample/PG_Test_2030_p1/ | ||
Example_Systems/RealSystemExample/Inputs/ | ||
Example_Systems/SmallNewEngland/ThreeZones_full* | ||
Example_Systems/SmallNewEngland/Test_Up_Time/ | ||
Example_Systems/SmallNewEngland/Test_Down_Time/ | ||
2050/ | ||
|
||
Example_Systems/SmallNewEngland/ThreeZones_full.zip | ||
Example_Systems/SmallNewEngland/ThreeZones_full/* | ||
|
||
Example_Systems/SmallNewEngland/ThreeZones_MultiStage/Inputs/* | ||
test_get_retirement_period.jl |
Oops, something went wrong.