Added by Guido Cioni almost 6 years ago
When merging different input streams if one of the input stream has less timesteps then it will be used as default for the time axis of the new merged file. This could be a problem sometimes like in my case where I need to process the data automatically and some of the input streams could be partially downloaded. Is there any environmental variable that can be set to change this behaviour and skip instead the input streams with LESS timesteps?
Thanks
hi Guido!
There is no such thing AFAIK. But you can check the available number of timesteps with the ntimes
operator and avoid files with less timesteps.
hth
ralf