Skip to content

Commit

Permalink
Release nots
Browse files Browse the repository at this point in the history
  • Loading branch information
leendertvanwolfswinkel committed Jul 17, 2024
1 parent a46a49d commit d56127e
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 10 deletions.
22 changes: 12 additions & 10 deletions source/a_howto_use_water_quality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ Water quality simulations in the 3Di Modeller Interface

The water quality module can be used in simulations started from the 3Di Modeller Interface.

At the moment, the simulation wizard supports adding substances to laterals only.
At the moment, the simulation wizard supports adding substances to initial water, boundary conditions, and laterals.

Follow the :ref:`same workflow as for starting any other simulation <simulate_api_qgis>`, with the following additional steps.

.# On the scenario options page that is shown before the simulation wizard starts, check the box *Include substances*
.# After having filled in the *Name* and *Duration* pages, the :ref:`simulation_wizard_substances` page lets you define the substances that you want to use in the simulation.
.# On the :ref:`simulate_api_qgis_laterals` page, upload a CSV for 1D or 2D laterals and a :ref:`CSV with time series of concentrations <laterals_substance_concentrations>` for each of the substances that you want to add to your simulations.
.# Go through the rest of the steps of the simulation wizard to start the simulation
#. On the scenario options page that is shown before the simulation wizard starts, check the box *Include substances*
#. After having filled in the *Name* and *Duration* pages, the :ref:`simulation_wizard_substances` page lets you define the substances that you want to use in the simulation.
#. If you want to add substance concentrations to initial water, specify the initial water inputs on the *Initial conditions* page, scroll down to the *Substances* header and choose your initial concentration inputs.
#. If you want to add substance concentrations to laterals, go to the :ref:`simulate_api_qgis_laterals` page, upload a CSV for 1D or 2D laterals and a :ref:`CSV with time series of concentrations <laterals_substance_concentrations>` for each of the substances that you want to add to your simulations.
#. If you want to add substance concentrations to boundary conditions, specify the boundary conditions you want to use on the *Boundary conditions* page (you can also use what is already in the simulation template), scroll down to the *Substances* header and choose your initial concentration inputs.
#. Go through the rest of the steps of the simulation wizard to start the simulation

Water quality simulations using the 3Di API
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -58,10 +60,10 @@ A summary of the water quality calculations is available in the simulation loggi

At the moment, the :ref:`time_series_plotter` is the 3Di Results Analysis tool with support for the 3Di water quality module.

.# :ref:`Download the simulation results <dl_via_models_simulations>` via the 3Di Models & Simulations panel. The :ref:`wq_netcdf` file will also be downloaded.
.# Load the results using the :ref:`3Di Results Manager<3di_results_manager>`
.# Open the :ref:`time_series_plotter`
.# Add one or more nodes to the plot
.# In the *Variable* dropdown menu in the Time series plotter, select the substance you want to see the concentration for.
#. :ref:`Download the simulation results <dl_via_models_simulations>` via the 3Di Models & Simulations panel. The :ref:`wq_netcdf` file will also be downloaded.
#. Load the results using the :ref:`3Di Results Manager<3di_results_manager>`
#. Open the :ref:`time_series_plotter`
#. Add one or more nodes to the plot
#. In the *Variable* dropdown menu in the Time series plotter, select the substance you want to see the concentration for.

For other visualisations of substance concentrations, e.g. as a map of the substance concentrations at a specific moment in time, or an animation of such maps, use :ref:`threedigrid`. Contact the :ref:`servicedesk` for example scripts that fit your specific purpose.
16 changes: 16 additions & 0 deletions source/a_releasenotes_3di_live.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
3Di Live
--------

July 11th, 2024
^^^^^^^^^^^^^^^

Several changes have been made to improve the performance of 3Di Live:

- Line elements (e.g. channels, obstacles, etc.) are simplified before rendering

- Improved efficiency in rendering 2D flow, especially when panning around the model domain.

- No longer use a javascript worker, because this decreased the lag.

- When 2D flow or the DEM are switched off, the rendering was still done (just not shown), therefore putting strain on the GPU. Now, when these options are not used, the entire rendering is skipped.

- Limit the width of the 1D flow visualisation to 100 m if no maximum cross-sectional width is available. This also strongly improves the general performance of 3Di Live for specific 3Di models.


.. _release_notes_3di_live_20240605:

June 5th, 2024
Expand Down
37 changes: 37 additions & 0 deletions source/a_releasenotes_3di_mi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,43 @@
3Di Modeller Interface
----------------------

July 17th, 2024
^^^^^^^^^^^^^^^

3Di Models & Simulations 3.12.0
"""""""""""""""""""""""""""""""""

The following new features have been added to the simulation wizard:

- Upload 1D initial water levels (#137)
- Add initial concentrations to your simulations (#535)
- Option to choose the time units for uploaded substance concentration time series on the *Boundary Conditions* page (#577)
- More intuitive navigation using *Tab* in Simulation Wizard (#480)

Other new features:

- Download multiple simulation results in parallel (#391)
- Schematisation descriptions are now also implemented in 3Di Models and Simulations (#493)
- You can fill in a schematisation description when creating a new schematisation
- The schematisation description is shown in the overview of schematisations available for download.
- After creating, loading, or downloading a schematisation, you are now asked if you want to load the schematisation into you project
- On the first page of the wizard for uploading new schematisations, it has been made clearer that the schematisation revision history overview is purely informative, i.e. that you do not need make a choice here (#496)
- When uploading a new revision, you are no longer warned that this is not the same revision as you have loaded via the 3Di Schematisation Editor if you have not loaded any. (#526)


3Di Results Analysis 3.9.1
""""""""""""""""""""""""""

- Since the previous release, threedigrid-builder was re-installed every time at startup. This has been fixed. (#1023)

3Di Schematisation Editor 1.12.0
""""""""""""""""""""""""""""""""

- Other plugins or scripts can now tell the Schematisation Editor to load a specific sqlite or geopackage file as active schematisation (#238)
- Backwards compatibility of the 3Di Schematisation Editor for older spatialites has been increased (#241)
- The 3Di Schematisation Editor buttons are now contained in their own toolbar instead of in the generic *Plugins* toolbar, so that it is easier to customize the 3Di Modeller Interface in the way you prefer (#184)


.. _release_notes_mi_20240621
June 21st, 2024
Expand Down

0 comments on commit d56127e

Please sign in to comment.