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.

...