gcubed.model_parameters.emissions_coefficients
This module contains the EmissionsCoefficients
class.
This class loads and provides access to emissions coefficients by sector for each region.
Constructor
Arguments
sym_data: The information about the SYM model definition.
The model configuration is accessible via this argument, thus enabling discovery of the location of the CSV file that contains the data.
CSV file format
The CSV file is expected to have the following format:
The first row contains the column labels, which are the regions codes.
The first column contains the gas codes.
The second column contains the good codes identifying the good associated with release of emissions.
The third column contains the use code, identifying the sector or final consumer (C for household and G for government).
The data is loaded into a dataframe with a multi-index for the rows, based on gas, good and use.
Exceptions
Raises an exception if the model is not suitable for emissions coefficients.
Returns
The full set of household emission intensity parameters.
Returns
The full set of government emission intensity parameters.