-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Saw the JuliaCon Local Paris 2025 talk! What a cool package! Congrats! I have two questions:
-
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?
-
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?