Project

General

Profile

variables modified after "cdo cat" several files

Added by E D over 13 years ago

Hi all

I've used cdo to paste several .nc files in the way:

cdo cat file1.nc file2.nc file3.nc output_file.nc

After the "cat" command the new .nc file I get has modified the names anv dimensions of some constants.
Actullay these changes allow the resulting file to be shorter, but I need to keep the original variables.

Is there a way to run the cat command tha does not modify the original variables?

Thanks in advance


Replies (1)

RE: variables modified after "cdo cat" several files - Added by Uwe Schulzweida over 13 years ago

All coordinate variables which are not assigned to a data variable will be lost after processing with CDO (see known problem).
Names of netCDF dimensions are not processed with CDO. That means all netCDF dimensions could potentially have a new name in the output file. There is no way to change this behavior, sorry.

Regards,
Uwe

    (1-1/1)