konrad
konrad copied to clipboard
Implementation of a radiative-convective equilibrium model.
Similarly as in the longwave, I've added a radiation scheme option that implements the quadrature scheme described in Czarnecki, Polvani and Pincus 23 in the shortwave for the clear sky....
While restructuring the cloud class I realised how messy a lot of the component/core implementation is. Even though I still think that omitting ``xr.Dataset`` was a good idea, we could/should...
The `RCE` class changes the values of the input atmosphere: https://github.com/atmtools/konrad/blob/21e6c81f08f0ba1b093d5e6167c291296031f56b/konrad/core.py#L409 This can have unexpected side effects if a user wants to do several RCE runs (even with newly created...