-
Notifications
You must be signed in to change notification settings - Fork 170
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
Possible fix needed: NITs and SO4s should be wet removed as coarse aerosol species. #1414
Comments
Thanks for raising the issue @msl3v. Am tagging the Aerosols WG co-chairs: @theloniuspunk @beckyalexander @wporter |
Also tagging @Jourdan-He and @SaptSinha |
SO4s and NITs are course-mode aerosols and should be treated exactly like coarse-mode sea salt aerosols, including using the same molecular weight, etc as the coarse-mode sea salt aerosols. SO4s and NITs are essentially internally mixed with coarse-model sea salt aerosols. |
Thanks @msl3v and @beckyalexander. This could be a fix for 14.1.0, as it would only involve changing the species database metadata for those species. I'll tag it as such. |
Follow-up question: In the SALC_PROP: &SALCproperties
DD_AeroDryDep: true
DD_F0: 0.0
DD_Hstar: 0.0
Density: 2200.0
Is_Advected: true
Is_Aerosol: true
Is_DryDep: true
Is_WetDep: true
Radius: 4.25e-6
WD_AerScavEff: 1.0
WD_KcScaleFac: [1.0, 0.5, 1.0]
WD_RainoutEff: [1.0, 0.0, 1.0]
WD_RainoutEff_Luo: [0.4, 0.0, 1.0]
...
NITs:
<< : *SALCproperties
FullName: Inorganic nitrates on surface of seasalt aerosol
Is_Photolysis: true
MW_g: 31.4
...
SO4s:
<< : *SALCproperties
FullName: Sulfate on surface of seasalt aerosol
MW_g: 31.4 So in other words, the metadata listed under Should we apply
Because BrSALC is one of the species, do you have a sense if this would also significantly change the Bromine chemistry? Also tagging @djxjacob for advice. |
Hey Bob, |
Thanks Mike (@msl3v). Will proceed. |
run/shared/species_database.yml - Following geoschem/geos-chem #1414, we have added the attribute "WD_CoarseAer: true" for SO4s and NITs species. SO4s and NITs should be treated exactly like coarse-mode aerosols in wet scavenging. Signed-off-by: Bob Yantosca <[email protected]>
We can close this issue as PR #1426 has been merged into the GEOS-Chem 14.1.0 development stream. |
Since wetscav_mod.F90 distinguishes between COARSE and FINE aerosol in calculating washout rates, it needs to be pointed out that neither NITs nor SO4s are washed out as coarse species. It seems this is changed simply by setting WD_CoarseAer: true
in species_database.yml for these two species. Testing in the GEOS-CF system shows this has a significant impact on NITs and SO4s.
The text was updated successfully, but these errors were encountered: