-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PM2.5 concentration, splitting primary and secondary component #119
Comments
Well, the difference (SURF_ug_PM25_rh50 - SURF_ug_PPM25) will contain primary natural particles (sea salt and dust) |
Hi Svetlana and thanks for your reply so, please, could you tell me how to get the:
Thanks |
Enrico, I do not know what output parameters you have and what you plan to do with natural PPM. Within SURF_ug_PM25_rh50, primary PM : |
Dear Svetlana sorry, but from the manual (https://emep-ctm.readthedocs.io/en/latest/Output.html#output-parameters-netcdf-files) it seems that 'SURF_ug_PM25_rh50' is the total PM2.5 concentrations, not the primary PM... then, what I want to know is simply if it is possible, from other EMEP variables, to split the total PM2.5 concentrations (SURF_ug_PM25_rh50) in primary and secondary PM2.5 components thanks for your help bests |
Yes, 'SURF_ug_PM25_rh50' is the total PM2.5 concentrations. |
ok thanks, so to get the secondary PM for PM2.5 I will do: 'secondary PM2.5' = SURF_ug_PM25_rh50 - SURF_ug_PPM25 - SEASALT_F - DUST_F - ffire_BC - ffire_remPPM25 thanks for your help |
Yes, that would be what I'd do :) I'll be away for 2 weeks and kind of stressed now. I'd recommend you to double check this formula with David Simpson @mifads |
Hmm, depends on your outputs. To start from PM2.5 one would also need to subtract the background ug_OM25_BGND. An easier way might be to add ug_SIA25 + ugPM_ASOA + ugPM_BSOA? |
I was also going to suggest adding up all secondary PMs, but decided it was more "dangerous" - all of a sudden it would become incomplete, so that PPM25+secondaryPM 25 = total PM25 |
ug_OM25_BGND is needed for mass balance if starting from PM25. |
Dears
we usually use, for PM2.5 concentrations, the EMEP variable named 'SURF_ug_PM25_rh50'
we need now to estimate the primary and secondary component of PM2.5 concentrations.
To do so, is it ok to use:
?
or should we do something different?
thanks
bests
Enrico
The text was updated successfully, but these errors were encountered: