/MITgcmTools.jl

Tools to interact with MITgcm (setup, run, output, plot, etc)(dar_one version)

Primary LanguageJuliaMIT LicenseMIT

MITgcmTools.jl

Documentation codecov CI

Binder DOI

Set of tools for running MITgcm, analyzing its output, and/or modifying its inputs.

Notebooks that demonstrate the package functionalities can be found below and in the docs.

Examples / How-To

To load one of the notebooks using Pluto.jl:

  1. open julia in terminal window
  2. type the following commands at the Julia prompt
  3. in browser, open one of the notebooks listed hereafter
cd("examples/")
using Pluto
Pluto.run()
Examples / Running Models
Examples / Analyzing Results