-
Notifications
You must be signed in to change notification settings - Fork 11
petroleum_upstream.py
Description: This module generates the total annual upstream (extraction, transport, and refining) petroleum emissions for each petroleum power plant in EIA923.
- Using LCA information for impacts of DFO and RFO fuel types in the various PADD regions, this module populates a dataframe (
merged_inventory
) with data on impact flows of each individual petroleum plant in the EIA923 database.
Functions:
-
generate_petroleum_upstream(year)
- All content in this module is contained within this function. - Calls
read_eia923_fuel_receipts(year)
Data:
-
EIA-923
- The survey Form EIA-923 collects detailed electric power data -- monthly and annually -- on electricity generation, fuel consumption, fossil fuel stocks, and receipts at the power plant and prime mover level (EIA) -
eia_fuel_receipts_df
- Dataframe generated by theread_eia923_fuel_receipts
function. Contains information about fuel quantity and average heat content for all EIA923 facilities, discretized by month and fuel type. -
state_padd.csv
- A mapping of states (and District of Columbia) to the PADD region they source petroleum from. -
petroleum_inventory
- This folder contains UPs for both Bunker and Diesel types of petroleum for all five PADD regions in the US.
Dependencies:
- pandas
- electricitylci
- os.path
List of modules
__init__.py
aggregation_selector.py
ampd_plant_emissions.py
bulk_eia_data.py
cems_data.py
coal_upstream.py
combinator.py
consumption_mix.py
distribution.py
dqi.py
egrid_emissions_and_waste_by_facility.py
egrid_energy.py
egrid_facilities.py
egrid_filter.py
egrid_flowbyfacilty.py
egrid_FRS_matches.py
egrid_subregion_data_writer.py
eia860_facilities.py
eia923_generation.py
eia_io_trading.py
eia_trans_dist_grid_loss.py
elementaryflows.py
emissions_other_sources.py
generation.py
generation_mix.py
geothermal.py
globals.py
hydro_upstream.py
import_impacts.py
main.py
model_config.py
natural_gas_upstream.py
nuclear_upstream.py
olca_jsonld_writer.py
petroleum_upstream.py
PhysicalQuantities.py
plant_water_use.py
power_plant_construction.py
process_dictionary_writer.py
process_exchange_aggregator_uncertainty.py
solar_thermal_upstream.py
solar_upstream.py
technosphereflows.py
upstream_dict.py
utils.py
wind_upstream.py