@@ -49,9 +49,9 @@ model <- useeior:::constructEEIOMatrices(model)
49
49
printValidationResults(model )
50
50
51
51
52
- # ## NEW
53
- # # USEEIOv2.2 .1-408-GHG Detail, commodity model (2017 Schema) with disaggregation
54
- m <- " USEEIOv2.2 .1-408-GHG"
52
+ # ## NEW - Need to an an alias as per https://github.com/USEPA/USEEIO/blob/master/versioning/aliases.csv
53
+ # # USEEIOv2.4 .1-408-GHG Detail, commodity model (2017 Schema) with disaggregation
54
+ m <- " USEEIOv2.4 .1-408-GHG"
55
55
cfg <- c(paste0(" modelspecs/" , m , " .yml" ),
56
56
" disaggspecs/WasteDisaggregationDetail2017.yml" ,
57
57
" disaggspecs/WasteDisaggregationDetail2017_Make.csv" ,
@@ -62,8 +62,8 @@ cfg <- c(paste0("modelspecs/", m, ".yml"),
62
62
model <- buildModel(m , configpaths = file.path(cfg ))
63
63
printValidationResults(model )
64
64
65
- # # USEEIOv2.2 -s-GHG Summary, commodity model (2017 Schema)
66
- m <- " USEEIOv2.2 .1-408-GHG"
65
+ # # USEEIOv2.4 -s-GHG Summary, commodity model (2017 Schema)
66
+ m <- " USEEIOv2.4 .1-408-GHG"
67
67
cfg <- c(paste0(" modelspecs/" , m , " .yml" ),
68
68
" disaggspecs/WasteDisaggregationSummary2017.yml" ,
69
69
" disaggspecs/WasteDisaggregationSummary2017_Make.csv" ,
@@ -72,7 +72,7 @@ cfg <- c(paste0("modelspecs/", m, ".yml"),
72
72
)
73
73
74
74
model <- useeior ::: initializeModel(m , configpaths = file.path(cfg ))
75
- model $ specs $ Model <- " USEEIOv2.2 .1-s-GHG"
75
+ model $ specs $ Model <- " USEEIOv2.4 .1-s-GHG"
76
76
model $ specs $ BaseIOLevel <- " Summary"
77
77
model $ crosswalk <- useeior ::: getModelCrosswalk(model ) # reassign for summary model
78
78
model $ specs $ DisaggregationSpecs <- " WasteDisaggregationSummary2017"
0 commit comments