Skip to content

Commit

Permalink
Update d_scenario_archive.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
leendertvanwolfswinkel committed Feb 26, 2024
1 parent 0a399b8 commit 443d01e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source/d_scenario_archive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,13 @@ Rate of rise (m/s), defined as how fast the water depth rises from 0 to 1.5 m.
In which:

| :math:`\delta \zeta` difference in water depth, fixed to 1.5 - 0
| :math:`\delta t` time between the cell getting wet (volume > 0) and reaching a water depth of 1.5 m. The water depth is defined as (water level - lowest DEM pixel in the cell)
| :math:`\delta t` time between the cell getting wet (volume > 0*) and reaching a water depth of 1.5 m. The water depth is defined as (water level - lowest DEM pixel in the cell)
Cells that already have a water depth of 1.5 m at the start of the simulation are ignored.

\* For optimisation purposes, the definition of a cell getting wet is actually not set to (volume > 0), but to (volume > 3.5 × 10\ :sup:`-5` ). Fun fact: this volume is used because it is the volume of a Dutch genever glass.


.. note::

This raster is calculated from the :ref:`3dinetcdf`. The temporal resolution (output time step) of this file determines the precision of :math:`\delta t`.
Expand All @@ -99,9 +102,7 @@ Maximum flow velocity per calculation cell (m/s). The flow velocity in the calcu
Arrival time
------------

.. todo::

Hier een stukje over schrijven
Arrival times are the time (in seconds) since the start of the simulation that the water depth at a pixel becomes > 0.


.. _damage_estimation:
Expand Down

0 comments on commit 443d01e

Please sign in to comment.