In SOBEK 3.4 and previous versions, results are written to the following file: *.dsproj_data/<flowmodel name>_output/work/morph-gr.his.
In this tutorial we will
Before starting this tutorial you need:
Add the steps involved:
Start your script by importing the necessary modules
import os from ModellerFunctions import dsget |
Next, use dsget to retrieve your Flow model location of the hisfile:
flow = dsget.GetFlow1DModel() print(dsget.GetMorHisFilePath(flow)) |
dsget has some functions to inspect this his file.
# To see which output is available in the his file: components = dsget.GetMorphologyComponents(flow) timesteps = dsget.GetMorphologyTimeSteps(flow) |
You may also want to use visual panels to communicate related information, tips or things users need to be aware of. |
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.