Skip to content

Commit

Permalink
Update patches.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 15, 2024
1 parent 4c98e6e commit 23b9410
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions ecoinvent_migrate/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,62 @@
"unit": "kg",
},
},
{
"source": {
"name": "air separation, cryogenic",
"reference product": "nitrogen, liquid",
"location": "RER",
"unit": "kg",
},
"target": {
"name": "industrial gases production, cryogenic air separation",
"reference product": "nitrogen, liquid",
"location": "RER",
"unit": "kg",
},
},
{
"source": {
"name": "air separation, cryogenic",
"reference product": "nitrogen, liquid",
"location": "RoW",
"unit": "kg",
},
"target": {
"name": "industrial gases production, cryogenic air separation",
"reference product": "nitrogen, liquid",
"location": "RoW",
"unit": "kg",
},
},
{
"source": {
"name": "air separation, cryogenic",
"reference product": "argon, crude, liquid",
"location": "RER",
"unit": "kg",
},
"target": {
"name": "industrial gases production, cryogenic air separation",
"reference product": "argon, crude, liquid",
"location": "RER",
"unit": "kg",
},
},
{
"source": {
"name": "air separation, cryogenic",
"reference product": "argon, crude, liquid",
"location": "RoW",
"unit": "kg",
},
"target": {
"name": "industrial gases production, cryogenic air separation",
"reference product": "argon, crude, liquid",
"location": "RoW",
"unit": "kg",
},
},
]
}
}

0 comments on commit 23b9410

Please sign in to comment.