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
, andNetCDF
libraries for MITgcmJulia
,R
,Python
, andOctave
kernels for Jupyter- Notebook support (
Jupyter
andPluto
)
🎦 video tutorial 🎦
- To use in the cloud
Click the binder link above.
- 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
In all cases (method 1, 2a, or 2b), the result should look like this in your web browser window :
Note: this repository derives from the JuliaClimate/Notebooks Docker configuration.