pressure to height level
Added by Jure Praznikar over 12 years ago
How to convert pressure levels(Pa), 0 2000 3000 5000 7000 10000 15000 20000 25000 ...
to height in meters? I use GFS grib2 files.
Thanks
Jure
Replies (2)
RE: pressure to height level - Added by Jaison-Thomas Ambadan over 12 years ago
Hi,
I'm not sure if I understood correctly. You simply want to change the pressure level info from Pascal to meters? If that is the case CDO cannot automatically change that. But if you know the values in meters then it may be you can try with "setzaxis". Also, you can force the vertical level values by a similar way described here https://code.zmaw.de/boards/1/topics/1016#message-1032
Hope this helps!
J.
RE: pressure to height level - Added by Jure Praznikar over 12 years ago
You simply want to change the pressure level info from Pascal to meters?
Yes, any suggestions for work around?
Jure