Skip to content

Using chmy.jl for global ocean grids #97

@briochemc

Description

@briochemc

Saw the JuliaCon Local Paris 2025 talk! What a cool package! Congrats! I have two questions:

  1. If I have some grid files from an ocean model (that define all the geometries of a staggered grid, including all nodes and wet/dry cells), can I "load" that grid in Chmy.jl to build all the finite-difference operators on it? Or is there some fundamental difference between how Chmy.jl does its finite differencing and how ocean models work?

  2. Also if I heard correctly there was some mention of sparsity patterns in the talk, but I'm not sure what was meant. Could you elaborate?


Context of my interest: I build what is called "Transport Matrices" from ocean model outputs (https://github.com/TMIP-code/OceanTransportMatrixBuilder.jl), which allow for approximate but fast offline simulations. To build these matrices, I do the spatial finite differencing I need "by hand", potentially with some mistakes, so I would love to rely on some more robust Julia package to do that for me. And Chmy.jl looks like the thing I need. But the question is: Is it ready for my use case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions