Emissions schemes

pecans.emissions.emissions_setup.setup_emissions(config: dict) EmissionsSolver[source]

Primary emissions setup method that sets up the proper emissions solver based on the configuration file

Parameters:

config – the configuration object

Returns:

the emissions solver function. Any solver function takes as input: the config object, seconds since model start, and the dictionary of chemical species as keyword-value pairs. Any solver function returns the updated dictionary of chemical species and the current dictionary of emissions.

Return type:

dict and dict