Skip to content

Error when running pcp_combine with IMERG data #1979

Locked Answered by georgemccabe
briannen asked this question in Incoming
Discussion options

You must be logged in to vote

Hi @briannen, the error you are seeing is a conflict between 2 versions of the HDF5 library that are used by MET. There is a specific version of the HDF5 library needed to install the MET tools that conflicts with the version of HDF5 that is used by Python to run the Python Embedding script in that use case to read the data into MET. To prevent this error, you can set the MET_PYTHON_EXE environment variable to the full path of a version of Python that has the hdf5 library available. You can set this variable in a few ways:

  1. Set the variable in the terminal or a bash script before calling run_metplus.py:

MET_PYTHON_EXE=/contrib/anaconda/anaconda3/latest/bin/python3

  1. Set the variable in th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@briannen
Comment options

briannen Dec 8, 2022
Collaborator Author

Answer selected by briannen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment