ocean-transport / air-sea-ML

This repo is meant to track Prani's research progress on their air-sea parametrization project through the summer of 2024.
0 stars 0 forks source link

How to access Julius's offline flux data? #6

Closed panalluri closed 5 months ago

panalluri commented 5 months ago

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

panalluri commented 5 months ago

Make sure to do the manipulations above!