Skip to content

Roadmap to ECCO V4r4 support #18

@anthony-meza

Description

@anthony-meza

xbudget requires a few more functions to support ECCO V4r4. Ideally, the work done here will also allow xbudget to be extended to all xgcm grids that include face connections.

  • Including an inverse or reciprocal operation that can be used in the yaml files. ECCO V4r4 does not output LHS tendencies directly, instead they can be inferred from daily snapshots.
    For example, the volume/mass tendency for a grid cell is given by
    $$\frac{\eta(x,y,t+\Delta t)-\eta(x,y,t)}{\Delta t}\frac{\mathrm{volcello}}{\mathrm{deptho}(x,y)}$$

  • Create a grid/face_connection-aware lateral_convergence function. Ideally, we would just use thexgcm function grid.diff_2d_vector, but xgcm.0.9.0 currently gives errors. I have a lateral_convergence function for the LLC90 grid that we can use to prototype while we develop a solution to this issue.

  • Add an ECCO_V4r4.yaml file

  • Upload a small example Zarr file to Zenodo that can be used in a reproducible ECCO V4r4 budget notebook

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions