Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<script type="text/javascript">
    
 AJS.toInit(function() {
 // unbind directly-embedded images
 AJS.$("img.confluence-embedded-image").unbind("click.fb");
 });
 </script>

Introduction

The goal of this tutorial is to provide you with a script that mimics a complete workflow using SOBEK 3. Therefore, starting from scratch, you will be able to build, configure and run a SOBEK 3 flow model. You will also be able to import a set of measurements (a time series of water level at a certain location), and then use it to calibrate your model.

...

This tutorial should be understood as a method for getting familiar with the capabilities of scripting in SOBEK 3 when working on a flow model. The example is not meant to be an accurate modelling example. Many concepts have been (over)simplified for the sake of ease of understanding the scripting functionality to the detriment of the exactness of the modelling process.

Tutorial outline:

Children Display
depth2

 

START HERE

scrollbar