Zonal waves
Added by Elio Campitelli 3 months ago
Is there an operator or combination of operators to generate zonal waves? The output should be the amplitude and phase of each zonal wavenumber at each latitude, level and timestep.
Replies (4)
RE: Zonal waves - Added by Ralf Mueller 3 months ago
hi!
I am not completely sure what you want, but pls check this post
the expr has some useful function to create data fields based on coordinates
there is also the built-in docu:
cdo -h expr
best
ralf
RE: Zonal waves - Added by Elio Campitelli 3 months ago
Sorry, I wasn't clear. My aim is not to generate the new field but to compute the amplitude and phase of zonal waves of an existing dataset.
RE: Zonal waves - Added by Ralf Mueller about 2 months ago
Elio Campitelli wrote in RE: Zonal waves:
Sorry, I wasn't clear. My aim is not to generate the new field but to compute the amplitude and phase of zonal waves of an existing dataset.
alright.
I would remap into a regular lon-lat grid an take the dateset along each latitude as a sep. data-series and do some spectral analysis on it.
not sure if climate scientists would do it that way, though. I am just a theoretical physicist.
RE: Zonal waves - Added by Elio Campitelli about 2 months ago
Yes, that's basically what I would do in R, but in cdo the spectral operators seems to operate exclusively in the time domain.