Skip to content

Commit

Permalink
Add new and edited experiments (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
zschirmeister authored and fmaussion committed Jan 10, 2019
1 parent 28bb3f3 commit e6aa409
Show file tree
Hide file tree
Showing 12 changed files with 2,145 additions and 503 deletions.
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Interactive Notebooks

* :doc:`notebooks_howto`
* :doc:`notebooks_flowline_intro`
* :doc:`notebooks_ice_flow_parameters`
* :doc:`notebooks_surging_glaciers`
* :doc:`notebooks_mass_balance_gradient`

.. toctree::
:maxdepth: 1
Expand All @@ -32,6 +35,9 @@ Interactive Notebooks

notebooks_howto.rst
notebooks_flowline_intro.rst
notebooks_ice_flow_parameters.rst
notebooks_surging_glaciers.rst
notebooks_mass_balance_gradient.rst

Graphics
^^^^^^^^
Expand Down
9 changes: 7 additions & 2 deletions docs/notebooks_flowline_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
Glacier flowline modelling
==========================

This notebook is an introduction to flowline modelling with OGGM. To open the notebook in your browser:
This notebook is an introduction to flowline modelling with OGGM. To open the notebook in your browser use the button below:

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/OGGM/oggm-edu/master?filepath=experiments%2Fflowline_model.ipynb
:target: https://mybinder.org/v2/gh/OGGM/oggm-edu/master

In this notebook we will set-up a simple model run and visualize it afterwards. Therefore we will learn how to define an easy glacier bed and a suitable grid. The learner will implement mass balance in the form of equilibrium line altitude (ELA) and see how his glacier develops in length, volume and area over certain years.

*Prerequisites:* If you are new to jupyter-notebook, have a look at this short `introduction
<http://edu.oggm.org/en/latest/notebooks_howto.html#notebooks-introduction>`_.
The notebook uses Python. If this is completely new for you, I recommend to go through an introductory tutorial first. But the notebook is not too complicated and you can try it without being a Python expert.

15 changes: 15 additions & 0 deletions docs/notebooks_ice_flow_parameters.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _notebooks_ice_flow_parameters:

Ice flow parameters
===================

In this notebook we will have a closer look at the parameters that describe ice flow: Glen's creep parameter and the sliding parameter. We will implement them in our model and see their influence on glacier flow.

Open this experiment in your browser with the button below:

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/OGGM/oggm-edu/master

*Prerequisits:* You went through the notebook about `glacier flowline modelling`_, so that you understand the concept of building a simple glacier model with OGGM.

.. _glacier flowline modelling: http://edu.oggm.org/en/latest/notebooks_flowline_intro.html#glacier-flowline-modelling
15 changes: 15 additions & 0 deletions docs/notebooks_mass_balance_gradient.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _notebooks_mass_balance_gradient:

Mass balance gradient
=====================

In this notebook you will run experiments with a focus on the mass balance gradient. You will see how different mass balance gradients influence the growth of a glacier. Therefore, we calculate our glacier models until they reach an equilibrium state and compare length, area and volume.

Open this experiment in your browser with the button below:

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/OGGM/oggm-edu/master

*Prerequisits:* You went through the notebook about `glacier flowline modelling`_, so that you understand the concept of building a simple glacier model with OGGM.

.. _glacier flowline modelling: http://edu.oggm.org/en/latest/notebooks_flowline_intro.html#glacier-flowline-modelling
17 changes: 17 additions & 0 deletions docs/notebooks_surging_glaciers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. _notebooks_surging_glaciers:

Surging glaciers
================

This notebook treats surging glaciers. You will learn how to implement surging in a glacier model and and execute a few experiments with it. To open the notebook in your browser use the button below:

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/OGGM/oggm-edu/master


*Prerequisites:*

- You went through the notebook about glacier flowline modelling, so that you understand the concept of building a simple glacier model with OGGM.
- It is helpful to work through the notebook about ice flow parameters first.

You find these notebooks here: :ref:`notebooks_list`

0 comments on commit e6aa409

Please sign in to comment.