Skip to content

Commit

Permalink
fix so4 in seasalt
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Jul 8, 2024
1 parent d8dcba2 commit 39f7744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaerocom/io/mscw_ctm/additional_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def calc_conNtnh_emep(*arrs):


def calc_concso4t(concso4, concss):
factor = 0.007
factor = 0.077 # 7.7% SO4+ in seasalt

Check warning on line 319 in pyaerocom/io/mscw_ctm/additional_variables.py

View check run for this annotation

Codecov / codecov/patch

pyaerocom/io/mscw_ctm/additional_variables.py#L319

Added line #L319 was not covered by tests
concso4t = concso4 + factor * concss
concso4t.attrs["units"] = "ug m-3"

Expand Down

0 comments on commit 39f7744

Please sign in to comment.