Project

General

Profile

cat and mergetime

Added by Miles Sowden over 1 year ago

1: Are cat and mergetime functionally equivalent? Speed differences?

2: cat can be used with ymonmin but fails with cdo ymonpctl,90 -cat infile* minfile maxfile outfie (3 input streams required error)
However, a two step process works
cdo cat infile* bigfile
cdo ymonpctl,90 bigfile minfile maxfile outfile

(same error with mergetime btw)

Thanks


Replies (1)

RE: cat and mergetime - Added by Karin Meier-Fleischer over 1 year ago

Hi Miles,

try

cdo -ymonpctl,90 -cat 'infile*' minfile maxfile outfile
    (1-1/1)