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

Oxidised Nitrogen OxN (HNO3+NO3) --- SURF_ugN_OXN #129

Open
mvieno opened this issue Dec 18, 2024 · 2 comments
Open

Oxidised Nitrogen OxN (HNO3+NO3) --- SURF_ugN_OXN #129

mvieno opened this issue Dec 18, 2024 · 2 comments
Assignees

Comments

@mvieno
Copy link

mvieno commented Dec 18, 2024

Hi,
in the https://www.emep.int/mscw/mscw_moddata.html the OXN variable is defined as:
the sum of HNO3 and NO3 (Compounds in NetCDF files).

In the code rv5.0 the OXN group is defined as follow:
OXN_GROUP = (/ &
NO, NO2, NO3, N2O5, HONO, HNO3, HO2NO2, SC4H9NO3, NALD, &
ISON, PAN, MPAN, NO3_f, NO3_c, shipNOx &
/)

Are the published OXN results in the website calculated in a different way?

Massimo

@mifads
Copy link
Contributor

mifads commented Dec 18, 2024

I wouldn't think so; why? I cc @alvaro who made those results.

@avaldebe
Copy link
Collaborator

I wouldn't think so; why? I cc @alvaro who made those results.

Sorry, I was not involved with the runs for the status report.

@WillemVanCaspel @heikoklein do you know how are the published results are calculated?

Are the published OXN results in the website calculated in a different way?

I think issue here is the mismatch between OXN definition on the model vs the description on mscw_moddata

OXN has the same definition on version 5.0 and 5.5

integer, public, target, save, dimension (15) :: &
OXN_GROUP = (/ &
NO, NO2, NO3, N2O5, HONO, HNO3, HO2NO2, SC4H9NO3, NALD, &
ISON, PAN, MPAN, NO3_f, NO3_c, shipNOx &
/)

integer, public, target, save, dimension (15) :: &
OXN_GROUP = (/ &
NO, NO2, NO3, N2O5, HONO, HNO3, HO2NO2, SC4H9NO3, NALD, &
ISON, PAN, MPAN, NO3_f, NO3_c, shipNOx &
/)

Which does not match the description on mscw_moddata

 - Oxidised Nitrogen OxN (HNO3+NO3) --- SURF_ugN_OXN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants