Project

General

Profile

cdo cat

Added by Thomas Kroißenbrunner 8 months ago

Hello everyone!

I have run a script that concatenates model output for a lot of different models.

Our structure is like this /institute/model/version/variable_files

I simply used cdo cat /institute/model/*/* to concatenate all of the output. However, instead of specifying the model version i also used a *, since sometimes the versions are specified differently. Now this means that cdo understood that I want to concatenate all files of every version subfolder! It did not give me any warnings, or errors. How does cdo handle this, when the timesteps of the versions are the same, as well as the dimensions?

thank you very much!