MITgcm.jl

Julia interface to MITgcm
Author gaelforget
Popularity
25 Stars
Updated Last
15 Days Ago
Started In
January 2020

MITgcm.jl

Documentation codecov CI

Binder DOI

Julia interface to MITgcm that allows user not only to analyze model output, but also to download the source code, build the model executable, modify run-time parameters, run model simulations, or verify model results against a benchmark.

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