Project

General

Profile

Split all timesteps

Added by Ankur Kumar over 5 years ago

I have a nc file which contains 2*365*8 timesteps i.e. 3hrly data of 2 years. How can i split with all timesteps.
I have tried using splityearmon followed by splitday followed by splittime. Can we merge all three steps in one?


Replies (2)

RE: Split all timesteps - Added by Uwe Schulzweida over 5 years ago

The split* operators can't be combined. Try splitsel:

cdo splitsel,1 infile obase

RE: Split all timesteps - Added by Ankur Kumar over 5 years ago

Thanks a lot. It works well.

    (1-2/2)