Skip to content

Commit

Permalink
tutorials: removed lcaac.yaml file and undo modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Peva Blanchard committed Jun 3, 2024
1 parent 5b2a04f commit dcd8886
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/

datasource material_params {
location = "data/material_params.csv"
schema {
id = "material-01"
A = 1.0 u
Expand Down Expand Up @@ -31,6 +32,7 @@ datasource material_params {
*/

datasource R2_data {
location = "data/R2_data.csv"
schema {
id = "glass-01"
geo = "GLO"
Expand All @@ -45,6 +47,7 @@ datasource R2_data {
// VIRGIN

datasource Ev_data {
location = "data/Ev_data.csv"
schema {
id = "material-01"
GWP = 1 kg_CO2_Eq
Expand All @@ -68,6 +71,7 @@ process virgin_production_process {
// RECYCLED

datasource Erecycled_data {
location = "data/Erecycled_data.csv"
schema {
id = "material-01"
GWP = 1 kg_CO2_Eq
Expand All @@ -91,6 +95,7 @@ process upstream_recycling_process {
// RECYCLING END OF LIFE

datasource ErecyclingEol_data {
location = "data/ErecyclingEol_data.csv"
schema {
id = "material-01"
GWP = 1 kg_CO2_Eq
Expand All @@ -114,6 +119,7 @@ process downstream_recycling_process {
// SUBSTITUTE FOR VIRGIN

datasource EstarV_data {
location = "data/EstarV_data.csv"
schema {
id = "material-01"
GWP = 1 kg_CO2_Eq
Expand All @@ -137,6 +143,7 @@ process substitute_production_process {
// ENERGY RECOVERY

datasource Eer_data {
location = "data/Eer_data.csv"
schema {
id = "material-01"
GWP = 1 kg_CO2_Eq
Expand All @@ -160,6 +167,7 @@ process energy_recovery_process {
// HEAT PRODUCTION

datasource Ese_heat_data {
location = "data/Ese_heat_data.csv"
schema {
geo = "GLO"
GWP = 1 kg_CO2_Eq
Expand All @@ -183,6 +191,7 @@ process heat_production_process {
// ELECTRICITY PRODUCTION

datasource Ese_elec_data {
location = "data/Ese_elec_data.csv"
schema {
geo = "GLO"
GWP = 1 kg_CO2_Eq
Expand All @@ -206,6 +215,7 @@ process elec_production_process {
// DISPOSAL

datasource Ed_data {
location = "data/Ed_data.csv"
schema {
id = "material-01"
GWP = 1 kg_CO2_Eq
Expand Down

This file was deleted.

0 comments on commit dcd8886

Please sign in to comment.