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

Parameterized Effective Radius not accounting OPOA when SVPOA is activated #2314

Closed
yuanjianz opened this issue Jun 8, 2024 · 1 comment · Fixed by #2315
Closed

Parameterized Effective Radius not accounting OPOA when SVPOA is activated #2314

yuanjianz opened this issue Jun 8, 2024 · 1 comment · Fixed by #2315
Assignees
Labels
category: Bug Something isn't working topic: Aerosols Related to aerosol species in GEOS-Chem

Comments

@yuanjianz
Copy link

Your name

Yuanjian Zhang

Your affiliation

WashU

What happened? What did you expect to happen?

ELSE IF ( Is_ComplexSOA ) THEN
! dry SNA and OM mass, in unit of ug/m3
State_Chm%AerMass%SNAOM(I,J,L) = ( State_Chm%AerMass%SO4_NH4_NIT(I,J,L) + State_Chm%AerMass%OCPO(I,J,L) + State_Chm%AerMass%OCPI(I,J,L) + State_Chm%AerMass%TSOA(I,J,L) + State_Chm%AerMass%ASOA(I,J,L) + State_Chm%AerMass%ISOAAQ(I,J,L) ) * 1.0e+9_fp
! ratio between OM and SNA, unitless
State_Chm%AerMass%R_OMSNA(I,J,L) = (State_Chm%AerMass%OCPO(I,J,L) + State_Chm%AerMass%OCPI(I,J,L) + State_Chm%AerMass%TSOA(I,J,L) + State_Chm%AerMass%ASOA(I,J,L) + State_Chm%AerMass%ISOAAQ(I,J,L) )/ State_Chm%AerMass%SO4_NH4_NIT(I,J,L)

Here the OM is essentially OCPISOA, which is already calculated above according to SOA schemes(simplesoa, complexsoa and complexsoa_svpoa). The current procedure misses handling complexsoa_svpoa where OCPI is replaced by OPOA.

What are the steps to reproduce the bug?

N/A

Please attach any relevant configuration and log files.

No response

What GEOS-Chem version were you using?

14.4.0

What environment were you running GEOS-Chem on?

Local cluster

What compiler and version were you using?

gcc 10.2.0

Will you be addressing this bug yourself?

Yes

In what configuration were you running GEOS-Chem?

Other (please explain in additional information section below)

What simulation were you running?

Full chemistry

As what resolution were you running GEOS-Chem?

N/A

What meterology fields did you use?

Other (please explain in additional information section below)

Additional information

Quick fix can be provided. Also tagging @Haihui-Zhu for confirmation.

@yuanjianz yuanjianz added the category: Bug Something isn't working label Jun 8, 2024
@yantosca yantosca self-assigned this Jun 10, 2024
@yantosca yantosca added Attn: Aerosols WG topic: Aerosols Related to aerosol species in GEOS-Chem labels Jun 10, 2024
@yantosca yantosca linked a pull request Jul 11, 2024 that will close this issue
yantosca added a commit that referenced this issue Jul 16, 2024
This merge brings PR #2315 (ix bugs in PDER, OCPISOA and TotalOC in
complexSOA, by @yuanjianz) into the GEOS-Chem 14.5.0 development stream.

This PR fixes several minor bugs in the complex SOA scheme as described
in issues #2314 and #2321.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
@yantosca
Copy link
Contributor

Closing out this issue since PR #2315 has been merged into the GEOS-Chem 14.5.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 topic: Aerosols Related to aerosol species in GEOS-Chem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants