I would like to use the ACCESS-CM2-Chem output contributed to the CCMI-2022 chemistry climate model intercomparison project for some stratospheric transport work. For this purpose I intend to first vertically regrid it to isentropic coordinates. The surface pressure data files (available via e.g. CEDA Archive Web Browser ) say “2-D field to calculate the 3-D pressure field from hybrid coordinates”, but it’s not wholly self-evident how to do that.
The most obvious possible approach is
Using
the surface pressure
the temperature defined on 85 layers and
the definitions of the 86 layer edges,
integrate the hydrostatic equation to get the pressure on the 86 layer edges
Using
the layer-edge pressures and heights and
the gravitational constant,
finite-difference the hydrostatic equation to get the layer-mean densities on 85 layers
Use
the layer-mean densities and temperatures and
the gas law,
compute layer-mean pressures
Combine the layer-mean pressures and temperatures to get layer-mean potential temperatures
Interpolate to another set of potential temperatures as needed
but I am writing to inquire if there isn’t some “official” way to do it that would be more consistent with the model numerics. (If this information is available in any of the papers describing the model, I’m sorry I missed it.)
Thanks for any assistance you can provide.
Sincerely,
Todd Mooring
Research Associate, Linz Group, Department of Earth and Planetary Sciences, Harvard University
That’s a good question. I think what you said makes sense, assuming you don’t already know the pressure on the 85 levels (I guess this is the issue, that you don’t know that?). Is the surface pressure, the temperatures and the layer definitions all you have saved?
For step 1, I guess you could use the thickness equation P(z2) = P(z1)exp(- deltaz g / Rd Tav) for each layer. I think that amounts to the same thing as what you suggested. I wonder whether after step 1, you could just interpolate the layer edge pressures and calculate the layer means that way - it might give close to the same answer and be a bit computationally easier.
I guess this method might break down due to the hydrostatic assumption, but that’s probably OK if you’re up in the stratosphere away from deep convection.
I’m not really an expert, and I’ve never tried to to exactly what you’d doing, so these are just some thoughts.
Claire
Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
3
Completely off-topic, but discourse does support LaTeX style math formatting:
Hi @toddmooring - it’s so great to see some colleagues in the Northern Hemisphere using ACCESS models!
Just wanted to check on the status of this - have you been able to get your question answered? Reply here if not, and we can try to ping others in the community who use the same model to try and get some more input for you.
Thanks for checking in–the question has not been answered, but I wasn’t particularly quick about following up your query as in the short run I have decided to focus my analysis on some CESM2(WACCM6) simulations instead.
However, my colleagues and I are still interested in analyzing ACCESS-CM2-Chem at some point–possibly within the next few months. So I am definitely still interested in getting an answer.