Add derivation for effective ozone temperature #177
Labels
algorithms
dataformat
enhancement
esa-toolbox
Applicable for Atmospheric Toolbox project
s5p-vdaf
Applicable for S5P-MPC VDAF project
Milestone
This is a quantity that is often used for ozone retrievals.
It is defined as: T_{eff} = integral(800hPa .. 10hPa, T(p)O3(p)dp) / integral(800hPa .. 10hPa, O3(p)dp)
See also the paper from Scarnato et al. from 2009.
We need to add:
ozone_effective_temperature
field from S5P productThe derivation will need to cut off the vertical range of the profiles to 800hPa .. 10hPa. If this cut off reduces the remaining vertical range to less than x% of the 800hPa .. 10hPa profile range (e.g. because it lacks the troposphere or lacks the stratosphere part) we should return NaN. The value of x is TBD.
The text was updated successfully, but these errors were encountered: