Added by Mostafa Hamouda about 5 years ago
Hello
I have CMIP5 IPSL geopotential height data on hybrid model levels, and I'd like to convert them to pressure levels.
I have surface air pressure (ps) , geopotential height (zg) and air temperature (ta) in the same netcdf file.
cdo ml2pl,85000 works fine, but I get NaN values over the mountainous regions such as the alps, greenland and himalaya.
Is there any way to deal with these NaN values?
Thank you