atmtools / konrad

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

simotrostra and Cariolle #134

Closed diegojco closed 3 years ago

diegojco commented 3 years ago

When using the Cariolle scheme I get an exception: ModuleNotFoundError: No module named 'simotrostra'. It is related to the import that is made in the callmethod of the Cariolle class. Does the module exist or is not yet implemented?

SallyDa commented 3 years ago

Hi Diego, I guess you haven't installed simotrostra (Agatha); it's a separate package that can be found here. You can install it using git clone https://gitlab...simotrostra, going into the repository and running python setup.py install. Let me know if you still have problems.