Project

General

Profile

Selecting hourly output from a file with higher frequency output

Added by Guido Cioni over 5 years ago

HI,
I want to select hourly output from a file which contains output every 15 mins. Unfortunately I cannot use selhour as the file has always different timesteps inside (it is an operational forecast). As far as I know there is no select operator for minutes selection, which would solve the problem. Does anyone have a suggestion on how to do it?


Replies (1)

RE: Selecting hourly output from a file with higher frequency output - Added by Guido Cioni over 5 years ago

Sorry...wasn't clever enough :)

Just solved the problem using the select operator.

cdo select,minute=0

    (1-1/1)