Skip to content

Commit

Permalink
add prefix to cost config sections, #45
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Sep 22, 2017
1 parent 93fb080 commit ab19b25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions edisgo/config/config_costs_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# the key refers to column 'name' in equipment files

[lv_cables]
[costs_lv_cables]

NAYY 4x1x300 = 0
NAYY 4x1x240 = 0
Expand All @@ -19,7 +19,7 @@ NAYY 4x1x95 = 0
NAYY 4x1x50 = 0
NAYY 4x1x35 = 0

[mv_cables]
[costs_mv_cables]

NA2XS2Y 3x1x185 RM/25 = 0
NA2XS2Y 3x1x240 RM/25 = 0
Expand All @@ -32,7 +32,7 @@ NA2XS(FL)2Y 3x1x300 RM/25 = 0
NA2XS(FL)2Y 3x1x400 RM/35 = 0
NA2XS(FL)2Y 3x1x500 RM/35 = 0

[mv_overhead_lines]
[costs_mv_overhead_lines]

48-AL1/8-ST1A = 0
94-AL1/15-ST1A = 0
Expand All @@ -41,7 +41,7 @@ NA2XS(FL)2Y 3x1x500 RM/35 = 0
#94-AL1/15-ST1A = 0
#122-AL1/20-ST1A = 0

[lv_transformers]
[costs_lv_transformers]

50 kVA = 0
100 kVA = 0
Expand All @@ -52,7 +52,7 @@ NA2XS(FL)2Y 3x1x500 RM/35 = 0
800 kVA = 0
1000 kVA = 0

[mv_transformers]
[costs_mv_transformers]

20 MVA = 0
32 MVA = 0
Expand Down

0 comments on commit ab19b25

Please sign in to comment.