convert hybrid height coordinate to pressure coordinate
Added by Mateus Dias Nunes nunesmateusdias over 6 years ago
I am working with JRA-55 reanalysis ozone mixing ratio data and this data is in Hybrid coordinate. However, I want to analyze this variable with other variables that are in pressure coordinates, such as temperature and specific humidity. Is it possible to convert directly to CDO of the hybrid to pressure?
Best regards,
Replies (2)
RE: convert hybrid height coordinate to pressure coordinate - Added by Karin Meier-Fleischer over 6 years ago
Hi Mateus,
have a look at the ml2pl operator in the documentation https://code.mpimet.mpg.de/projects/cdo/embedded/index.html#x1-6490002.12.11
cdo ml2pl,92500,85000,50000,20000 infile outfile
-Karin
RE: convert hybrid height coordinate to pressure coordinate - Added by Mateus Dias Nunes nunesmateusdias over 6 years ago
Hello, Karin
thanks for your help.
Sensational this solution.