Skip to content

Commit

Permalink
Update for ei310-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Jun 20, 2024
1 parent bb73082 commit 4b07d95
Show file tree
Hide file tree
Showing 4 changed files with 1,864 additions and 1,655 deletions.
10 changes: 5 additions & 5 deletions configuration_file/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ production pathways:
reference product: ammonia, anhydrous, liquid
# indicate whether the dataset exists in the original database
# or if it should be sourced from the inventories folder
exists in original database: False
exists in original database: True
# indicate whether a region-specific version of the dataset should be created
regionalize: True

Expand All @@ -48,7 +48,7 @@ production pathways:
ecoinvent alias:
name: ammonia production, steam reforming
reference product: ammonia, anhydrous, liquid
exists in original database: False
exists in original database: True
regionalize: True

replaces:
Expand Down Expand Up @@ -140,7 +140,7 @@ production pathways:
ecoinvent alias:
name: ammonia production, hydrogen from electrolysis
reference product: ammonia, anhydrous, liquid
exists in original database: False
exists in original database: True
regionalize: True

OIL:
Expand All @@ -149,7 +149,7 @@ production pathways:
ecoinvent alias:
name: ammonia production, partial oxidation of oil
reference product: ammonia, anhydrous, liquid
exists in original database: False
exists in original database: True
regionalize: True

CG:
Expand All @@ -158,7 +158,7 @@ production pathways:
ecoinvent alias:
name: ammonia production, hydrogen from coal gasification
reference product: ammonia, anhydrous, liquid
exists in original database: False
exists in original database: True
regionalize: True
replaces:
- name: ammonia production, partial oxidation, liquid
Expand Down
54 changes: 10 additions & 44 deletions datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,26 @@
"title": "Ammonia decarbonisation pathways and their effects on life cycle assessments: Integrating future ammonia scenarios into background data for prospective LCAs",
"description": "Implementation of the scenarios on future ammonia supply from the Master thesis of J. Boyce, 2022.",
"source":"Boyce, J. C. (2022). Ammonia decarbonisation pathways and their effects on life cycle assessments: Integrating future ammonia scenarios into background data for prospective LCAs [Master’s Thesis, Leiden University and TU Delft].",
"version": "0.0.4",
"version": "0.0.5",
"contributors":[
{
"title": "Johanna C. Boyce",
"email": "[email protected]"
}
],
"dependencies": {
"premise": ">=1.7.3"
"premise": ">=2.1.1"
},
"ecoinvent": {
"version": "3.9",
"version": "3.10",
"system model": "cut-off"
},
"scenarios": {
"Business As Usual": [
{
"model": "image",
"pathway": "SSP2-Base"
},
{
"model": "remind",
"pathway": "SSP2-Base"
}
],
"Sustainable development": [
{
"model": "image",
"pathway": "SSP2-RCP26"
},
{
"model": "image",
"pathway": "SSP2-RCP19"
},
{
"model": "remind",
"pathway": "SSP2-PkBudg1150"
},
{
"model": "remind",
"pathway": "SSP2-PkBudg500"
}
]
},
"scenarios": [
"Business As Usual - image",
"Sustainable development - image",
"Business As Usual - remind",
"Sustainable development - remind"
],
"licenses": [{
"id": "CC0-1.0",
"title": "CC0 1.0",
Expand All @@ -63,16 +39,6 @@
"encoding": "utf-8-sig",
"schema": {
"fields": [
{
"name": "model",
"type": "string",
"format": "default"
},
{
"name": "pathway",
"type": "string",
"format": "default"
},
{
"name": "scenario",
"type": "string",
Expand Down Expand Up @@ -140,7 +106,7 @@
}
},
{
"path": "inventories/lci-ammonia_39.csv",
"path": "inventories/lci-ammonia_310.csv",
"profile": "data-resource",
"name": "inventories",
"format": "csv",
Expand Down
Loading

0 comments on commit 4b07d95

Please sign in to comment.