MeteoSwiss / meteodata-lab

Model data processing framework
https://meteoswiss.github.io/meteodata-lab/
MIT License
5 stars 1 forks source link

update metadata of omega_slope #35

Closed ninaburg closed 3 months ago

ninaburg commented 3 months ago

Purpose

Update metadata of omega_slope operator.

Note

Fieldextra returns the parameter etadot for the omega_slope operator but we return w (Vertical Velocity (Pressure)). Because according to Fieldextra's description: Convert from ECMWF etadot (i.e. deta/dt) to etadot*dp/deta

we infer that the returned parameter aligns with the COSMO definition of omega as Vertical Velocity (Pressure) (omega=dp/dt). In ECMWF, this vertical velocity is associated with the parameter w.

Additionally, Flexpart expects the GRIB code for "etadot" but converts the ID for "etadot" (ID: 77) to vertical velocity "w" (ID: 135), as shown in these code snippets: link and link.