Project

General

Profile

Merge datasets by spatial coordinates with no intersecting boundaries

Added by Alonso Arriagada about 4 years ago

Hi all!

I need to merge several NetCDF formatted dataset along the spatial dimension that are adjacent, but have no intersecting boundaries. The dataset are identical in terms of variables and time dimensions but they represent different spatial area. For example, I have a list of files like:

data_-32.525_-70.575.nc
data_-32.525_-70.525.nc
data_-32.525_-70.475.nc
etc...etc...

I have try to use something like this:

cdo merge *.nc join.nc

or

cdo mergegrid *.nc join.nc

But I have no good results.
Any ideas would be greatly appreciated!

Thank you a lot for your time!
Best,
Alonso.