Skip to content

Commit bbbd3b0

Browse files
Fix/update 'CO2 produced by Natural Gas' tooltip text
1 parent b477583 commit bbbd3b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/geophires_x/Economics.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,8 +1373,9 @@ def __init__(self, model: Model):
13731373
UnitType=Units.CO2PRODUCTION,
13741374
PreferredUnits=CO2ProductionUnit.LBSPERKWH,
13751375
CurrentUnits=CO2ProductionUnit.LBSPERKWH,
1376-
ErrMessage="assume the default value CO2 production for burning natural gas (0.407855 lbs/kWh)", #LBSPERKWH https://www.epa.gov/energy/greenhouse-gases-equivalencies-calculator-calculations-and-references
1377-
ToolTipText="CO2 intensity of buring natural gas (how much CO2 is produced per kWh of heat produced (0.407855 lbs/kWh))"
1376+
ErrMessage="assume the default value CO2 production for burning natural gas (0.070324961 lbs/kWh)",
1377+
ToolTipText="CO2 intensity of burning natural gas (how much CO2 is produced per kWh of heat produced "
1378+
"(0.070324961 lbs/kWh; https://www.epa.gov/energy/greenhouse-gases-equivalencies-calculator-calculations-and-references))"
13781379
)
13791380

13801381
self.AnnualLicenseEtc = self.ParameterDict[self.AnnualLicenseEtc.Name] = floatParameter(

0 commit comments

Comments
 (0)