I run a climate model on cluster. The necessary moudels have been loaded, icluding:
module load netcdf/c/4.6.1-intel-2013.1 module load netcdf/fortran/4.4.4-intel-2013.1 module load cdo/1.9.1
The error message is:
cdo genbil: Started child process "setgrid,maps/grid_q_geo_Lucazeau_2019_grl_Colgan_2022_ant_Burton_2020.txt maps/grid_q_geo_Lucazeau_2019_grl_Colgan_2022_ant_Burton_2020.nc (pipe1.1)". cdo(2) setgrid: Open failed on >maps/grid_q_geo_Lucazeau_2019_grl_Colgan_2022_ant_Burton_2020.nc< Unsupported file type (library support not compiled in) To create a CDO application with NetCDF support use: ./configure --with-netcdf=<NetCDF root directory> ...
I believe this issue is similar to that discussed on Stack Overflow at How do I find the NetCDF root directory?. However, I am not sure how to resolve it in a cluster environment. Can anyone provide guidance on how to address this issue?