< p >你可以试试R包< a href = " https://atmoschem.github。io / eixport nofollow noreferrer“rel = > eixport < / >、< a href = " https://atmoschem.github.io/eixport/reference/wrf_put。html nofollow noreferrer“rel = > wrf_put < / > < / p > < pre > <代码> #示例#读取数组排放,有限公司& lt;——wrf_get(文件=“Path_to_WRFCHEMI”,名称=“E_CO”) #改变的值,这里你应该使用你的数据有限公司[]= rnorm(长度(CO)) # Inyect排放到wrfchemi wrf_put(文件=“Path_to_WRFCHEMI name = " E_CO "波尔= CO) < /代码> < / pre > < blockquote > < p >如何处理物种形成(我的shapefile只有PM10和PM2.5)。哪里我把这个新的排放文件(编辑wrfchemi)我想要的。有许多点物种(如pm2.5成核模式,点,等等)。我把这些不确定权重。< / p > < /引用> < p >你需要知道你当地的物种形成。大学在我的部门。圣保罗,我们使用下面的物种形成的PM 2.5 (g / h /公里^ 2)< / p > < p > e_so4i = 0.0077, e_so4j = 0.0623, e_no3i = 0.00247, e_no3j = 0.01053, e_pm2.5i = 0.1, e_pm2.5j = 0.3, e_orgi = 0.0304, e_orgj = 0.1296, e_eci = 0.056, e_ecj = 0.024,水= 0.277 < / p > < p >检查< a href = " https://atmoschem.github.io/vein/reference/speciate。html nofollow noreferrer“rel = >这< / > < / p > < blockquote > < p >我的排放不与时间有关的,和我做什么当我编辑wrfchemi文件。(wrfchemi文件我现在也没有时间相关)< / p > < /引用> < p >首先需要编辑名称列表。wps和名称列表。input to the desired length of time. Then, after running ./real.exe you will have the wrfinput_d0x. At this stage you can use wrf_create which creates a wrfchemi file with 0. Read the manual to see if you want two 0-12z 12-0z files or one file with the length for all hours. Then you can use wrf_put. Just follow the example and read the manual. You might also try the R package EmissV
References:
- Ibarra-Espinosa et al., (2018). eixport: An R package to export emissions to atmospheric models. Journal of Open Source Software, 3(24), 607, https://doi.org/10.21105/joss.00607 Schuch et al., (2018).
- EmissV: an R package to create vehicular and other emissions for air quality models. Journal of Open Source Software, 3(30), 662, https://doi.org/10.21105/joss.00662