architecture-building-systems / CityEnergyAnalyst

The City Energy Analyst (CEA)
https://www.cityenergyanalyst.com/
MIT License
194 stars 61 forks source link

New Features: Result reader - summary & analysis #3490

Open ShiZhongming opened 6 months ago

ShiZhongming commented 6 months ago

I am creating this PR to introduce two new features named Result reader - summary & Result reader - analysis

They can be found under Tab Utilites.

This PR resolved Issue #3482 and #3483.

[Result reader - summary] What it does is to read through the CEA results of all scenarios under a project and fish out the commonly use parameters, and then complie it to a single .csv file under the Project folder.

[Result reader - analysis] What it does is to read through the CEA results of all scenarios under a project and produce commonly used UBEM metrics to a single .csv file under the Project folder. These metrics include:

EUI: grid electricity / GFA [MWh/m2/yr]
EUI: end-use electricity /GFA [MWh/m2/yr]
EUI: end-use cooling / GFA [MWh/m2/yr] (for example, there is a data centre)
EUI: end-use space cooling / GFA [MWh/m2/yr]
EUI: end-use heating / GFA [MWh/m2/yr]
EUI: end-use space heating / GFA [MWh/m2/yr]
EUI: end-use domestic hot water / GFA [MWh/m2/yr]
Solar energy penetration [-]
Self-consumption [-]
Self-sufficiency [-]
Capacity factor: PV [-]
Capacity factor: plant for DC or DH [-]
Capacity factor: pump for DC or DH [-]

How to test them?