欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

安装FLEXPART的指南备忘录

最编程 2024-01-14 08:21:20
...

1.所需安装包路径以及安装过程中的参考链接

jasper、grid_api、eccodes等安装包下载链接:https://people.freebsd.org/~sunpoet/sunpoet/?C=N&O=D

cmake安装包链接:https://cmake.org/download/

安装过程参考:https://www.jianshu.com/p/6bc7cee6c9bf,https://blog.****.net/qq_34777982/article/details/112222088,https://www.jianshu.com/p/1dae10b4b2fd,https://github.com/XiaoLinhong/flex,https://blog.****.net/lhl1124281072/article/details/83188055,https://perillaroc.github.io/eccodes-tutorial-cn/01-introduction/what_is_eccodes/

2.

 ../gcc-11.2.0/configure --prefix=$DIR/gcc-11.2.0 --enable-checking=release --enable-languages=c,c++,fortran,go --disable-multilib

./configure --enable-shared --enable-hl --prefix=$HDF5_DIR --with-default-api-version=v18

CPPFLAGS=-I$HDF5_DIR/include LDFLAGS=-L$HDF5_DIR/lib ./configure --enable-netcdf-4 --enable-shared --enable-dap --prefix=/work/ese-baib/model/usr/juanl/lib/netcdf-c-4.8.0

libemos:cmake  .. -DCMAKE_INSTALL_PREFIX=$DIR/emoslib -DFFTW_USE_STATIC_LIBS=ON -DENABLE_ECCODES=OFF -DGRIB_API_PATH=$DIR/gribapi

原文地址:https://www.cnblogs.com/xxxiaoyema/p/15067948.html