NCTiles.jl reads and writes NetCDF files that represent e.g. subdivisions of Earth's surface (tiles
). Inter-operability with popular climate model grids / output via MeshArrays.jl and practical generation of CF-compliant files are key goals of this package.
- See
DataStructures/06_nctiles.ipynb
in GlobalOceanNotebooks repo for an overview - See
examples/Example*.jl
for more detail on core data structures and basic functions
NCTiles.jl
derives from the earlier nctiles
implementation in gcmfaces (Forget et al. 2015).