Skip to content

gaelforget/MITgcm.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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