When switching between clean fuels (LPG -> Electricity, LPG -> Biogas) the health benefits are 0 (both avoided deaths and health costs avoided).
This was tested by setting country.techs["LPG"].current_share_urban = 1, country.techs["LPG"].current_share_rural = 1, forcing electricity in the end year and country.techs["LPG"].pm25 = 999999999999999999
This could create problems for biogas and electricity where we have a lot of LPG.
When switching between clean fuels (LPG -> Electricity, LPG -> Biogas) the health benefits are 0 (both avoided deaths and health costs avoided).
This was tested by setting
country.techs["LPG"].current_share_urban = 1,country.techs["LPG"].current_share_rural = 1, forcing electricity in the end year andcountry.techs["LPG"].pm25 = 999999999999999999This could create problems for biogas and electricity where we have a lot of LPG.