HI Sreyashi,For your problem this may be the solution plz find thisThe error is due to the calculated refractive index (10.931) slightly exceeding the preset upper limit (10). The solution is to increase the upper limit a little bit. For example, to revise the upper limit into 15, make the following modification in WRFV3/chem/module_optical_averaging.F, and recompile the model.
Line 4678: if(abs(refr).gt.10.0.or.abs(refr).le.0.001)then
--> if(abs(refr).gt.15.0.or.abs(refr).le.0.001)then
Please also find the link below last answer
--
You received this message because you are subscribed to the Google Groups "wrf-chem" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wrf-chem+u...@ucar.edu.
--
K Rama krishna.
To unsubscribe from this group and stop receiving emails from it, send an email to wrf-...@ucar.edu.
--
K Rama krishna.
Dear Caterina,Yes, that is correct.Best,Rajesh
On Fri, Apr 3, 2020 at 10:19 AM Caterina Mogno <cateri...@gmail.com> wrote:
Dear Rajesh,thanks for your quick reply. In the example namelist for anthro_emis provided for MOZART-MOSAIC ( INP-Examples/ MOZART-MOSAIC.inp)the emis_map states the following:'PM25I(a)->0.2*PM2.5',
'PM25J(a)->0.8*PM2.5','PM_10(a)->PM10'Based on what you said, the correct mapping would be:'PM25I(a)->0.2*PM2.5' - 0.2*BC - 0.2*OC' ,
'PM25J(a)->0.8*PM2.5 - 0.8*BC - 0.8*OC ','PM_10(a)->PM10 - PM2.5'Is that correct both for PM2.5 and PM10?Thank you very much in advance.Kind regards,Caterina
On Wed, 1 Apr 2020 at 17:54, Rajesh Kumar <rku...@ucar.edu> wrote:
Dear Caterina,We did not subtract OC and BC contributions from EDGAR-HTAP inputs provided on the website. However, we do that in the namelist for anthro_emis as follows:E_PM2_5 -> PM25 + -1.0*OC + -1.0*BCNote that in some cases, we have seen that this subtraction leads to very small negative values. It should not happen in theory but occurs mathematically at very few grid boxes over Asia. The negative emissions lead to negative concentrations of the species and blow the model away. So, I'll suggest to check your PM2_5 and PM10 emissions in your wrfchemi* files and make sure that you don't have any negative values.Best,Rajesh
Hello Gonzalo,
I'm not sure if anyone replied. The wrfbdy file contains mixing
ratios or concentrations of species (e.g. so4a1_BXS) and
tendencies (so4a1_BTXS). The latter are temporal tendencies and
could be negative. But the former are concentrations and should be
positive.
-- Mary
-- ^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^--^ Mary Barth Phone: 303-497-8186 Senior Scientist email: bar...@ucar.edu National Center for Atmospheric Research P.O. Box 3000 Boulder, CO 80307 https://staff.ucar.edu/users/barthm DC3 Web Site: http://www2.acom.ucar.edu/dc3/ +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Dear Caterina,We did not subtract OC and BC contributions from EDGAR-HTAP inputs provided on the website. However, we do that in the namelist for anthro_emis as follows:E_PM2_5 -> PM25 + -1.0*OC + -1.0*BCNote that in some cases, we have seen that this subtraction leads to very small negative values. It should not happen in theory but occurs mathematically at very few grid boxes over Asia. The negative emissions lead to negative concentrations of the species and blow the model away. So, I'll suggest to check your PM2_5 and PM10 emissions in your wrfchemi* files and make sure that you don't have any negative values.Best,Rajesh
i set the refr=0 if becomes negative? or what?
Thanks,
Leo