atmtools / konrad

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

Fix ARTS interface #205

Closed lkluft closed 2 years ago

lkluft commented 2 years ago

The new pybind11 interface for ARTS requires some changes to the syntax of the calling python code. In addition, a major refactoring of the ARTS source code requires various changes related to the workspace agendas.

lkluft commented 2 years ago

@olemke Could you have a quick look if those changes seem sufficient? I ran some checks to produce spectra of OLR and optical thickness and they looked fine.

lkluft commented 2 years ago

I incorporated your suggestions, checks are passing, offline tests look fine. I guess this is ready to merge 👌 Thanks for the review!