{ "cells": [ { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "# Course overview\n", "\n", "Lars Kaislaniemi and David Whipp\n", "\n", "14-18 May 2018" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Let's get to know one another" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Who are we?\n", "\n", "- Dave Whipp, Associate professor\n", " - Geodynamics of convergent orogens\n", " - Geomorphology\n", "\n", "- Lars Kaislaniemi, Postdoctoral researcher\n", " - Geodynamics of the Bolivian Andes\n", " - Mantle dynamics and geochemistry" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Who are you?\n", "

\n", "\"Mystery\n", "

\n", "

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Practical matters" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Where are we?\n", "![D211](img/D211.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Toilets\n", "![Toilets](img/toilets.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Coffee/tea\n", "![Coffee/tea](img/coffee.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Lunch\n", "

\n", " \"Mystery\n", "

\n", "

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Computer stuff and course website" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Computers in this classroom\n", "\n", "- It's best if you use your own computer for this course\n", "\n", "- Computers in this classroom can also be used, but require a University of Helsinki IT account" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Software\n", "\n", "- All software used in this course is freely available\n", "- A list of software available for download is provided on the course website (next slide)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Course website\n", "\n", "- All course materials will be posted to the course website: [https://introgm.github.io](https://introgm.github.io)\n", " - This page will provide links to lecture slides, scripts used for the course, and other materials\n", " - We will be updating the page as we go.\n", "- The materials are freely available for use by anyone, subject to the license, so feel free to share with your friends/colleagues!" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Course goals and learning objectives" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Course goals\n", "\n", "- Understand the fundamental physical equations solved in numerical geodynamic models, how they work, and how they affect numerical experiments\n", "- Learn how to convert the main equations used to model lithospheric deformation into simple programs\n", "- Develop a background understanding of geodynamics that allows you to properly understand the behavior of geodynamic numerical models" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Learning objectives\n", "At the end of this course, students should be able to:\n", "\n", "- Solve partial differential equations using the finite-difference method\n", "- Differentiate between and implement various boundary and initial conditions in numerical models\n", "- Create their own 1D geodynamic models and know how to use modern 3D numerical geodynamic modelling software to simulate common physical processes in the Earth (heat transfer, rock deformation, etc.)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Working methods\n", "

The course involves a combination of lectures and computer-based exercises

\n", "\n", "- We will try to keep lectures to a minimum, but we do need to present some material you will need to complete the computer exercises\n", "- For the computer exercises, you should work together with the others in the course and we will discuss your solutions after you have completed each exercise" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Schedule\n", "

***Subject to change - Last updated 15.5.2018***

\n", "

***Press space to view each day***

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Day 1\n", "

\n", "09:30-10:00 - Course overview and introductions
\n", "10:00-10:50 - Key physical processes/concepts

\n", "\n", "10:50-11:05 - ***Coffee/tea break***

\n", "\n", "11:05-11:45 - Key physical processes/concepts (ctd.)
\n", "11:45-12:15 - Solving equations
\n", "12:15-12:30 - *Computer setup/introduction* (optional)

\n", "\n", "12:30-13:30 - ***Lunch***

\n", "\n", "13:30-14:50 - Python/computing essentials

\n", "\n", "14:50-15:05 - ***Coffee/tea break***

\n", "\n", "15:05-16:30 - Python/computing essentials (ctd.)\n", "

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Day 2\n", "

\n", "09:30-10:50 - The finite difference method, part I

\n", "\n", "10:50-11:05 - ***Coffee/tea break***

\n", "\n", "11:05-12:30 - The finite difference method, part I (ctd.)

\n", "\n", "12:30-13:30 - ***Lunch***

\n", "\n", "13:30-15:00 - Heat conduction and advection in 1D

\n", "\n", "15:00-15:15 - ***Coffee/tea break***

\n", "\n", "15:15-16:30 - Heat conduction and advection in 1D (ctd.)\n", "

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Day 3\n", "

\n", "09:30-10:50 - Testing your code and benchmarking

\n", "\n", "10:50-11:05 - ***Coffee/tea break***

\n", "\n", "11:05-12:30 - Solving the momentum and continuity equations

\n", "\n", "12:30-13:30 - ***Lunch***

\n", "\n", "13:30-15:00 - Solving the momentum and continuity equations (ctd.)

\n", "\n", "15:00-15:15 - ***Coffee/tea break***

\n", "\n", "15:15-16:30 - Free working time\n", "

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Day 4\n", "

\n", "09:30-10:50 - Introduction to DOUAR

\n", "\n", "10:50-11:05 - ***Coffee/tea break***

\n", "\n", "11:05-12:30 - Cluster computing

\n", "\n", "12:30-13:30 - ***Lunch***

\n", "\n", "13:30-15:00 - Running a DOUAR model

\n", "\n", "15:00-15:15 - ***Coffee/tea break***

\n", "\n", "15:15-16:30 - 3D visualization with ParaView\n", "

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Day 5\n", "

\n", "09:30-10:50 - Modifying the DOUAR models and re-running experiments

\n", "\n", "10:50-11:05 - ***Coffee/tea break***

\n", "\n", "11:05-12:30 - Modifying the DOUAR models and re-running experiments (ctd.)

\n", "\n", "12:30-13:30 - ***Lunch***

\n", "\n", "13:30-13:45 - Course project description
\n", "13:45-15:00 - Free time for experimentation with DOUAR

\n", "\n", "15:00-15:15 - ***Coffee/tea break***

\n", "\n", "15:15-16:30 - Free time for experimentation with DOUAR (ctd.)\n", "

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Any questions?" ] } ], "metadata": { "celltoolbar": "Slideshow", "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.4" }, "livereveal": { "autolaunch": true, "theme": "serif" } }, "nbformat": 4, "nbformat_minor": 2 }