OceanStateEstimation
Use examples:
using OceanStateEstimation
pth=dirname(pathof(OceanStateEstimation))
lst=joinpath(pth,"../examples/OCCA_climatology.csv")
get_from_dataverse(lst,"DFOsflux",OCCAclim_path)
or
using OceanStateEstimation, MeshArrays
γ=GridSpec("LatLonCap","./")
tmp=get_ecco_files(γ,"ETAN")
This package is in early developement stage when breaking changes can be expected.