`-v` mounts the corresponding folder into the virtual machine. In contrast to copying the folder to your docker image, we avoid that the docker image gets to big.
@ -173,6 +173,50 @@ This will take a while now.
After the end of the simulation you should see the files `ice_day.nc` and `ocean_day3d.nc` which we will analyze in the following.
## After the lecture:
Hey everyone,
thank you for following along during our last lecture. I think we all got to the point we were able to start our docker image.
If you finished your model simulation already, you should check the model_simulations folder on your local machine (inside your mom5-docker repository). It should contain your model run.
If you want to start your docker image again, please use your terminal (for windows power shell is best) and direct yourself to the mom5-docker folder. Once you are in that repository execute
To visualize plots (I forgot to install the necessary library) please first enter
`conda install -y matplotlib`
in your docker
If you want to analyze your data, you should start now your jupyter notebook. Please navigate to your simulation directory (in the docker) and the year 1961. You should now see something like `~/model_simulations/mariesostseelauf/1961`
Now please enter:
`jupyter lab --ip=0.0.0.0 .`
This will start a jupyter server. You should see in your terminal something like: