MITgcm.jl
Julia interface to MITgcm which allows user to not only read and analyze model output, but also download the source code, build the model executable, set run-time parameters, run simulations, verify model results, and perform other tasks related to MITgcm. These functionalities are documented via the Examples, Notebooks section.
Table Of Contents
- Overview
- Interface to MITgcm
- Model Configurations
- MITgcm File Formats
- Examples, Notebooks
- Contributors Guide
Features
- Standard model run workflow (MITgcm-Julia interface)
- Standard MITgcm configurations (
verification
,ECCO
) - Read and write the various MITgcm file types
- Examples (docs, and notebooks in
examples/
)