how to merge two diffrent netcdf files
Added by pooran khedri over 6 years ago
Hi everybody,
I have downloaded two netcdf files from two different databases, (Hycom site and Ecmwf site ), I made the same interpolation for both of the files, I tried to merge them with cdo merge a.nc b.nc c.nc , but I got this error
Warning (streamCopyRecord) : Streams have different file types (netCDF2 -> netCDF)!
Warning (streamCopyRecord) : Streams have different file types (netCDF2 -> netCDF)!
Warning (streamCopyRecord) : Streams have different file types (netCDF2 -> netCDF)!
Warning (streamCopyRecord) : Streams have different file types (netCDF2 -> netCDF)!
Warning (streamCopyRecord) : Streams have different file types (netCDF2 -> netCDF)!
I have attached the files. I would be grateful if you could have a look my files and give me the best way to merge them.
Kind regards,
Pooran
Replies (1)
RE: how to merge two diffrent netcdf files - Added by Uwe Schulzweida over 6 years ago
It seems that your are using an outdated CDO version. I can't reproduce these Warning message with the latest CDO versions.
But I'm sure you can simple ignore these Warnings, it's more performance information and the result is correct.