gaelforget / MITgcm.jl

Julia interface to MITgcm

Home Page:https://gaelforget.github.io/MITgcm.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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