Skip to content

JuliaClimate/MeshArrays.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeshArrays.jl

MeshArrays.jl defines the MeshArray data structure (or type) that can contain collections of inter-connected arrays as generally done in climate models. This provides a simple yet efficient and general way to e.g. analyze climate system simulations and manipulate their output.

Please refer to the Docs, Tutorials, and videos for more information.

CI codecov Binder DOI

Some features and related packages:

  • interpolate to geographic coordinates and visualize as maps
  • visualize on the sphere, in geographic coordinates, in projection, or grid coordinate
  • examples include interaction and animation using Makie.jl and Pluto.jl
  • accurately derive planetary scale transports on a global climate model grid
  • compute trajectories of materials over any supported grid via IndividualDisplacements.jl
  • read/write NetCDF, files and other formats often used in climate sciences
  • support domain decomposition via NCTiles.jl that
  • support for MITgcm model ouput via MITgcmTools.jl
  • support for ECCO ocean estimates via OceanStateEstimation.jl

MeshArrays.jl was first introduced in this presentation at JuliaCon 2018.