NOx emission factors (g/kWh) for boilers, by fuel type, engine type, and engine tier.

data(BoilerNOxEF)

Format

A data frame with 2 rows and 5 variables:

engineType

boiler engine type, "Boiler"

fuelType

fuel type used by vessel: "RM/HFO"="Residual Marine/Heavy Fuel Oil","MGO/MDO"="Marine Gas Oil/Marine Diesel Oil"

tier

Engine regulatory tier (per IMO regulations). Defined by calcTier.r

nox

NOx emission factors (g/kWh) per engine type, fuel type and tier

Source

Character string describing source of each NOx emission factor for each engine, fuel type and tier.

Details

This data is used in calcEF_NOx.r

References

Starcrest Consulting Group,LLC.Port of Los Angeles Inventory of Air Emissions-2016, 2017. Starcrest Consulting Group,LLC.2014 Multi-Facility Emissions Inventory of Cargo Handling Equipment, Heavy-Duty Diesel Vehicles, Railroad Locomotives, and Commercial Marine Vessels. Starcrest Consulting Group,LLC, February 2016.

Examples

assign("EF",get(utils::data(BoilerNOxEF)))