climt
climt copied to clipboard
no attribute 'GFSDynamicalCore'
- CliMT version: 17.12
- Python version: 3.10.12
- Operating System: Ubuntu 22.04.3 LTS 64-bit GNOME 42.9
Description
I'm trying to run an example case full_radiation_with_insolation_gcm.py to see how climt works. But I got module 'climt' has no attribute 'GFSDynamicalCore', does it mean I need to update climt?
I also installed climt via anaconda, got the same error.
What I Did
python3 full_radiation_with_insolation_gcm.py
Traceback (most recent call last):
File "/home/climt/climt_develop/examples/full_radiation_with_insolation_gcm.py", line 60, in <module>
dycore = climt.GFSDynamicalCore(
AttributeError: module 'climt' has no attribute 'GFSDynamicalCore'