-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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
inverseorreciprocaloperation that can be used in theyamlfiles. 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_convergencefunction. Ideally, we would just use thexgcmfunctiongrid.diff_2d_vector, but xgcm.0.9.0 currently gives errors. I have alateral_convergencefunction for the LLC90 grid that we can use to prototype while we develop a solution to this issue. -
Add an
ECCO_V4r4.yamlfile -
Upload a small example Zarr file to Zenodo that can be used in a reproducible ECCO V4r4 budget notebook