-
Notifications
You must be signed in to change notification settings - Fork 32
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
no longer working for obs4MIPs, PCMDIobs #608
Comments
@gleckler1 which version of CMOR are you using, were you using? |
@gleckler1 In CMOR 3.6.0, the term |
@gleckler1 are you fixed? If so this should be closed |
@durack1 Not quite. I was having a problem creating a new conda env with the latest CDAT and CMOR. When I have a chance to revisit that I will confirm this is fixed. For now I am using an older env. Any hints on how to create latest CDAT/CMOR are welcome. |
@gleckler1 I tried installing both CMOR 3.6.0 and CDAT in the same conda environment but encountered conflicts. They seem to stem from a conflict with libnetcdf. CMOR 3.6.0 requires libnetcdf 4.7.4 but CDAT from conda still needs libnetcdf 4.6.2. |
@mauzey1 is there a way to resolve this, without a lot of fiddling? For most of our workflows, we depend on CDAT alongside CMOR. |
@gleckler1 |
@mauzey1 Many thanks, this works! |
@mauzey1 @durack1 CMOR no longer appears to be working for projects other than CMIP6. Using a code that previously worked with the following set in the input json:
_control_vocabulary_file":"PMPObs_CV.json
I am getting the following error:
(cdat_0611) bash-4.2$ python -i runCmor_ERA5_alllevs-CREATEIP.py
0 ua
C Traceback:
! In function: cmor_load_table_internal
!
!!!!!!!!!!!!!!!!!!!!!!!!!
!
! Error: Could not find file: .//CMIP6_CV.json
!
!!!!!!!!!!!!!!!!!!!!!!!!!
C Traceback:
! In function:
!!!!!!!!!!!!!!!!!!!!!!!!!
!
! Error: Can't open/read JSON table .//CMIP6_CV.json
!
!!!!!!!!!!!!!!!!!!!!!!!!!
The text was updated successfully, but these errors were encountered: