-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Currently, the attributed costs are in data[KPI][KPI_SCALARS_DICT]:
"scalars": {
"Attributed costsElectricity": 6325876.92136,
"Degree of autonomy": 0.25960818577078226,
"Levelized costs of electricity equivalent": 0.2800016253040174,
"Levelized costs of electricity equivalentElectricity": 0.2800016253040174,
"Onsite energy fraction": 0.9790092690915841,
"Onsite energy matching": 0.12801451335599984,
"Renewable factor": 0.3000000000420336,
"Renewable share of local generation": 0.9999762956574617,
"Total internal generation": 511349.8499467013,
"Total internal non-renewable generation": 12.121212,
"Total internal renewable generation": 511337.7287347013,
"Total non-renewable energy use": 1610709.6026548704,
"Total renewable energy use": 690304.1155616869,
"Total_demandElectricity": 1969698.4840000041,
"Total_demandElectricity_electricity_equivalent": 1969698.4840000041,
"Total_demand_electricity_equivalent": 1969698.4840000041,
"Total_excessElectricity": 248466.24995910013,
"Total_excessElectricity_electricity_equivalent": 248466.24995910013,
"Total_excess_electricity_equivalent": 248466.24995910013,
"Total_feedinElectricity": 10733.607100290017,
"Total_feedinElectricity_electricity_equivalent": 10733.607100290017,
"Total_feedin_electricity_equivalent": 10733.607100290017,
"annuity_om": 299923.27217999997,
"annuity_total": 551518.7768799999,
"costs_cost_om": 1387892.5351200001,
"costs_dispatch": 2052203.7683199998,
"costs_investment_over_lifetime": 2885780.61792,
"costs_om_total": 3440096.30344,
"costs_total": 6325876.92136,
"costs_upfront_in_year_zero": 3088890.3465
}
They should however be in here for a better overview:
"kpi": {
"KPI individual sectors": {
"Renewable factor": {
"Electricity": 0.3000000000420336
},
"Renewable share of local generation": {
"Electricity": 0.9999762956574617
},
"Total internal non-renewable generation": {
"Electricity": 12.121212
},
"Total internal non-renewable generation_electricity_equivalent": {
"Electricity": 12.121212
},
"Total internal renewable generation": {
"Electricity": 511337.7287347013
},
"Total internal renewable generation_electricity_equivalent": {
"Electricity": 511337.7287347013
},
"Total non-renewable energy use": {
"Electricity": 1610709.6026548704
},
"Total non-renewable energy use_electricity_equivalent": {
"Electricity": 1610709.6026548704
},
"Total renewable energy use": {
"Electricity": 690304.1155616869
},
"Total renewable energy use_electricity_equivalent": {
"Electricity": 690304.1155616869
}
Also, the KPI individual sectors should be adapted to the structure of kpi scalars so that its easier to print them in the pdf report.
Originally posted by @smartie2076 in #549 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request