Versions Compared

Key

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

Introduction

Empty 

 

Model maker

The toolbox Model Maker has two functions which can be used for all models supported (Delft3D-FLOW, Delft3D-WAVE, D-FLOW FM and XBeach) which makes it easy to set-up a rectangular grid and a matching bathymetry. For FLOW also functionality related to boundary conditions and roughness is implemented. 

...

1) All the relevant variables (grid orientation, resolution) are loaded from the interface in Dashboard (getHandles).

2) The datasets are prepodata sets described in Bathymetry are prepared to be applied in the actual bathymetry. This means that for every grid cell there is at least a value (possible NaN).

3) The different bathymetric datasets data sets are used in the order defined. Dashboard applies a linear interpolation from the grid the bathymetry is defined on to the grid it needs to be calculated on. On top of that Dashboard takes into account model offset and can apply a an internal diffusion in order to overcome possible undefined cells (NaNs).

Figure: code structure of the routines needed to create a bathymetry in Dashboard

...