MITgcmTools.jl
Set of tools for running MITgcm, analyzing its output, and/or modifying its inputs. A set of Pluto.jl notebooks, which e.g. run MITgcm
interactively, can be found in the examples/
folder.
Examples / How-To
To load one of the notebooks using Pluto.jl
:
- open
julia
in terminal window - type the following commands at the
Julia
prompt - in browser, open one of the notebooks listed hereafter
cd("examples/")
using Pluto
Pluto.run()
Examples / Running Models
MITgcm_configurations.jl
: explore MITgcm configurations and their parameters.MITgcm_worklow.jl
: build, setup, run, and plot for any standard configuration.MITgcm_run.jl
: a more detailed look into compiling and running the model.
Examples / Analyzing Results
HS94_plotmap.jl
: readhs94.cs-32x32x5
output, interpolate, and plot mapHS94_particles.jl
: compute particle trajectories fromhs94.cs-32x32x5
outputHS94_Makie.jl
: example usingMakie.jl
instead ofPlots.jl