Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Delft Dashboard is an open source package and is part of the OpenEarth suite. It is all written in Matlab code and provides an interface for several numerical models (e.g. Delft3D-FLOW, XBeach), however, the main functionality of Dashboard is written for Delft3D-FLOW. It uses online  Models are quickly set up via the Model maker toolbox by loading online available data (e.g. bathymetry: GEBCO '08, tide: TPXO 7.2). When one would like to set-up a model within minutes the Model maker toolbox can be used. For more advanced Delft3D-FLOW functionality (e However, Delft Dashboard offers a much broader range of applicability as it may be used to investigate e.g. tropical cyclones,  or tsunami's) also toolboxes have been developed through corresponding toolboxes. On this page the different Matlab routines applied within the Model Maker toolbox are described. 

...

2) A specific number of open boundaries is created on the grid. The function determines if a cross-section is 'open' based on the Z max defined in Dashboard.  This step is carried out by the function findBoundarySectionsOnStructuredGrid.

3) The open boundaries are initialized. This means the different boundary types (eg. water level or Riemann) are activated with default values (delft3dflow_initializeOpenBoundary).

...