Closed panalluri closed 5 months ago
ds = xr.open_dataset("gs://leap-persistent/jbusecke/scale-aware-air-sea/v1.0.1/fluxes/CM26_fluxes_filter_prod.zarr", engine='zarr') ds["xt_ocean"] = ds_merged["xt_ocean"] ds["yt_ocean"] = ds_merged["yt_ocean"] ds = ds.isel(smoothing=0) julius_HF = ds.drop(['algo', 'smoothing']) julius_HF
Make sure to do the manipulations above!
Julius's offline fluxes
ds = xr.open_dataset("gs://leap-persistent/jbusecke/scale-aware-air-sea/v1.0.1/fluxes/CM26_fluxes_filter_prod.zarr", engine='zarr') ds["xt_ocean"] = ds_merged["xt_ocean"] ds["yt_ocean"] = ds_merged["yt_ocean"] ds = ds.isel(smoothing=0) julius_HF = ds.drop(['algo', 'smoothing']) julius_HF