答案1
我是上述 Lynob 软件的开发者(拉格朗日分析工具,名为阿丽亚娜)。
正如steeldriver所说,该问题是由于Ubuntu 16.04中缺少NetCDF的Fortran接口的静态netcdf库(* .a)造成的。
我在这里报告了有关此问题的错误:https://bugs.launchpad.net/ubuntu/+source/netcdf/+bug/1698368。
解决问题的方法:
- 确保已安装 netcdf 库(
ls -rtl /usr/lib/x86_64-linux-gnu/*netcdf*
) - 确保 netcdff 也已安装(
ls -rtl /usr/lib/x86_64-linux-gnu/*netcdf*
) - 下载最新版本的 Ariane 软件:Ariane-v2.2.9_00.tar.gz(http://stockage.univ-brest.fr/~grima/Ariane/download/download.html)。
解压包之后,然后提交:
./configure
make
make check
make install