From 76d698d07d42d00ea6cb7b05f24b6a1683626e55 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 29 Oct 2024 01:22:35 +0000 Subject: [PATCH] site deploy Auto-generated via `{sandpaper}` Source : 9f055b0caccf9c6b0e990510eccb48b467e53141 Branch : md-outputs Author : GitHub Actions Time : 2022-11-03 13:02:20 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : e1c72a990563d8231bfb2811e115fb341b53e0fb Branch : main Author : Robin Richardson Time : 2022-11-03 12:59:45 +0000 Message : Update repository link --- 01-introduction.html | 6 +-- 02-theory.html | 14 ++--- 03-muscle-connect.html | 14 ++--- 04-muscle-couple.html | 10 ++-- 404.html | 4 +- CODE_OF_CONDUCT.html | 2 +- LICENSE.html | 2 +- aio.html | 40 +++++++------- images.html | 4 +- index.html | 4 +- instructor-notes.html | 4 +- instructor/01-introduction.html | 6 +-- instructor/02-theory.html | 36 ++++++------- instructor/03-muscle-connect.html | 30 +++++------ instructor/04-muscle-couple.html | 22 ++++---- instructor/404.html | 4 +- instructor/CODE_OF_CONDUCT.html | 2 +- instructor/LICENSE.html | 2 +- instructor/aio.html | 90 +++++++++++++++---------------- instructor/images.html | 4 +- instructor/index.html | 4 +- instructor/instructor-notes.html | 4 +- instructor/key-points.html | 4 +- instructor/profiles.html | 4 +- key-points.html | 4 +- pkgdown.yml | 2 +- profiles.html | 4 +- 27 files changed, 163 insertions(+), 163 deletions(-) diff --git a/01-introduction.html b/01-introduction.html index fd34021..75e67ea 100644 --- a/01-introduction.html +++ b/01-introduction.html @@ -372,7 +372,7 @@

Exercise: Breaking it down

-
+
  • Local climate-ecology: One model simulates the expected climate of a region of the Earth under certain vegetation/land use conditions. A separate model simulates the proliferation and behaviour of animals and vegetation in a given region under influence of various climatic conditions.
  • Stent in a blood vessel: There is a computational fluid dynamics model (simulating the blood flow) through a stent. A separate model is modelling the growth of scar tissue, that covers the stent as the artery wall heals. The stresses created by the blood on the stent and tissue affect how it grows. In turn, the new, narrowed arterial wall needs to be passed back to the blood flow model, since new tissue will affect the flow.
  • @@ -400,7 +400,7 @@

    Why bother? Let’s just have one big model

    -
    +
    • Code re-use: If a model already exists then ideally you should reuse it, rather than re-invent the wheel.
    • Separation of concerns: The submodel does ‘one thing and does it well’ (hopefully). The modularity of keeping code separate in this way can really help with long term maintenance of a large comple simulation model. This is particularly obvious when models simulate processes that happen on totally different and non-overlapping length and time scales.
    • @@ -488,7 +488,7 @@

      Key Points

      "identifier": "https://esciencecenter-digital-skills.github.io/lesson-model-coupling/01-introduction.html", "dateCreated": "2022-08-16", "dateModified": "2022-10-31", - "datePublished": "2024-10-22" + "datePublished": "2024-10-29" }