Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
adfarth committed Jan 23, 2025
1 parent 4b60d68 commit 06e4366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/electric_utility.jl
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ function cambium_profile(; scenario::String,
"time_type" => "hourly", # hourly or annual
"metric_col" => metric_col, # lrmer_co2e
"smoothing_method" => "rolling", # rolling or none (only applicable to hourly queries). "rolling" best with TMY data; "none" best if 2012 weather data used.
"gwp" => [1, 29.8, 273.0], # TODO update back to "100yrAR6", # Global warming potential values. Default: "100yrAR6". Options: "100yrAR5", "20yrAR5", "100yrAR6", "20yrAR6" or a custom tuple [1,10.0,100] with GWP values for [CO2, CH4, N2O]
"gwp" => "100yrAR6", # Global warming potential values. Default: "100yrAR6". Options: "100yrAR5", "20yrAR5", "100yrAR6", "20yrAR6" or a custom tuple [1,10.0,100] with GWP values for [CO2, CH4, N2O]
"grid_level" => grid_level, # enduse or busbar
"ems_mass_units" => "lb" # lb or kg
)
Expand Down

0 comments on commit 06e4366

Please sign in to comment.