Skip to content
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

Closed
msl3v opened this issue Oct 6, 2022 · 8 comments · Fixed by #1426
Closed

Possible fix needed: NITs and SO4s should be wet removed as coarse aerosol species. #1414

msl3v opened this issue Oct 6, 2022 · 8 comments · Fixed by #1426
Assignees
Labels
category: Bug Something isn't working never stale Never label this issue as stale
Milestone

Comments

@msl3v
Copy link
Contributor

msl3v commented Oct 6, 2022

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.

@msl3v msl3v added the category: Bug Something isn't working label Oct 6, 2022
@yantosca
Copy link
Contributor

yantosca commented Oct 6, 2022

Thanks for raising the issue @msl3v. Am tagging the Aerosols WG co-chairs: @theloniuspunk @beckyalexander @wporter

@yantosca yantosca added help needed: Open Research Problem An issue that is a matter of open scientific research rather than a code issue. GC-WG: Aerosols labels Oct 6, 2022
@yantosca
Copy link
Contributor

yantosca commented Oct 6, 2022

Also tagging @Jourdan-He and @SaptSinha

@beckyalexander
Copy link

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.

@yantosca
Copy link
Contributor

yantosca commented Oct 6, 2022

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.

@yantosca yantosca self-assigned this Oct 6, 2022
@yantosca yantosca added this to the 14.1.0 milestone Oct 6, 2022
@yantosca
Copy link
Contributor

yantosca commented Oct 6, 2022

Follow-up question: In the species_database.yml file, we have

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 SALC_PROPERTIES are common to several species (BrSALC, ISALC, NITs, SALC, SALCAL, SALCCL, SO4s),

Should we apply WD_CoarseAer:True to:

  1. Just for SO4s and NITs, or
  2. To SALC_PROPERTIES (and thus it would carry over to all of the species listed above)

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.

@msl3v
Copy link
Contributor Author

msl3v commented Oct 6, 2022

Hey Bob,
BrSALC already has "WD_CoarseAer: true" as an attribute, in addition to *SALCproperties, so it would not have an effect to add it to SALCproperties. It seems that all internally mixed SALC species have the correct attribute except NITs & SO4s.

@yantosca
Copy link
Contributor

yantosca commented Oct 6, 2022

Thanks Mike (@msl3v). Will proceed.

yantosca added a commit that referenced this issue Oct 6, 2022
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]>
@yantosca yantosca added never stale Never label this issue as stale and removed help needed: Open Research Problem An issue that is a matter of open scientific research rather than a code issue. labels Oct 6, 2022
@yantosca
Copy link
Contributor

We can close this issue as PR #1426 has been merged into the GEOS-Chem 14.1.0 development stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Bug Something isn't working never stale Never label this issue as stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants