Dear all,
I have downloaded ERA5 data in model levels (grib2) from CDS. Ungrib for all variables works fine except for var129, the geopotential.
g2print.exe provides the following information (after transforming it with 'cdo sp2gp' from spectral to gaussian coordinates):
per definition of grib2 code it is geopotential on hybrid levels (it's only the lowest hybrid level).
When I run ungrib with a Vtable according to https://gist.github.com/Peter9192/271978591ccab67a780ba4b93435f4a6, I find all other variables in the intermediate files but not the geopotential (as I can see from the 'ungrib.log', it was read successfully).
How can I solve this problem ?
Many thanks in advance !
Klemens
I have downloaded ERA5 data in model levels (grib2) from CDS. Ungrib for all variables works fine except for var129, the geopotential.
g2print.exe provides the following information (after transforming it with 'cdo sp2gp' from spectral to gaussian coordinates):
Code:
ungrib - grib edition num 2
reading from grib file =
/scratch/p_convection/ERA5/ERA5_ml_129_2006070700_gp.grb
ECMWF
-------------------------------------------------------------------------------
--------
rec Prod Cat Param Lvl Lvl Lvl Prod Name Time
Fcst
num Disc num code one two Templ
hour
-------------------------------------------------------------------------------
--------
Gaussian Grid: Dx,Dy,lat,lon 0.1875000 480.0000 89.85654
0.0000000E+00
1 0 3 4 105 1 0 0 GP 2006-07-07_00:00:00 00
Successful completion of g2print
per definition of grib2 code it is geopotential on hybrid levels (it's only the lowest hybrid level).
When I run ungrib with a Vtable according to https://gist.github.com/Peter9192/271978591ccab67a780ba4b93435f4a6, I find all other variables in the intermediate files but not the geopotential (as I can see from the 'ungrib.log', it was read successfully).
How can I solve this problem ?
Many thanks in advance !
Klemens