Project

General

Profile

remap/extrapolate vertical dimension

Added by S BR almost 4 years ago

Hello all,
I have one data with 6 pressure levels (100, 300, 500, 700, 850, 1000) and another data with 9 pressure levels (1, 10, 100, 200, 300, 500, 700, 850, 1000). Both are 3-dimensional data (lat, lon, pressure). I would like to have the first data with the 9 pressure level to compare with the 2nd data. That is, I would like to include 3 extra levels in the first data with undefined values, in comparison with the 2nd data.

Could you please suggest how to do that.

SB


Replies (4)

RE: remap/extrapolate vertical dimension - Added by S BR almost 4 years ago

I managed to do this with intlevel syntax.

Thank you.
SB

RE: remap/extrapolate vertical dimension - Added by Ralf Mueller almost 4 years ago

hi!

extrapolation can be done with the intlevelx operator. can you post you solution?

cheers
ralf

RE: remap/extrapolate vertical dimension - Added by S BR almost 4 years ago

Hi Ralf,
Sorry for the late reply. Somehow I missed your message.
I have used intlevel to solve this.

cdo intlevel,1,10,100,200,300,500,700,850,1000 6levels.nc 9levels.nc

Am I doing it correctly?

Thanks.

RE: remap/extrapolate vertical dimension - Added by Ralf Mueller almost 4 years ago

looks fine to me - please compare with the result if intlevelx since intlevel does not do extrapolation.

cheers
ralf

    (1-4/4)