Gabungkan dua file NetCDF menggunakan XArray

import xarray as xr

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