Input and output data
This article gives the lists of input and output data of SynxFlow model.
Date: 31/03/2025
User-Provided Input Files & Data
This table lists inputs typically provided by the user either as files or defined directly in their Python setup script, noting solver specificity.
User Input Type |
Example Data/Format |
Purpose |
Notes |
---|---|---|---|
Files Provided by User: |
|||
DEM File |
Raster file ( |
Defines the topography/elevation |
Required for all simulation types. |
Rain Mask File (Flood and Debris only) |
Raster file ( |
Assigns rainfall source indices to grid cells |
Primarily for flood and debris models via |
Rain Source File (Flood and Debris only) |
CSV file ( |
Provides time series of rainfall rates for each source |
Primarily for flood and debris models via |
Land Cover File |
Raster file ( |
Assigns land cover type indices for parameter variation |
Used by |
Data Defined in Script: |
|||
Initial Conditions |
Scalar or NumPy array (e.g., for |
Sets initial material depth/mass ( |
Passed to |
Boundary Conditions |
Python List of Dictionaries (defining location, type, time series |
Defines where/how water enters/leaves the domain |
Set via |
Grid Parameters: |
Set via |
Defines physical properties across the grid |
|
Manning’s n (Flood/Debris) |
Scalar/Array/Dict |
Surface roughness / flow resistance |
Flood and debris models only. |
Infiltration Params (Flood) |
Scalar/Array/Dict (e.g., |
Parameters for Green-Ampt infiltration and drainage loss |
Flood model only. |
Debris Flow Params (Debris) |
Scalar/Array/Dict (e.g., |
Defines debris flow parametres |
Specific to Debris Flow solver. Set via |
Gauge Positions |
NumPy array (Nx2) of X, Y coordinates |
Specifies locations for time series output |
Passed to |
Runtime Settings |
Python List/NumPy array |
Controls simulation duration and output timing |
Passed to |
Landslide Config (Landslide) |
Python variables passed to |
Defines physics and numerical options specific to the landslide solver |
Specific to Landslide solver. Written to |
Output Files
This table lists output files generated by the simulation engine, usually found in the output/
directory.
File Name/Type |
Data Type/Content |
Format |
Notes |
---|---|---|---|
|
Time series output for water depth ( |
Text ( |
Read by |
|
Time series output for water surface elevation ( |
Text ( |
Read by |
|
Time series output for momentum ( |
Text ( |
Read by |
|
Time series output for concentration ( |
Text ( |
Read by |
|
Grid (snapshot) of an output variable’s values at a specific simulation time ( |
Esri ASCII ( |
Read by |
|
Grid showing the maximum value of depth reached at each cell up to a specific time ( |
Esri ASCII ( |
Read by |