Skip to content

Commit 936bdc2

Browse files
jtlangevintrynthink
authored andcommitted
Modify file read-in to use new Cambium data
1 parent 771e631 commit 936bdc2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

ecm_prep.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,17 @@ def __init__(self, opts):
205205
if opts.grid_decarb[0] == "1":
206206
self.ss_data = ("supporting_data", "convert_data",
207207
"site_source_co2_conversions-decarb.json")
208+
self.tsv_cost_data = ("supporting_data", "tsv_data",
209+
"tsv_cost-decarb.json")
210+
self.tsv_carbon_data = ("supporting_data", "tsv_data",
211+
"tsv_carbon-decarb.json")
208212
else:
209213
self.ss_data = ("supporting_data", "convert_data",
210214
"site_source_co2_conversions-decarb_lite.json")
211-
self.tsv_cost_data = ("supporting_data", "tsv_data",
212-
"tsv_cost-decarb.json")
213-
self.tsv_carbon_data = ("supporting_data", "tsv_data",
214-
"tsv_carbon-decarb.json")
215+
self.tsv_cost_data = ("supporting_data", "tsv_data",
216+
"tsv_cost-decarb_lite.json")
217+
self.tsv_carbon_data = ("supporting_data", "tsv_data",
218+
"tsv_carbon-decarb_lite.json")
215219
# Case where the user assesses emissions/cost reductions for
216220
# non-fuel switching measures before grid decarbonization
217221
if opts.grid_decarb[1] == "1":

0 commit comments

Comments
 (0)