https://github.com/briochemc/oceangrids.jl
https://github.com/briochemc/oceangrids.jl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/briochemc/oceangrids.jl
- Owner: briochemc
- License: mit
- Created: 2019-06-03T01:35:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T10:53:28.000Z (about 1 year ago)
- Last Synced: 2024-10-12T10:30:02.003Z (7 months ago)
- Language: Julia
- Size: 65.4 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# OceanGrids
This package is a dependency of [AIBECS](https://github.com/briochemc/AIBECS.jl.git).
It defines types for grids used by AIBECS.The goal of [OceanGrids](https://github.com/briochemc/OceanGrids.jl.git) is to standardize the format of grids in order for AIBECS to avoid confusion when swapping the circulation it uses for another.
For example, units for the grid data in the Ocean Circulation Inverse Model (OCIM, see [*DeVries et al*., 2014](https://doi.org/10.1002/2013GB004739)) products are not documented, so that it is easy to get confused and carry dimensional inconsistencies in one's model.
[OceanGrids](https://github.com/briochemc/OceanGrids.jl.git) attempts to fix these discrepancies by always using the same format and provide tests to ensure some level of consistency.