Skip to content

Commit

Permalink
Merge pull request #1250 from metno/so4_in_seasalt
Browse files Browse the repository at this point in the history
Fix SO4 in seasalt
  • Loading branch information
heikoklein authored Jul 8, 2024
2 parents 9784dda + 39f7744 commit 3b8f12a
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
concso4t = concso4 + factor * concss
concso4t.attrs["units"] = "ug m-3"

Expand Down

0 comments on commit 3b8f12a

Please sign in to comment.