Skip to content

Commit

Permalink
I-O, data addition
Browse files Browse the repository at this point in the history
description of outputs
tables will be added later
  • Loading branch information
kavkapet committed Mar 12, 2024
1 parent 2b5102e commit 6ef1c1c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 15 deletions.
14 changes: 2 additions & 12 deletions user_guide/docs/input_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,7 @@ from combination of ZABAGED and LPIS data.

### Soil and landuse parameters table (Compulsory)

Another compulsory input is a table containing the values of individual soil
type and land cover parameters.


This table is referenced by combinations of soil type and land use type
identifiers defined for each polygon in the attribute tables of the vector
inputs. In the example below, the first column contains parameters for the
combination of soil type `CA` and land cover `ZP`.

A crucial input for the model is a table that lists the values of model equations parameters (for detail see reference manual). This parameter table is linked to soil type and land use spatial data intersect assigned to each polygon in the vector input's attribute tables. Table as an external input, this attribute table enhances the model's transparency and allows users to modify the input data's characteristics to suit their specific needs.This table is referenced by combinations of soil type and land use type identifiers defined for each polygon in the attribute tables of the vector inputs. In the example below, the first column contains parameters for the combination of soil type `CA` and land cover `ZP`.

The table may be inserted into the model as a text file (.csv).

Expand Down Expand Up @@ -107,6 +99,4 @@ The meanings of the individual parameters are described in reference manual.
## Other input's and model settings
### Points of interest (Optional)
**Vector (point)** layer with point for detail outputs as hydrographs (describe in outpust). In this points are indicating the thopology of watercourses and/or temporal ditches technical conservation measure).
The monitored output data are continuously stored at these points. In the case of a point located outside the watercourse, surface runoff data are recorded. If the point is inserted into a watercourse, data are recorded for the relevant watercourse section.


The monitored output data are continuously stored at these points. In the case of a point located outside the watercourse, surface runoff data are recorded. If the point is inserted into a watercourse, data are recorded for the relevant watercourse section.
31 changes: 28 additions & 3 deletions user_guide/docs/output.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,43 @@
# Outputs


The model processes a wide range of resulting data to make it usable for surface hydrology and design protection measures and can be divided into two basic groups: - continuously stored results at user-defined points
- overall results, usually in raster format.
The results can also be divided into three groups
- basic results, which are available to regular users and contain only important overall results,
- detailed results, which describe information not essential for most applied results (for example, the distribution of modeled quantity in furrows and surface runoff, etc.),
- temporary files, which contain intermediate results during the processing of input data and serve to detect potential errors in the input data.

## Basic outputs

### Raster data

- Among the basic results are the maximum or cumulative values of selected quantities:
- cumulative infiltration (cinfil_m3.asc) – the total amount of infiltrated water,
- cumulative precipitation (crain_m3.asc) – the total amount of precipitation,
- cumulative surface runoff (cvsur_m3.asc) – the total amount of runoff,
- maximum surface flow (mqsur_m3_s.asc) – maximum flow at a given point,

### Vector and point data

folder ./control_point - time series of outpust at monitored points. *The listed quantities at points depend on the type of runoff process. If the point is in the cell of a hydrographic network segment, the values of this entire segment relevant to the runoff process in the watercourse are listed. If the point is in the watershed area, the model gives the values of surface (areal and furrow) runoff for the respective cell*.

XXX - outpoint, stream parts

### Hydrograph data
./control_point - stored for each point in computation domain time series of basic data

*table with descrtiption of cols will be hire?*

## Advanced outputs

### Control
Advanced outputs are stored in two specific folders:
- ./Control stored control results of subprocesses and subrutines

### Temp
*table with descrtiption will be hire?*

- ./temp folder - stored mostly data from datapreparation (depends on GIS provider)

*table with descrtiption will be hire?*

### Hydrograph data

0 comments on commit 6ef1c1c

Please sign in to comment.