- 积分
- 1170
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-8-31
- 最后登录
- 1970-1-1
|
发表于 2021-6-5 10:08:10
|
显示全部楼层
补一个坑
在运行wrf.exe时出现Couldnot find matching time in input的原因是,在之前运行real.exe的时候已经把排放数据读取到wrfinput文件中了,不需要再重复读取。因此在运行wrf.exe时,把所有排放的io_form_auxinput改为0即可解决。注意运行real.exe时io_form_auxinput还是要全设置为2,因此并没有关闭和不考虑排放。
官方的原话是:
As the biomass burning and GOCART background fields are already in the wrfinput file you need to turn these fields off before running wrf.exe. If you forget you will get a failure reading the input data file message. |
|