aboutsummaryrefslogtreecommitdiff
path: root/modifier/merge.py
blob: 692287d613ba506b4c5834bace6e22b1f34fedd7 (plain)
1
2
3
4
import xarray as xr 

def run(data):
    return xr.merge(data)