openwfm / wrfxpy

WRF-SFIRE data acquisitiion, forecasting, data assimilation, and visualization in Python.
MIT License
36 stars 17 forks source link

HDF5 print error messages #51

Closed Fergui closed 4 years ago

Fergui commented 4 years ago

Closed issue #50 solved the error when sometimes trying to access wrfout files. However, the error messages are still printed from netCDF4 module. It looks like these messages are from the HDF5 library (outside of Python). So, I am not sure how to cast them out in wrfxpy...

Fergui commented 4 years ago

From @janmandel, use subprocess to try first opening wrfout files.

Fergui commented 4 years ago

Done in 33cdf11a3dd959dfb1d77e5802f943630c33991a