climate_module package

Subpackages

Submodules

climate_module.core module

Climate module (Hansel et al.) for DICE-like simulation model.

References

1

Hansel, M., Drupp, M., Johansson, D., Nesje, F., Azar, C., Freeman, M., Groom, B., & Sterner, T. (2020). Climate Economics Support for the UN Climate Targets. Nature Climate Change, 10: 781-789. https://doi.org/10.1038/s41558-020-0833-x

2

[SSP Database] https://tntcat.iiasa.ac.at/SspDb/

climate_module.core.simulate_temperature(argv) int[source]

Perform climate simulations from generic DICE model.

climate_module.options module

Execution command checker.

climate_module.options.parse(argv, options)[source]

Parse command line arguments.

climate_module.provider module

Forward and backward processing of I/O data.

climate_module.provider.read_emissions(resource, in_resources=False, transform=<function <lambda>>, n_pars=6)[source]

Read net emissions pathways from csv file.

climate_module.provider.read_other_rf_ratio(resource, ssp, ratio)[source]

Read radiative forcing from non-CO2 curves from csv resources file.

climate_module.provider.write_output(args, variable, header, par_ids, data)[source]

Write temperature pathways into csv file.

Module contents

Command line operations for climate module.

References

1

Hansel, M., Drupp, M., Johansson, D., Nesje, F., Azar, C., Freeman, M., Groom, B., & Sterner, T. (2020). Climate Economics Support for the UN Climate Targets. Nature Climate Change, 10: 781-789. https://doi.org/10.1038/s41558-020-0833-x

2

[SSP Database] https://tntcat.iiasa.ac.at/SspDb/

climate_module.main()[source]

Entry point for the application script.