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

Ozone #4

Open
HoWol76 opened this issue Jul 9, 2020 · 7 comments
Open

Ozone #4

HoWol76 opened this issue Jul 9, 2020 · 7 comments

Comments

@HoWol76
Copy link
Contributor

HoWol76 commented Jul 9, 2020

O3: “for models without interactive ozone chemistry, we suggest that O3 modulation is derived in a similar way from the modulation of the UV part of the solar spectrum as in the historical simulations” – so should be able to follow what was done in the historical runs

we don’t have interactive O3 chemistry (no UKCA), but we have prescribed O3 concentrations. Need to figure out how those were created.

@ScottWales
Copy link

https://gmd.copernicus.org/articles/10/2247/2017/gmd-10-2247-2017.pdf states that some modulation should be added to ozone based on the solar radiation, as is done in the provided historical forcings, but precalculated files or the details of how to do so are not available

@nickywright
Copy link

@HoWol76
Copy link
Contributor Author

HoWol76 commented Aug 5, 2020

See section A4.3 of the document Nicky mentioned.

O3(t) = O3(tpicontrol)·(1 + 0.01 · A · 1JUV(t)).

J_UV(t) might be available from Solar Radiation?

A contains
the linear regression coefficients of the ozone mole fraction
with respect to changes in solar UV irradiance given in
% ozone change per unit (i.e. 1 W m−2
) irradiance change
in the spectral range from 200 to 320 nm (file available at
https://pmip4.lsce.ipsl.fr/doku.php/data:solar).

@ScottWales
Copy link

@nickywright Actually, would you like to do the calculation of the ozone field as a netcdf file, and then I can convert it into the format that the model needs? It looks like the coefficients need to be calculated, they are not provided.

I've put the historical run ozone data and the solar irradiance source data for the PMIP run at /g/data/w35/saw562/access-esm/ozone.

@nickywright
Copy link

Yep @ScottWales, I'll take a look and see how I go.

@nickywright
Copy link

Hi @ScottWales, are you able to do the final netcdf calculation for the ozone?

I've calculated and put the different parts of the equation in /g/data/w35/nw3057/access-esm_past1000/ozone.

O3(tpicontrol) and A are in monthly res, while the solar file (and so the calculated ΔJUV) is in annual, and I'm not quite sure what the model does when converting this to monthly and don't want to add any artefacts here! Otherwise can always do a linear interp to resample time using cdo or something.

filenames are: O3(tpicontrol) is vmro3_input4MIPs....
A is cmip6_solar-o3_coeff...
ΔJUV is pmip4_past1000_dJUV.nc

@ScottWales
Copy link

Ozone files are now under /g/data/access/payu/access-esm/input/pmip-lm/atmosphere

Due to limitations of input file lengths the ozone data has been split into 200 year sections, we'll need to set up the model to update which file it reads from as it goes along.

The data in netcdf format can be found at /g/data/w35/saw562/access-esm/ozone/intermediate/mmro3_zlev_zonal_esm.nc if you'd like to take a look and make sure values are sensible @nickywright

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

3 participants