Skip to content

Commit

Permalink
Update h_water_quality_results.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBaltus committed Jan 22, 2024
1 parent 139ee42 commit de29abd
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions source/h_water_quality_results.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,30 @@
Water quality results 3Di
=================

The results of a simulation are written to a `NetCDF <https://en.wikipedia.org/wiki/NetCDF>`_ file called `results_3di.nc`, which follows the `CF Conventions <http://cfconventions.org/>`_ . The CF convention stipulates that the 2D and 1D mesh data are stored in separate parts of the file. The results_3di.nc file contains snapshots of values of all relevant flow variables (1D and 2D). The output timestep, i.e. the interval at which these snapshot values are written to the NetCDF file, is set at the start of the simulation.
The results of a simulation are written to a `NetCDF <https://en.wikipedia.org/wiki/NetCDF>`_ file called `water_quality_results_3di.nc`, which follows the `CF Conventions <http://cfconventions.org/>`_ . The CF convention stipulates that the 2D and 1D mesh data are stored in separate parts of the file. The results_3di.nc file contains snapshots of values of all relevant flow variables (1D and 2D). The output timestep, i.e. the interval at which these snapshot values are written to the NetCDF file, is set at the start of the simulation.

The file size is determined by the output time step, the size of the model (number of nodes and flowlines), and the duration of the simulation.
Water quality results can be retrieved from the nodes in the 1D and 2D. The amount of variables in your netcdf depends on the amount of added substances in the model. A overview of the configuration of the variables is given below.

In addition to these snap shots, 3Di can generate aggregated results. More about this can be found in :ref:`aggregationnetcdf`.
**Water quality Variables 2D**.

Mesh2D_substance_1_2D: Concentration of substance 1 at the specified node.

- Name: substance_1_2D
- Unit: substance per m3

Mesh2D_substance_2_2D: Concentration of substance 2 at the specified node.

- Name: substance_2_2D
- Unit: substance per m3

**Water quality Variables 1D**.

Mesh2D_substance_1_2D: Concentration of substance 1 at the specified node.

- Name: substance_1_1D
- Unit: substance per m3

Mesh2D_substance_2_2D: Concentration of substance 2 at the specified node.

- Name: substance_1_1D
- Unit: substance per m3

0 comments on commit de29abd

Please sign in to comment.