mergetime with selname
Added by Ian MacKenzie about 13 years ago
A command of the form
cdo mergetime -selname,T file*.nc outfile.nc
aborts with the error:
Input streams have different number of variables per timestep!
Is there a way to combine these two operations in a single command?
Replies (2)
RE: mergetime with selname - Added by Jaison-Thomas Ambadan about 13 years ago
Hi,
Please have a look at the following thread (Uwe's reply):
https://code.zmaw.de/boards/2/topics/1474
Cheers,
J.
RE: mergetime with selname - Added by Ian MacKenzie about 13 years ago
Thanks Jaison, it looks like 'select' is what I need.
Ian