Closed lkluft closed 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.
logging
print
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 plainprint
statements.