Skip to content

Commit

Permalink
Add USEEIOv2.0-s-GHG_Std.yml model file to match the changes made to …
Browse files Browse the repository at this point in the history
…USEEIOv2.0-s-GHG_IF.yml file

Point standardModel variable in ImportFactorsTests.rmd to new Std model file
  • Loading branch information
jvendries committed Sep 19, 2023
1 parent ba55116 commit 3781a58
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ImportFactorsTests.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ model <- buildModel(modelname)
modelResults <- calculateEEIOModel(model, perspective = "FINAL")
standardModelName <- 'USEEIOv2.0-s-GHG'
standardModelName <- 'USEEIOv2.0-s-GHG_Std'
standardModel <- buildModel(standardModelName)
standardResults <- calculateEEIOModel(standardModel, perspective = "FINAL")
Expand Down
62 changes: 62 additions & 0 deletions inst/extdata/modelspecs/USEEIOv2.0-s-GHG_Std.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
Model: "USEEIOv2.0-s-GHG_Std"
BaseIOSchema: 2012
BaseIOLevel: "Summary"
IOYear: 2019 # Year for IO data
ModelRegionAcronyms: ["US"]
ModelType: "EEIO"
IODataSource: "BEA"
BasePriceType: "PRO" #producer
BasewithRedefinitions: FALSE
CommodityorIndustryType: "Commodity"
ScrapIncluded: FALSE
DisaggregationSpecs: null

SatelliteTable:
GHG:
FullName: "Greenhouse Gases"
Abbreviation: "GHG"
StaticSource: TRUE
StaticFile: "flowsa/FlowBySector/GHG_national_2019_m1_v2.0.0_4a983ce.parquet"
FileLocation: "DataCommons"
DataYears: [2019]
Locations: ["US"]
SectorListSource: "NAICS"
SectorListYear: 2012
SectorListLevel: "6"
OriginalFlowSource: "FEDEFLv1.0.6"
ScriptFunctionCall: "getFlowbySectorCollapsed" #function to call for script
ScriptFunctionParameters: null
DataSources:
USEPA_GHG_2021:
Title: "GHG Inventory"
Author: "USEPA"
DataYear: 2020
URL: "https://www.epa.gov/ghgemissions/inventory-us-greenhouse-gas-emissions-and-sinks-1990-2020"
Primary: TRUE

Indicators:
GreenhouseGases:
Name: "Greenhouse Gases"
Code: "GHG"
Group: "Impact Potential"
Unit: "kg CO2 eq"
SimpleUnit: "Kilograms Carbon Dioxide (CO2)"
SimpleName: "Greenhouse Gases"
StaticSource: TRUE
StaticFile: "lciafmt/traci/TRACI_2.1_v1.0.0_5555779.parquet"
FileLocation: "DataCommons"
ScriptFunctionCall: "getImpactMethod" #function to call for script
ScriptFunctionParameters:
indicators: ["Global warming"]
DataSources:
USEPA_TRACI_2.1:
Title: "TRACI 2.1"
Author: "USEPA"
DataYear: NA
URL: "https://www.epa.gov/chemical-research/tool-reduction-and-assessment-chemicals-and-other-environmental-impacts-traci"
Primary: TRUE

DemandVectors:
DefaultDemand: "DefaultDemandVectors" # Name of default demand vectors yml file
# Additional demand vectors beyond useeior defaults

0 comments on commit 3781a58

Please sign in to comment.