-
Notifications
You must be signed in to change notification settings - Fork 169
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
Values for growth factors #2632
Comments
Thanks for writing @jiemeiliu. As your question is more of a science question than a coding question, I would defer to the Aerosols Working Group. Tagging co-chairs: @beckyalexander @theloniuspunk @wporter |
Thank you @yantosca soy much for your response and help, and I sincerely look forward to hearing from the Aerosols Working Group. |
Hi Mer, Trying to understand the current problem. It looks like you've found the water mass factors for 35% RH from your first post. In the 2nd post, you identify that your offline-calculated PM2.5 is different from the AerosolMass diagnostic. It seems like you've traced this down to a difference in the SIA species between SpeciesCon and AerosolMass. Did you check to see if other aerosol species matched or were different? Do you know of the individual SO4, NIT, and NH4 species are each off by a fixed ratio (I wasn't sure if the percentages that you wrote were for the summed species or for them individually)? Jeff |
Thank you very much for your reply. I checked individual other species, including INDIVIDUAL SO4, NIT, and NH4 species. and found that the concentrations of individual species also differed from the corresponding species concentrations in AerosolMass. I calculated the percent difference in SO4 using (SpeciesCon_SO4 - AerosolMass_SO4)/SpeciesCon_SO4. Looking at individual grids, the differences ranged from 30% to 43%, but the spatial mean of the percent difference was 0. Before calculating using the above equation, I had converted the units of SpeciesCon_SO4 to µg/m³. Following the same method, I calculated the percent difference for NH4 and NIT separately. From the individual grids, the NH4 variance ranged from 30% to 99%, and the spatial mean of the percent variance was 11%. The NIT variance ranged from 52% to 96%, and the spatial mean of the percent variance was 5%. To make it easier for you to understand, I have attached the code for the species calculation process, and the results obtained from the calculation. I sincerely look forward to your reply. I would like to thank you again for your help. Best wishes, |
Hi Mer, Are you certain that SpeciesCon and AerosolMass are being outputted at the time frequency? Also, SpeciesCon is usually an average of the time period. I'm not sure if AerosolMass is an average value or instantaneous value by default. Jeff |
Hi Jeff, My SpeciesConc, AerosolMass and StateMet are all output as time-averaged. Do you mean that the reason for the misalignment could be a problem with the setup of the averaging method for the collections? I should be outputting SpeciesConc, AerosolMass and StateMet as instantaneous, am I right? Best wishes, |
Hi Jeff, I have calculated the concentrations of each component again based on the simulation results of the instantaneous method, and again there is an inconsistency, please see the results below. Also I have posted the GC input file for your review. The percent difference is still very obvious. the percent difference between SpeciesConc_PM2.5 and AerosolMass_PM2.5 ranges from -12% to 11%, with the absolute value of the percent difference exceeding 10% at 4 of the grid points. The percent difference between SpeciesConc_BC and AerosolMass_BC is -29% to 42%, with 1,752 grid points where the absolute value of the percent difference exceeds 10%. Do you know which part is wrong? I would appreciate if you could remind me. The results are as follows:
|
Hi Mer, Either averaged or instantaneous should match so long as they are consistent across the two diagnostics. I think we'll need GCST help here (@yantosca ). I haven't ran the model myself much in the past decade (this seems to be what happens to many professors). The only other thing I can think of is: are you using the instantaneous pressure and temperature when doing the units conversions of SpeciesConc? I can't remember if the mass concentrations from Aerosol Mass are at the instantaneous P and T for each gridbox or STP conditions. |
Hi Jeff, Thank you so much for the positive response. Yes, I used the instantaneous pressure and temperature when doing the units conversions of SpeciesConc. |
Hmm... Maybe try using STP values for the conversion? Might need to try a
few different temperatures.
…On Fri, Dec 13, 2024, 7:26 AM Mer ***@***.***> wrote:
Hi Mer,
Either averaged or instantaneous should match so long as they are
consistent across the two diagnostics. I think we'll need GCST help here (
@yantosca <https://github.com/yantosca> ). I haven't ran the model myself
much in the past decade (this seems to be what happens to many professors).
The only other thing I can think of is: are you using the instantaneous
pressure and temperature when doing the units conversions of SpeciesConc? I
can't remember if the mass concentrations from Aerosol Mass are at the
instantaneous P and T for each gridbox or STP conditions.
Hi Jeff,
Thank you so much for the positive response.
Yes, I used the instantaneous pressure and temperature when doing the
units conversions of SpeciesConc.
—
Reply to this email directly, view it on GitHub
<#2632 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQBKQDRUW3J3LPUBFOYYTST2FLVABAVCNFSM6AAAAABTPLAWIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBRGU3TKNZXGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I will try different temperatures for unit conversion as you suggested and see if the results match. Thanks again for your suggestions. |
Your name
Mer
Your affiliation
HIT
Please provide a clear and concise description of your question or discussion topic.
I have modeled a set of PM2.5 concentrations with GCv14.5.0. I want to extract the concentrations of its secondary organic, secondary inorganic, dust and other components. I checked this version of geos-chem/GeosCore
/aerosol_mod.F90 file, but still not sure what is the appropriate value for SIA_GROWTH, SSA_GROWTH , ORG_GROWTH in PM2.5 calculation. Sincerely hope to get your help.
The text was updated successfully, but these errors were encountered: