- 积分
- 3781
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-7-21
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2019-3-11 22:48:21
|
显示全部楼层
本帖最后由 自行车大大爷 于 2019-3-11 23:18 编辑
-By default the cdo-bindings use the 'cdo' binary found in your $PATH variable. To change that, you can- load a module before calling your script(module command or another package manager like conda or spack)
- use the CDO environment variable to set the path to be used
- use the python/ruby method cdo.setCdo('/path/to/the/CDO/executable/you/want'). By this technique you can create different objects for different CDO versions
- 您是说这个吗?我使用 conda install cdo ,输入命令回车后显示 cdo: error while loading shared libraries: libhdf5.so.103: cannot open shared object file: No such file or directory
|
|