Replies: 1 comment 2 replies
-
@mbranson Thanks for bringing this to our attention. We have seen this before and I'm working to get an updated conda env for for the ADF. Since you're on casper, can you activate npl-2024a and try running the ADF again? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Running a straightforward CAM vs CAM comparison with the latest version of the ADF code. After many hours, it looks like it finally finished computing the variable climatologies and time series, but then it hits this error:
Making comparison table...
... Comparison table has been generated successfully
...AMWG variable table(s) have been generated successfully.
Traceback (most recent call last):
File "/glade/u/home/branson/ADF/./run_adf_diag", line 196, in
diag.create_plots()
File "/glade/u/home/branson/ADF/lib/adf_diag.py", line 975, in create_plots
self.__diag_scripts_caller(
File "/glade/u/home/branson/ADF/lib/adf_diag.py", line 282, in __diag_scripts_caller
self.__function_caller(
File "/glade/u/home/branson/ADF/lib/adf_diag.py", line 306, in __function_caller
module = importlib.import_module(module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/glade/u/apps/opt/conda/envs/npl/lib/python3.11/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "/glade/u/home/branson/ADF/lib/../scripts/plotting/global_latlon_map.py", line 19, in
import xesmf as xe
File "/glade/u/apps/opt/conda/envs/npl/lib/python3.11/site-packages/xesmf/init.py", line 3, in
from . import data, util
File "/glade/u/apps/opt/conda/envs/npl/lib/python3.11/site-packages/xesmf/util.py", line 8, in
import esmpy as ESMF
File "/glade/u/apps/opt/conda/envs/npl/lib/python3.11/site-packages/esmpy/init.py", line 106, in
author = msg["Author"]
~~~^^^^^^^^^^
File "/glade/u/apps/opt/conda/envs/npl/lib/python3.11/site-packages/importlib_metadata/_adapters.py", line 54, in getitem
raise KeyError(item)
KeyError: 'Author'
Beta Was this translation helpful? Give feedback.
All reactions