-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError when cmorising EC-Earth3-Veg-LR AMIP run #733
Comments
hmm seems to be an issue in the CMOR library, perhaps a mismatch with the table versions... |
Hi @goord, is there anything I can try or test? Is it helpful to try and minimise the example to make it easier to reproduce? Or can I check table versions somehow? |
Hi @uwefladrich yes sorry, there is something you can do: (i) post the version of ece2cmor3 and make sure the cmor-tables are up-to-date and (ii) run sequentially only the Amon-variables and post the full log output here. I will try to reproduce it this evening. |
(i) (ii) l610-ifs-005-20220321151854.log (the |
Strange. In your log you posted, it is the table day that is gives an error when being loaded, so there is some randomness in the loading failures. Also it is remarkable that the log file is empty, while the message from cmor clearly says 'check the log file'. |
@uwefladrich could you change line 69 in cmor.setup(table_dir, cmor_mode, logfile=logname, create_subdirectories=(1 if create_subdirs else 0)) to cmor.setup(table_dir, cmor_mode, logfile=None, create_subdirectories=(1 if create_subdirs else 0)) and then run the cmorization without specifying a log file, maybe more information will be sent to |
I realise that I have created a Amon-only varlist file, but I haven't used it in the test run. So I will have to repeat it, but haven't had the time today... I will also use your other suggestion. |
I made a few more tests. First of all, I tried the log file changes, but it only got me the same messages on stderr instead of the log file. The I run a couple of tests trying to isolate the table that would cause the issue, tracking things down to Note that the error reported in the logs (about the So with |
For instance Do you have the error for all of the |
It is |
Thanks for tracking this down @uwefladrich, sftlf is a special variable that requires downloading a file from b2share (there is a The actual download is done on line 1012, |
Usually on an HPC platform I would recommend (at installation) to run from your ece2cmor3 root directory: |
I re-initiated the download manually, but it didn't get more/new files, so the problem remains. In particular, |
@uwefladrich can you put a month or year of data on an FTP server together with the varlist and metadata json files? If it is not a networking problem, it should be reproducible on our hpc (or knmi's) |
Hi,
I am getting this error when trying to cmorise an EC-Earth3-Veg-LR AMIP run:
Immediately followed by this error in the ece2cmor log:
When trying to cmorise another leg of the same experiment, I've seen the same error, but with another variable of the same table. Thus, I do not think it is related specifically to
ts
.Any hints what this could be or what I can test?
The text was updated successfully, but these errors were encountered: