atmtools / konrad

Implementation of a radiative-convective equilibrium model.
MIT License
19 stars 18 forks source link

Add deepcopy #225

Closed lkluft closed 5 days ago

lkluft commented 1 month ago

This PR introduces a breaking change to the konrad API. Both the atmosphere and the surface that are passed as input to an RCE simulation are copied and no longer modified during the simulation.

This makes comparison to the initial state as well as running several consecutive model simulations cleaner.

Thos solves #224