ocean-transport / scale-aware-air-sea

Repo for collaborative project on scale-aware air-sea fluxes
1 stars 0 forks source link

Document online flux processing #74

Open jbusecke opened 1 month ago

jbusecke commented 1 month ago

I am not sure if the online flux loading is properly documented.

This is a manual way to get the data

import gcsfs
import xarray as xr
path = "gs://cmip6/GFDL_CM2_6/control/ocean_boundary"
ds = xr.open_dataset(path, engine='zarr', chunks={})
ds