MITgcmTools.jl

Documentation codecov CI

Binder DOI

Set of tools for running MITgcm, analyzing model output, modifying inputs, etc.

Notebooks and tutorials are found in the docs.

Examples / How-To

To open a notebook using Pluto.jl:

  1. open julia in terminal window
  2. type command below at the Julia prompt
  3. new web browser tab should show Pluto prompt
  4. copy/paste a notebook URL from the docs
cd("examples/"); using Pluto; Pluto.run()
Examples / Running Models
Examples / Analyzing Results