- 积分
- 107
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-5-20
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2020-6-23 14:27:50
|
显示全部楼层
本帖最后由 往前一步是天涯 于 2020-6-23 14:31 编辑
好的!我更换了Gcc8.4.0编译器重新编译了。这个问题也就没有了,但存在另一个问题:
.ungrib.exe使用的数据是使用如下脚本下载的
get_gfs.pl data 2020061000 0 170 6 all 200_mb:500_mb:1000_mb .
然后连接数据
./link_grib.csh ./gfs*
运行后报错
*** Starting program ungrib.exe ***
Start_date = 2020-06-10_00:00:00 , End_date = 2020-06-17_18:00:00
output format is WPS
Path to intermediate files is ./
ERROR: Grib2 file or date problem, stopping in edition_num.
以为是Grib2库的问题
重新编译了netcdf 4.7.0
问题依旧
|
|