Closed suessspeise closed 1 year ago
What process did you use for installing konrad
. Did you install the full climt
or just RRTMG
?
I used pip install konrad
. I installed neither climt
nor RRTMG
explicitly.
I added the output of pip freeze
to the notebook. RRTMG
does not appear there, climt does.
climt==0.16.25
Did you update the environment afterwards? Some parts of climt
are very picky about the installed NumPy version which could lead to your issue in case your numpy version got updated at some point.
Setting up a new environment using the provided environment.yaml
solved the problem.
Sorry for the fuss and thanks for the support!
During the import of the module this error occurs:
See this notebook.