登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 一大碗年糕 于 2023-7-7 17:07 编辑
BUG:在使用比较新的版本WRF-Chem v4.4.1/v4.4.2 的MOSAIC机制时都碰到了模拟一会就停止,debug开到很大报错也只显示到mosaic_aerchem_driver: back from aerchemistry 这个问题去年其实我就碰到了,当时的解决办法是退回到老的版本(原问题见http://bbs.06climate.com/forum.p ... 1&extra=#pid1199991)
新的解决办法:在chem中加入mozart_ph_diag = 1,程序即可以继续运行,关于这个选项在UG里暂时没有,WRF-Chem论坛上的解释是
“That option turns on the ability to output the pH of the aerosols and cloud water. It must be set or wrf.exe doesn't work. Since chem_opt=202 includes aerosols and cloud water, then you can use the output or not. This diagnostic was developed for results shown in Pye et al. (2020) ACP.” 看来是在使用MOSAIC机制的方案涉及cldchem的或者aqueous reactions都会碰到这个问题,我在chem_opt = 8, 10也都遇到相同问题 当然由于开启了PH诊断会导致输出的变量增加数据储存空间,想要mozart_ph_diag = 0情况下运行则需要修改module_mosaic_cloudchem.F以及module_mosaic_driver.F重新编译
参考: https://forum.mmm.ucar.edu/threads/possible-bug-with-mozart-mosaic-scheme-while-writing-output.12438/
|