I am trying to run a case with only biogenic emissions using CMAQ5.2.1.
We generate biogenic emissions using MEGAN3.0, which include many gas-phase species, but no aerosol species.
This seems to be a problem, because I get the error shown below.
Value for CTM_ZERO_PCSOA not defined;returning default: FALSE
>>--->> WARNING in subroutine AERO_EMIS_INIT on PE 014
Cannot define index for SO4 emissions: aerospc%emis=' ' in AERO_DATA.F. Check if AE namelist is
M3WARN: DTBUF 8:00:00 April 26, 2018(2018116:080000)
>>--->> WARNING in subroutine AERO_EMIS_INIT on PE 014
FATAL: Units incorrect on EMIS_1 for aerosol species.
M3WARN: DTBUF 8:00:00 April 26, 2018(2018116:080000)
*** ERROR ABORT in subroutine EMIS_INIT on PE 014
Failure initializing aerosol emissions module
PM3EXIT: DTBUF 8:00:00 April 26, 2018
Date and time 8:00:00 April 26, 2018 (2018116:080000)
Is it possible to run CMAQ 5.2.1 without aerosol species? I have set the flag âsetenv CTM_EMISCHK Fâ to bypass the check in the emissions.
Hi Marc,
It is possible to run CMAQv5.2.1 without aerosol emissions. These aerosol species are needed by CMAQ but they can be 0 in your case. I mean, you should include these aerosol species in your emission file (which will avoid the error message raised by CMAQ) while the emission rate of these aerosol species can be set to 0 in the emission file.
If you need any script to do this, I would be happy to share my script to you.
Thanks for your reply. As you suggested, I ended up generating emission files with those aerosol species set to zero, and it works fine.
Itâs a bit of a waste having to have duplicated files, with additional zero values, but we can live with that
An alternative approach for CMAQv5.2.1 would be to use the AE namelist to set the Emissions Surrogates to some arbitrary variable (ASO4 maybe?) and then set EMIS_FAC to 0.0 for all aerosol species, or at least all of the species that have emissions on any file. This approach would avoid having to create and store duplicate files.
In CMAQv5.3 and beyond it is easier to turn off all aerosol emissions using the DESID emission control interface.
One complexity to be aware of in either case is that CMAQ automatically assumes that SULF emissions map to ASO4. In v5.2.1, this done in AERO_EMIS.F in two places, lines 877-881 and lines 1019-1022. CMAQ/AERO_EMIS.F at 5.2.1 ¡ USEPA/CMAQ ¡ GitHub
My issue was not that I had to zero out aerosol emissions in my emissions file. The problem was that my emission files did not have any aerosol species. I was trying to run a biogenics only case, so I was using as the emissions input the emissions file generated with MEGAN, which only had gas-phase species. But it seems that CMAQ requires aerosol species to be in the emissions file (or is this true for some specific aerosol species, like ASO4?)
I tried changing the AE namelist, trying to set all the aerosol species with no emissions surrogate, but that didnât work either. It gave me the exact same error.
So does CMAQ require to have aerosol species in the emission files regardless of whether emissions are zero then?
Here is just the first few lines of the AE namelist that I modified:
I have successfully mapped aerosols to gas species in the past. For example, you could try mapping the aerosols to âCOâ (if you have it) and setting the scale factor to 0. This might allow CMAQ to find an existing species and also make it 0. I havenât tried it for wholesale bypassing aerosol emissions before but it might work.
One additional issue might be the calculation of aerosol number and surface area emissions based on zero aerosol mass. The conversion to number and surface should be linear, so I donât think it will cause a problem, but itâs something to be aware of.