I have multiple time series of a characteristic over the same time period stored in separate netCDF files, and I would like to store these time series in a matrix accessible from one netCDF file. So, I would like to transform the data from the vectors in multiple files to the matrix in one file.
I have found that standard CDO commands for merging the files are not appropriate in this case. For example, if there are two time series, the operators 'mergetime' or 'cat' append the second time series to the first one, whereas I need to concatenate them in the matrix form, i.e., columnwise.