How to load in dynamic evaporation rate (Water Overlay)

From Tygron Support wiki
Revision as of 08:42, 10 July 2026 by Frank@tygron.nl (talk | contribs) (Example CSV)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For a Water Overlay, evaporation rate is defined in Weather data.

Editor → Current Situation (Ribbon tab) → Overlays (Ribbon bar) → The Water Overlay (Left panel) → Configuration Wizard (Right panel)
How to import custom evaporation rates via CSV:
  1. Prepare a CSV file with a sequence of times and evaporation rates. (See example below.)
  2. Open the configuration wizard of the Water Overlay.
  3. Continue to the step concerning weathers.
  4. Select the weather event you wish to update, or select "Add" to create a new one.
  5. Set the "Evaporation over Time" setting to "Custom".
  6. Select "Import". This will open the "Import CSV" window.
  7. Select "Import new CSV", and open your file.
  8. Answer the prompts regarding the format of your file.
  9. Verify that the data has been loaded in as expected. Take special note of the time format.
  10. Close the "Import CSV" window.
  11. Close the wizard.

Example CSV

A CSV file may look as follows:

3600,24
7200,0
9000,24
10800,48


Loading in this file, using seconds as the time unit, would lead to the following sequence of events:

  • During the first hour of simulation (3600 seconds), the evaporated rate is 24 mm in 1 hour
  • Between the first and the second hour of the simulation, no evaporation occurs
  • During the next half hour, the evaporation is 24 mm in half an hour, or 48 mm per hour)
  • During the last half hour, the evaporation is 48 mm in half an hour, or 96 mm per hour.
  • After 3 hours, the evaporation rate remains 96 mm per hour.
  • A maximum of 10.000 values (5.000 pairs) can be defined.