Skip to content

gaelforget/ECCO-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder DOI

This Docker image configuration makes it easy to analyze and run ECCO estimates and other MITgcm model solutions.

It includes :

  • MITgcm (version 68o) compiled for ECCO4
  • gfortran, MPI, and NetCDF libraries for MITgcm
  • Julia, R, Python, and Octave kernels for Jupyter
  • Notebook support (Jupyter and Pluto)

Directions

🎦 video tutorial 🎦

  1. To use in the cloud

Click the binder link above.

  1. To use on your local computer

You will need Docker Desktop installed.

Then, at the command line, try (2a)

docker run -p 8888:8888 gaelforget/ecco-docker

Or if you want to build your own image then try (2b)

git clone https://github.com/gaelforget/ECCO-Docker
docker build -t ecco-docker-1 ECCO-Docker
docker run -p 8888:8888 ecco-docker-1

Preview

In all cases (method 1, 2a, or 2b), the result should look like this in your web browser window :

Screen Shot 2022-06-26 at 10 43 40 PM

Note: this repository derives from the JuliaClimate/Notebooks Docker configuration.