Project

General

Profile

Select days in june and july within a file containing 20year daily timesteps

Added by Theodoros Gkousarov about 11 years ago

Hi guys,

What operator should I use to select all the days from 10th June until 20th july from a file containing 20 years of climatology in daily means?

I want to create the climatology of this period So I need a file containing 20 years of this period.

Thanks

ps: should be something like that ? CDO -selday 10/31, -selmon6, -selday 01/20, -selmon7 20y.nc output.nc


Replies (1)

RE: Select days in june and july within a file containing 20year daily timesteps - Added by Theodoros Gkousarov about 11 years ago

Sorry for the post, found an answer and its this

Select days 10-31st june and 01 to 29 july from the climatology

cdo -mergetime -selday,10/30 -selmon,6 CLIMATOLOGY.nc -selday,01/29 -selmon,7 CLIMATOLOGY.nc 20outperiod.nc

Thanks. keep up the good job in here guys.

regards,
Theo

    (1-1/1)