Ruhui Huang

Results 2 issues of Ruhui Huang

When I try to calculate the vorticity of velocity of ECCOv4 (LLC90 data) using the following python codes: `zeta0=grid_llc.diff_2d_vector({'X': (data_uv.VVELMASS * data_uv.dyC), 'Y': (data_uv.UVELMASS * data_uv.dxC)},boundary='fill')` `zeta2 = (zeta0['X'] -zeta0['Y'])...

question

When I try to use the data, I met the problem of FileNotFoundError, I run as follows, import intake cat = intake.open_catalog("https://raw.githubusercontent.com/pangeo-data/pangeo-datastore/master/intake-catalogs/ocean.yaml") ds_model = cat["SOSE"].to_dask() ds_model