-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate grid expansion costs #45
Comments
@nesnoj would you add the equipment costs to a config file, maybe the flexopt config or a new costs config? |
Could you please specify which components you need costs for? E.g. just costs for each of the standard equipment in |
I need costs for all equipment used in dingo, since the first expansion step is usually to build a parallel component of the same kind, plus all standard equipment. @gplssm and I decided yesterday to for now have a new config holding all costs. After we finish the first grid-expansion-in-all-distribution-grids round we wanted to maybe rethink the edisgo input structure, but for now it has to work quickly... I planned to setup the new config and import it to the network object today if that is okay with you? |
Is this done? |
Done in 020ea0a in |
Thank you @nesnoj! One minor thing - right now the costs can be found under network.config['lv_cables'], network.config['lv_transformers'] etc. I think it would be easier to have network.config['costs'] and have all costs there or maybe one more level like network.config['costs']['lv_cables']. What do you think? |
Unfortunately, configparser does not support subsections that could be used like I see 3 options to solve this:
I prefer option 3 to keep it simple. What do you think? |
Option 3 is fine. For me it would also be sufficient to just have a costs section without further specification. |
Done. If it makes it much easier for you not to have to specify the section we can kick it.. |
It's no problem for me, I just didn't think there could be duplicate names. |
Concerning the equipment costs to calculate grid expansion costs I had a look at the following 3 studies: [1] consentec 2006 S. 113/114 [2] VNS BW S. 91 [3] DENA VNS S. 146/147 [1] has a list of costs for different types of cables and transformers as well as earthwork costs for different territories (though they're from 2006 and thus a bit old). While earthwork costs range between 23-87 kEUR, cables costs only range between 3-15 kEUR (with costs for standard line NAYY 4x150 of 9 kEUR). [2] and [3] don't differentiate between different line types but only different territories ([2] rural, suburban, urban and [3] less/greater 500 inhabitants/km2). Considering that earthwork costs make up most of the costs, that we don't have an up-to-date source for cable costs and that [2] and [3] do it that way I would suggest, that we too don't use different line costs for each line type. @nesnoj, @jochenbuehler, @gplssm do you agree? The next question is if there is a way for us to appoint different earthwork costs. Any suggestions? |
Concerning your questions:
BTW, I've got one more study on asset costs: [4] FFE 2016 S. 89 They list earthwork costs of 40..100 kEUR/km and overall investment (earthwork+cables) costs of 50..90 kEUR/km depending on territory (same types as in [3]). They also provide exact costs for some specific cables+trafos. |
Thank you @nesnoj, I'll implement the calculation of population density and adapt the cost config! |
Since I couldn't find any transformation of the geometry in the importer from dingo and calculated population densities seem plausible when using WGS84 as projection of geom (stored in grid_district attribute of the grid) and converting it to ETRS I would say geom in edisgo is in WGS84. I also found this in the misc config. I thought it would be best to store the information on which projection is used directly in the shapely object but couldn't find the right attribute for it. Do you anything about this @nesnoj or @gplssm? |
We had the same issue in dingo but it's still unsolved: openego/ding0#38 and openego/ding0#62 (note: You can easily see if a conformal (WGS84) or equidistant (ETRS) is used by looking at the geom's dimension: <90/180 (WGS84->degree) or >>10^3 (ETRS->meters)). As you have noticed, the I think it's a good way to always use only one (the one from config) CRS for our geoms, thus we do not have to store it in an attribute. What do you think?
The geographic area of the entire MVGD. EDIT: You may try it this way and if you realise that most of the MVGD show a pop. density of <500 we should test the other version (cum. area sum of all load areas) - you may create an issue to make sure we won't forget about it? |
I'll close this issue but feel free to reopen it if I missed anything! |
As written in the mail yesterday, new cables which were laid during generator connection (#21) have to be considered in the grid exp. costs.
@birgits: Where and in which format do you want me to provide the data? Same DF as in Result's |
I don't quite understand - you want to add the costs of the first step where you add standard cables to connect new generators to the total costs, right? If the standard line needs to be reinforced, meaning a parallel line is installed, we have to consider both the costs for the installation and the parallel line. Neglecting the costs of step 1 would not be correct I'd say. But we should not consider the earthwork costs twice, that's right. I noticed that mistake in the cost calculation the other day but have not fixed it yet. The thing is that we use costs from DENA but they only give total costs for cable and earthwork and no separate costs for the cables themselves. We could use costs from consentec or FFE for that?
That would be best. Everything in that dataframe is automatically considered in the total costs calculation.
If the costs for connecting new loads and generators need to be considered in the total costs we can keep everything as it is without a flag I think. What do you think @nesnoj? |
Yes, I'm gonna use standard cables only. Hence, line congestions / voltage violations may occur.
Yupp!
You're right, I wasn't thinking of parallel lines but replacement only.
Sounds reasonable. I'd prefer consentec since it was conducted for the BNetzA.
Don't you need the information if this cable was laid in the geno/load/whatever connection process (and not in dingo)? Or is it sufficient to just add the costs to the DF? (If yes, I assume you search your DF for previous measures if you have to reinforce it?) |
The information how many new lines were added in an iteration step is in the quantity column of the equipment changes dataframe. So you just need to add one standard line to the dataframe and the rest is taken care of in the grid expansion part and the costs calculation (here the number of added lines for each line instance in the dataframe is added up and if it's not the same as the number of lines stored in line.quantity I know that one standard line was already installed in dingo). |
@birgits Do you exclude lines which connect agg. units (genos/loads) from grid expansion (costs)? I assume you don't, since I couldn't find any usages of This leads to reinforcements in aggregated genos which were
For 2., I use the max. available line type #71 to make sure there won't be any load/voltage issues. But to conform it to 1. I rather had to use the standard cable (+add to equipment_changes) which may subsequently be reinforced, right? This leads to the general question, whether we want to include reinforcement costs to connect agg. genos or not, even though we neglect costs for MV cables within the agg. LA. |
I didn't know that I should exclude those, sorry... Maybe we could discuss tomorrow whether or not we think those costs should be neglected. I can't really decide without hearing your arguments. |
mkey |
We can discuss tomorrow. From a sales point of view I way recommend we exclude grid extension cost of aggr. LA entirely. Having these partially included does not help that much. But, reinforcing 1 m of cable for each aggregated PP does not affect total cost too much... |
I excluded line costs for lines connecting aggregated units :) |
The text was updated successfully, but these errors were encountered: