BHoM / LifeCycleAssessment_Toolkit

GNU Lesser General Public License v3.0
22 stars 5 forks source link

MEP-Specific Calculation Approach - based on OneClick methodology #230

Closed ajensen19 closed 1 year ago

ajensen19 commented 3 years ago

Revised Calculation Method to Handle MEP:

Introduce two new parameters (EPD Dimension and Scaling Dimension) to accomodate EPD calculation without having to adjust the data in the underlying reference dataset for all item-based QuantityTypes. EPD Dimension will be set to zero by default, and then hardcoded as an additional property for Item-based MEP Quantity Types only. This allows the original datasets to stay intact, while providing the reference value needed for conversion. Scaling Dimension will be a user-set property that will be required to evaluate all Item-based MEP objects. This will also require a revision to the Evaluate method that multiplies by a ration of Scaling Dimension to EPD Dimension to properly adjust the resulting GWP according to user input. This ratio will be set to 1:1 for non-MEP objects. image

Based on conversation on 4/16/21 between @michaelhoehn @ajensen19 @shivanierambaran

ajensen19 commented 3 years ago

Bianca's reference excel doc showing OneClick MEP methodology here in tab "Data to OneClick EPD Audit" : https://burohappold.sharepoint.com/:x:/r/sites/Direction/designtechnology/_layouts/15/Doc.aspx?sourcedoc=%7B1FE4A8D2-196F-4DC7-B5B0-3C5973C9C213%7D&file=LCA_GP4_MEP%20Equipment.xlsx&action=default&mobileredirect=true

ajensen19 commented 3 years ago

Two new properties in BHoM set to "1" by default. EPD Dimension; Specified Dimension. Specified Dimension is flagged for user input when doing MEP calc with QuantityType ITEM to force the user to adjust the calc.

michaelhoehn commented 1 year ago

Refers to out of date methods. Will be addressed in coming milestones generally.