Welcome to AMOCatlas’s documentation!
amocatlas is a repository to access and work with array data from Atlantic meridional overturning circulation (AMOC) mooring arrays and related estimates from array and non-array sources (Argo, altimetry, etc). It provides tools to download, load, and standardise data from multiple sources while preserving and enhancing metadata. The package is designed to make it easier for scientists to access and work with AMOC data, and to promote consistency and reproducibility in analyses. Please note that citations for data sources should be made to the original data providers as per their specified distribution statements.
Note that this is still version < 1.0.0, and so breaking changes should be anticipated.
For recommendations or bug reports, please visit https://github.com/AMOCcommunity/amocatlas/issues/new
Getting started
Demo notebooks
Dataset Reports
AC-0.1 Format
Repository and API
Developers' guide
- Developer Guide for AMOCatlas
- Git for Beginners: Workflow Guide
- Forking & branching someone else’s repository
- 1. Fork the repository
- 2. Clone to your computer
- 3. Find the clone on your computer
- 4. Create a feature branch or just “branch” for edits
- 5. Make an edit in the branch
- 6. Commit the change in your branch
- 7. Create a pull request to upstream main
- 8. Compare pull request on GitHub.com
- 9. Merge the pull request
- 10. Rinse and repeat
- Forking & branching someone else’s repository
- Extra GitHub features: Actions & Pages
- Project Maintenance Checklist