Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaelforget/nctiles.jl
NetCDF support for climate model output and domain decompositions
https://github.com/gaelforget/nctiles.jl
Last synced: 22 days ago
JSON representation
NetCDF support for climate model output and domain decompositions
- Host: GitHub
- URL: https://github.com/gaelforget/nctiles.jl
- Owner: gaelforget
- License: mit
- Created: 2019-04-02T18:52:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T19:09:51.000Z (6 months ago)
- Last Synced: 2024-10-10T11:38:06.187Z (about 1 month ago)
- Language: Julia
- Homepage: https://gaelforget.github.io/NCTiles.jl/dev
- Size: 896 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NCTiles.jl
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://gaelforget.github.io/NCTiles.jl/dev)
[![DOI](https://zenodo.org/badge/179139682.svg)](https://zenodo.org/badge/latestdoi/179139682)
[![CI](https://github.com/gaelforget/NCTiles.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/gaelforget/NCTiles.jl/actions/workflows/ci.yml)[NCTiles.jl](https://github.com/gaelforget/NCTiles.jl) mainly aims to make it easier to write (and read) [NetCDF](https://en.wikipedia.org/wiki/NetCDF) files that represent e.g. the whole Earth surface or a subdomain (`tiles`) based on the [CF conventions](http://cfconventions.org).
Goals of [NCTiles.jl](https://github.com/gaelforget/NCTiles.jl) include (1) inter-operability with climate model grids via [MeshArrays.jl](https://github.com/JuliaClimate/MeshArrays.jl), [MITgcmTools.jl](https://github.com/gaelforget/MITgcmTools.jl), and [ClimateModels.jl](https://github.com/gaelforget/ClimateModels.jl); (2) generation of [CF-compliant](http://cfconventions.org) files from suitable array formats.