-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aggregation-apis): rename aggregation cols (#2250)
- Loading branch information
Showing
8 changed files
with
17,372 additions
and
17,333 deletions.
There are no files selected for viewing
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
8 changes: 8 additions & 0 deletions
8
...ration/raw_studies_blueprint/assets/aggregate_areas_raw_data/details-STstorage-annual.txt
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,8 @@ | ||
area_1 area sts annual | ||
VARIABLES BEGIN END | ||
4 1 1 | ||
|
||
area_1 annual storage_1 storage_1 storage_1 storage_1 | ||
P-injection - MW P-withdrawal - MW Levels - MWh CashFlow - Euro | ||
EXP EXP EXP EXP | ||
Annual 0 0 0 0 |
2 changes: 2 additions & 0 deletions
2
...integration/raw_studies_blueprint/assets/aggregate_areas_raw_data/expected_result_sts.csv
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,2 @@ | ||
area,cluster,timeId,levels,P.injection,P.withdrawal,CashFlow | ||
de,storage_1,1,0.000000,0.000000,0.000000,0.000000 |
20 changes: 10 additions & 10 deletions
20
.../integration/raw_studies_blueprint/assets/aggregate_areas_raw_data/test-02-all.result.tsv
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
area cluster timeId production NODU NP Cost - Euro | ||
de 01_solar 1 315000.0 167.0 0.0 | ||
de 02_wind_on 1 275000.0 147.0 0.0 | ||
de 03_wind_off 1 235000.0 127.0 0.0 | ||
de 04_res 1 195000.0 107.0 0.0 | ||
de 05_nuclear 1 155000.0 87.0 0.0 | ||
de 06_coal 1 115000.0 67.0 0.0 | ||
de 07_gas 1 75000.0 47.0 0.0 | ||
de 08_non-res 1 35000.0 27.0 0.0 | ||
de 09_hydro_pump 1 2800.0 7.0 0.0 | ||
area cluster timeId production NP Cost NODU | ||
de 01_solar 1 315000.0 0.0 167.0 | ||
de 02_wind_on 1 275000.0 0.0 147.0 | ||
de 03_wind_off 1 235000.0 0.0 127.0 | ||
de 04_res 1 195000.0 0.0 107.0 | ||
de 05_nuclear 1 155000.0 0.0 87.0 | ||
de 06_coal 1 115000.0 0.0 67.0 | ||
de 07_gas 1 75000.0 0.0 47.0 | ||
de 08_non-res 1 35000.0 0.0 27.0 | ||
de 09_hydro_pump 1 2800.0 0.0 7.0 |
Oops, something went wrong.