Project

General

Profile

Extracting a particular dimension for a variable of nc file

Added by Tanmoyee Bhattacharya over 6 years ago

Sir if I have four dimensional nc file
lat,lon,lev and temperature
lev is the pressure and there are four pressure level and they are 5000,7000,8500 and 10000.I want four different nc file of individual pressure.Can we done by cdo?


Replies (1)

RE: Extracting a particular dimension for a variable of nc file - Added by Karin Meier-Fleischer over 6 years ago

Hi Tanmoyee,

the operator splitlevel splits a dataset into single files for each level.

cdo splitlevel infile outfile

-Karin

    (1-1/1)