rl-institut / SimBA

GNU Affero General Public License v3.0
2 stars 1 forks source link

Bug in cost_calculation for maintanance transformer #91

Closed j-brendel closed 1 year ago

j-brendel commented 1 year ago

Maintenance only takes the last c_transformer from loop over gcs into account.

    # MAINTENANCE
    costs["c_maint_infrastructure_annual"] = (costs["c_cs"] * c_params["cs"]["c_maint_cs_per_year"]
                                              + c_transformer *
                                              c_params["gc"]["c_maint_transformer_per_year"])
j-brendel commented 1 year ago

Should be solved with https://github.com/rl-institut/eBus-Toolbox/tree/feature/enhanced_gc_and_storage_costs