Skip to content

Commit

Permalink
Update case folder structure and examples (#640)
Browse files Browse the repository at this point in the history
New folder structure for a GenX case. The input files are organized 
in the following folders: `settings`, `policies`, `resources` and `system`. 
Examples and tests have been updated to reflect this change. 

---------
Co-authored-by: Chakrabarti, Sambuddha (Sam) <[email protected]>
  • Loading branch information
lbonaldo authored Mar 2, 2024
1 parent f33b097 commit ab5b0b2
Show file tree
Hide file tree
Showing 964 changed files with 53,570 additions and 402,420 deletions.
24 changes: 3 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,8 @@ test/Logs
~$*

# 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
**/results*/
**/TDR_results/

# Test files
test/TDR/TDR_Results_test
test/MethodofMorris/morris.csv
!test/VREStor/Results_true/
!test/ThreeZones/Results_true/
test/TDR/TDR_results_test
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The settings parameter `Reserves` has been renamed to `OperationalReserves`, `Reserves.csv` to
`Operational_reserves.csv`, and the `.jl` files contain the word `reserves` have been renamed to
`operational_reserves` (#641).
- New folder structure for a GenX case. The input files are now organized in the following folders: `settings`,
`policies`, `resources` and `system`. The examples and tests have been updated to reflect this change.

### Deprecated
- The above `load` keys, which generally refer to electrical demand, are being deprecated.
Expand Down
17 changes: 0 additions & 17 deletions Example_Systems/DC_OPF/IEEE_9BUS/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions Example_Systems/DC_OPF/IEEE_9BUS/Resources/thermal.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Example_Systems/DC_OPF/IEEE_9BUS/Run.jl

This file was deleted.

20 changes: 0 additions & 20 deletions Example_Systems/DC_OPF/IEEE_9BUS/Settings/genx_settings.yml

This file was deleted.

17 changes: 0 additions & 17 deletions Example_Systems/DC_OPF/IEEE_9BUS_timeseries/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions Example_Systems/DC_OPF/IEEE_9BUS_timeseries/Run.jl

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ab5b0b2

Please sign in to comment.