Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Query on the input file for CBMZ-MOSAIC chemistry option for running anthro_emis to generate anthropogenic emission input files (wrfchemi* files)

Ankan

Member
Hello everyone,
I want to perform WRF-Chem simulations using the CBMZ-MOSAIC chemistry option to study aerosol-cloud interaction. I want to use anthropogenic emissions from the EDGARv5_MOZART_dataset (from the EDGAR v5.0 emissions inventory speciated for the MOZART chemical mechanism) or EDGAR-HTAP (a global monthly emission inventory for the year 2010). The sample input files are provided only for the MOZCART and MOZART-MOSAIC chemistry options. But I want to use the CBMZ-MOSAIC chemistry option (e.g., chem_opt=31 and 32). I searched online a lot, but I couldn't find any input file for anthro_emis. I found only an input file provided with mozbc, but to generate initial and chemical lateral boundary conditions in wrfinput files.
I learned from the previous thread of this forum (On the use of different CBMZ, initial conditions and emissions) that the anthro_emis utility can be used for CBMZ-MOSAIC also. So, can anyone please provide the input file or guide me on how to set 'emis_map' variable in the input file? For your convenience, I am giving the 'src_names' in input file for EDGARv5_MOZART_dataset:
src_names = 'CO(28)','NOx(30)','SO2(64)','NH3(17)','BC(12)','OC(12)','PM2.5(1)','PM10(1)','BENZENE(78)','BIGALK(72)','BIGENE(56)','C2H2(26)','C2H4(28)',
'C2H5OH(46)','C2H6(30)','C3H6(42)','C3H8(44)','CH2O(30)',
'CH3CHO(44)','CH3COCH3(58)','CH3OH(32)','CH3COOH(60)','HCOOH(46)',
'MEK(72)','TOLUENE(92)','XYLENES(106)'
Any help on this will be greatly appreciated. Thank you for your time and consideration.
With regards,
Ankan
 
Hi Ankan!
I think the easy way to get information about needed species for anthropogenic emissions is to look inside the registry.chem file. For tthe mechanism you are looking for ( ecbmz_mosaic) you have:

package ecbmz_mosaic emiss_opt==4 - emis_ant:e_iso,e_so2,e_no,e_co,e_eth,e_hc3,e_hc5,e_hc8,e_xyl,e_ol2,e_olt,e_oli,e_tol,e_csl,e_hcho,e_ald,e_ket,e_ora2,e_nh3,e_no2,e_ch3oh,e_c2h5oh,e_pm25i,e_pm25j,e_eci,e_ecj,e_orgi,e_orgj,e_so4i,e_so4j,e_no3i,e_no3j,e_so4c,e_no3c,e_orgc,e_ecc

For me, I use the given MOZART-MOSAIC.inp file and I comment the missing species or try to understand what they mean before to map them,

I don't know if it is a good way to prepare wrfinput files using edgar data, but I am sure it is more logic.
Rachid
 

Attachments

  • MOZART-MOSAIC.inp.txt
    1.7 KB · Views: 91
Last edited:
Hello @bhanubuchi,
I haven't considered CBMZ-MOSAIC because of some issues I faced. So, sorry, I can't help you. I suggest that you ask this question as a separate one in this forum. Maybe someone will help you with this.
Best wishes,
Ankan
 
Hello everyone,
I want to perform WRF-Chem simulations using the CBMZ-MOSAIC chemistry option to study aerosol-cloud interaction. I want to use anthropogenic emissions from the EDGARv5_MOZART_dataset (from the EDGAR v5.0 emissions inventory speciated for the MOZART chemical mechanism) or EDGAR-HTAP (a global monthly emission inventory for the year 2010). The sample input files are provided only for the MOZCART and MOZART-MOSAIC chemistry options. But I want to use the CBMZ-MOSAIC chemistry option (e.g., chem_opt=31 and 32). I searched online a lot, but I couldn't find any input file for anthro_emis. I found only an input file provided with mozbc, but to generate initial and chemical lateral boundary conditions in wrfinput files.
I learned from the previous thread of this forum (On the use of different CBMZ, initial conditions and emissions) that the anthro_emis utility can be used for CBMZ-MOSAIC also. So, can anyone please provide the input file or guide me on how to set 'emis_map' variable in the input file? For your convenience, I am giving the 'src_names' in input file for EDGARv5_MOZART_dataset:
src_names = 'CO(28)','NOx(30)','SO2(64)','NH3(17)','BC(12)','OC(12)','PM2.5(1)','PM10(1)','BENZENE(78)','BIGALK(72)','BIGENE(56)','C2H2(26)','C2H4(28)',
'C2H5OH(46)','C2H6(30)','C3H6(42)','C3H8(44)','CH2O(30)',
'CH3CHO(44)','CH3COCH3(58)','CH3OH(32)','CH3COOH(60)','HCOOH(46)',
'MEK(72)','TOLUENE(92)','XYLENES(106)'
Any help on this will be greatly appreciated. Thank you for your time and consideration.
With regards,
Ankan
Hi,

I'm currently working with the ANTHRO program to create anthropogenic emissions from the EDGAR dataset. The issue I'm facing is that the units in the EDGAR emissions dataset are in ton/month, while the ANTHRO program requires the units to be in kg/m²/s. Could you share how you handle this unit conversion?

Thank you!
 
Hi @Liangbo,
As you can see, this conversation happened a long time ago. Still, what I remember is that I didn't have to handle the unit conversation. I just followed the advice of ramousta, and focused on the right mapping for species as per the list of registry.chem for my future projects. And it worked successfully. It will be better if you ask the experts if you want to know the unit conversation thing. Good luck!
 
Top