Skip to content

How to do a basic calculation#

An example of how to do a basic calculation using GHG-forcing-for-CMIP.

>>> from ghg_forcing_for_cmip.operations import add_two

>>> add_two(3.2, 4.3)
7.5