You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Your name
Yuanjian Zhang
Your affiliation
WashU
What happened? What did you expect to happen?
OCPISOA
OCPISOA in benchmark simulation (simpleSOA and complexSOA are both carried) double counts ISOAAQ as was in PM2.5.
geos-chem/GeosCore/aerosol_mod.F90
Lines 764 to 799 in 1ef3d7f
ISOAAQ should be added inside the elseif above to avoid this double-counting.
TotalOC
TotalOC only includes Isoprene SOA OC in complexSOA_nonSVPOA, where both POA and OPOA are not present.
geos-chem/GeosCore/diagnostics_mod.F90
Lines 2189 to 2200 in 1ef3d7f
It should match what is happening in aerosol_mod.F90
geos-chem/GeosCore/aerosol_mod.F90
Lines 502 to 511 in 1ef3d7f
What are the steps to reproduce the bug?
run a fullchem benchmark simulation
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
No response
The text was updated successfully, but these errors were encountered: