объединить два файла NetCDF с помощью Xarray

import xarray as xr

ds_merge = xr.merge([ds1,ds2])
happy penguin