Open lesommer opened 4 months ago
The snippet we currently have is not enough?
from jaxparrow import cyclogeostrophy, geostrophy
u_geos, v_geos = geostrophy(ssh_t=ssh,
lat_t=lat, lon_t=lon,
mask=mask)
u_cyclo, v_cyclo = cyclogeostrophy(ssh_t=ssh,
lat_t=lat, lon_t=lon,
mask=mask)
Ideally with a png image visible in the README.md file