- 积分
- 2040
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-6-20
- 最后登录
- 1970-1-1
|
发表于 2012-4-30 15:38:33
|
显示全部楼层
MeteoInfo 发表于 2011-12-11 15:49
你如果真有兴趣研究可以看看ECMWF的GRIB API
http://www.ecmwf.int/products/data/software/grib_api.html
你好,我安装了grib_api,但是在读书据的时候还是没调通,能想你请教一下么。[uranus@uranus test]$ ifort test_grib.f90 -I/usr/local/grib_api_dir/include/* -L/usr/local/grib_api_dir/lib/*
test_grib.f90(16): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [GRIB_API]
use grib_api
-----^
test_grib.f90(37): error #6404: This name does not have a type, and must have an explicit type. [GRIB_END_OF_FILE]
do while (iret/=GRIB_END_OF_FILE)
----------------^
compilation aborted for test_grib.f90 (code 1)
|
|