MeshArrays.jl
MeshArrays.jl copied to clipboard
Gridded Earth variables, domain decomposition, and climate model C-grid support
This is a bit of a silly thing to ask, but we're (again) seeing errors over in https://github.com/JuliaLang/julia/pull/26237. This time it seems to be stemming from https://github.com/JuliaClimate/MeshArrays.jl/blob/6f390fdc51485f4dc2a7f0d738a49955c7b856b8/src/Grids.jl#L441 while running the...
Coordinates of velocity fields (Γ.XS, Γ.YS, Γ.XW, Γ.YW) seem to have some spurious discontinuities. For example, look at Γ.XS[1]. I think I have recreated these variables, but it requires a...
See #86
I'm enjoying learning julia and the MeshArrays package. Thank you @gaelforget I would like to pre-allocate a variable of type MeshArray that is filled with zeroes and that has multiple...
Leaving this note here for myself. I think it would be nice to implement some of the MITgcm advection schemes [pkg/generic_advdiff](https://github.com/MITgcm/MITgcm/tree/0c90ef582a21389381df30a790a60326006fd53f/pkg/generic_advdiff). In particular, I am interested in implementing things like...
these would be welcome contributions : - port [gcmfaces_remap_2d.m](https://github.com/MITgcm/gcmfaces/blob/master/gcmfaces_calc/gcmfaces_remap_2d.m) and [gcmfaces_remap_3d.m](https://github.com/MITgcm/gcmfaces/blob/master/gcmfaces_calc/gcmfaces_remap_3d.m) to support remapping from regular grid to any grid supported by MeshArrays.jl - port [layers_remap.m](https://github.com/MITgcm/gcmfaces/blob/master/gcmfaces_calc/layers_remap.m) that remaps to arbitrary...