optigob.budget_model.econ_output

This module contains the EconOutput class which represents the economic output of the model. It initializes various budgets and provides methods to calculate total protein and bioenergy by sector for both scenario and baseline, as well as HWP and forest outputs.

Classes:

EconOutput: Represents the economic output of the model.

Methods in EconOutput:

__init__(self, optigob_data_manager): Initializes the EconOutput class. get_total_scenario_protein_by_sector(self): Returns the protein sectors for the scenario in kg. get_total_baseline_protein_by_sector(self): Returns the protein sectors for the baseline in kg. get_total_scenario_bioenergy_by_sector(self): Returns scenario bioenergy by sector. get_total_baseline_bioenergy_by_sector(self): Returns baseline bioenergy by sector. get_hwp_volume(self): Returns harvested wood product volume. get_forest_offset(self): Returns forest emission offset. get_forest_hnv_area(self): Returns HNV area for forests. … (add any additional methods as implemented)

Classes

EconOutput

Class that represents the economic output of the model.

Module Contents

class optigob.budget_model.econ_output.EconOutput(optigob_data_manager)

Class that represents the economic output of the model.

data_manager_class
emission_budget
baseline_static_ag
baseline_livestock
static_ag_budget
livestock_budget
protein
bio_energy_budget
baseline_forest
forest_budget
scenario_protein_methods
baseline_protein_methods
scenario_energy_methods
baseline_energy_methods
scenario_population_methods
baseline_population_methods
get_total_scenario_protein_by_sector()

Returns the protein sectors for the scenario in kg.

get_total_baseline_protein_by_sector()

Returns the protein sectors for the baseline in kg.

get_total_scenario_bioenergy_by_sector()

Returns the energy sectors for the scenario in kWh.

get_total_baseline_bioenergy_by_sector()

Returns the energy sectors for the baseline in kWh.

get_hwp_volume()

Returns the harvested wood products (HWP) volume in m3.

get_scenario_livestock_population(scale=10000)

Returns the Dairy and Beef population in number of animals.

get_baseline_livestock_population(scale=10000)

Returns the Dairy and Beef population in number of animals.