i was running the wrf model and using xarray and wrf-python to do the post analysis. the files were being opened but recently, in some simulations that i did, the files are not opening using xarray nor via wrf-python. It is showing HDF error. i am able to open the files by h5py so the files are not corrupt. i thought it is because the path to netcdf4 is not being taken in properly and so i entered the commands:
export LD_LIBRARY_PATH="/home/sigma/WRF/Libs/NETCDF/lib/"
export NETCDF="/home/sigma/WRF/Libs/NETCDF"
export DIR="/home/sigma/WRF/Libs"
export CC="gcc"
export CXX="g++"
export FC="gfortran"
export FCFLAGS="-64"
export JASPERLIB="$DIR/grib2/lib"
export JASPERINC="$DIR/grib2/include"
export LDFLAGS="-L$DIR/NETCDF/lib"
export CPPFLAGS="-I$DIR/NETCDF/include"
just to be safe. But still it is showing the same error. For verification, i ran the same namelist.input that i ran previously for which i got the output which i was able to open via xarray, and now the newly produced files i am not able to open like that. so what could be the issue now?
i will attach the screenshot of the same error and the namelists and rsl.out.0000 and rsl.error.0000 for the reference.
export LD_LIBRARY_PATH="/home/sigma/WRF/Libs/NETCDF/lib/"
export NETCDF="/home/sigma/WRF/Libs/NETCDF"
export DIR="/home/sigma/WRF/Libs"
export CC="gcc"
export CXX="g++"
export FC="gfortran"
export FCFLAGS="-64"
export JASPERLIB="$DIR/grib2/lib"
export JASPERINC="$DIR/grib2/include"
export LDFLAGS="-L$DIR/NETCDF/lib"
export CPPFLAGS="-I$DIR/NETCDF/include"
just to be safe. But still it is showing the same error. For verification, i ran the same namelist.input that i ran previously for which i got the output which i was able to open via xarray, and now the newly produced files i am not able to open like that. so what could be the issue now?
i will attach the screenshot of the same error and the namelists and rsl.out.0000 and rsl.error.0000 for the reference.