Tag Archives: netcdf

ubuntu下使用netcdf库

netcdf自身带了C++接口,可是按照例子,怎么也连接不了,最后发现是要加参数: g++ -lnetcdf_c++ -lnetcdf -o test *.cpp

Posted in Linux, Program | Tagged , , | Leave a comment