- 积分
- 18
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-5-18
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我用WRF模式顺利跑出了wrfout文件,在后处理用NCL读入文件时报错,报错信息为:
warning:_NclOpenFile: Can not open file <D:/DATA/wrfout_d03_2022-01-04_06_00_00.nc>; file format not supported or file is corrupted
warning:isfilevar: undefined file returning missing value
fatal:The result of the conditional expression yields a missing value. NCL can not determine branch, see ismissing function
为了排除程序错误,我使用另一个以前处理过的wrfout文件进行了尝试,结果程序是没有问题的,然后我确认了namelist文件,wrfout文件确实是以NetCdf
格式输出的,最后我用python读入该wrfout文件,结果却没有报错顺利读入,在这里想求助各位大佬,请问是什么原因导致的NCL读入报错,python却能正常读入处理。
|
|