Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

compute column density from mixing ratio

pybl

Binghan Liu
Member
Hello,

I am trying to get some hints for computing column density of molecules of interest (i.e, O3) from their mixing ratio (mol/mol).

I am using WACCM6, the mixing ratio can be found in the history files.

Thanks in advance!
 

rrbuchholz

Rebecca Buchholz
CSEG and Liaisons
Staff member
Hi All,

To convert mixing ratio to total column amounts (e.g. molec./cm^2) you need to calculate a pressure weighted sum. If you have saved PDELDRY from the model, you can use this variable. Otherwise, you can calculate the model pressure differences from the surface pressure and hybrid coordinate definitions.

Here is link to an example of doing that for CO in python:
Python Resources for CAM-chem

Attached is a document that describes the process.

Hope that helps!
Best,
Rebecca
 

Attachments

  • Conversion_vmr_tcol.pdf
    137.6 KB · Views: 20

Rgh

New Member
Thank you very much Rebecca for your response.
What about getting for example O2 density in molecules/cm3? In the masterlist I can see N2_dens in molecules/cm3 directly, but for other gases like O2 I just have the concentration in mol/mol.
In this case can I use M_dens (molecules/cm3) and multiply concentrations by that to get O2 density?
Thanks
 
Top