Closed j-brendel closed 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"])
Should be solved with https://github.com/rl-institut/eBus-Toolbox/tree/feature/enhanced_gc_and_storage_costs
Maintenance only takes the last c_transformer from loop over gcs into account.