atmtools / konrad

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

Suppress all warnings during climt import #207

Closed lkluft closed 1 year ago

lkluft commented 1 year ago

The climate module may through import errors for non-compiled models (e.g. simple physics, Emanuel convection). This PR introduces a workaround to silence these warning that are created by a mix of logging and plain print statements.