How to tell CDO there are multiple NetCDF directories?
Added by Ray Sheppard almost 8 years ago
Hello,
I apologize for the simplistic question. I did search around before writing but can not find the syntax. NetCDF is now split into different builds based on language. Our installation maintains a separate directory tree for each. I seem to fail at various ideas to use a "--with-netcdf='/fee /foo /fum' sort of switch. Any help appreciated.
Thanks,
Ray
Replies (2)
RE: How to tell CDO there are multiple NetCDF directories? - Added by Ralf Mueller almost 8 years ago
Hi Ray!
up to the current release 1.8.1 CDO is written in C. So you only have to use the
--with-netcdfswitch with the basic C-version of netcdf (https://github.com/Unidata/netcdf-c).
hth
ralf
RE: How to tell CDO there are multiple NetCDF directories? - Added by Ray Sheppard almost 8 years ago
Thank you very much Ralf,
All the best!
Ray