Add material/product stocks, demand, and outflow variables - #425
Open
MarianneZZotin wants to merge 1 commit into
Open
Add material/product stocks, demand, and outflow variables#425MarianneZZotin wants to merge 1 commit into
MarianneZZotin wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a
materialscodelist covering material flow analysis (MFA) variablesdeveloped during the CIRCOMOD project. These describe
material and product stocks, demand, and outflows across the
buildings, vehicles, electricity and transport infrastructure sectors.
These were originally defined in the project workflow repository (iiasa/circomod-workflow)
and are proposed here for general use.
What's included
Added under
definitions/variable/materials/as a self-contained subfolder,so no existing files are modified.
Stocks
material-stock.yaml: in-use material stocksproduct-stock.yaml: in-use product stocksDemand
final_material_demand.yaml: final material demandfinal-product-demand.yaml: final product demandOutflows and losses
material-outflow.yaml: material leaving the in-use stockstock-retirement.yaml: retirement of products from stockmaterial-losses.yaml: losses along the material cycleTags (used to expand the variables above across sector and product dimensions)
tag_demand_sector.yaml,tag_demand_sector_disaggregated.yamltag_building_types.yamltag_vehicles_types.yaml,tag_transp_infra_types.yamltag_engmaterial.yamltag_electricity_types.yamlA diagram of the underlying MFA system (
CIRCOMOD_MFA_System.png) is includedto show how the variables map onto a common material flow system.