API Reference
This section contains the complete API documentation for CliMaPan-Lab.
Main Model
- class climapan_lab.EconModel(parameters: Dict[str, Any])[source]
Bases:
Model- initiate_step()[source]
This internal function of the model is used to reset temporary variables or to accumulate variable every step
- stepwise_forecast()[source]
This internal function of the model is used to make forecast for some of the agents for the upcoming time step, if neccessary
- stepwise_produce()[source]
This internal function of the model is used to propagate the production of the firm agents
- stepwise_after_production(eps=1e-08)[source]
This internal function of the model is used to do jobs after production
Core Parameters
Base parameters for CliMaPan-Lab economic model. This module exports the default economic parameters for the simulation.