Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Landscape Units are currently only used for summarizing landscape outputs. Two files are needed to define which HRUs are part of which Landscape Unit, ls_unit.def and ls_unit.ele.
ID of the element
The ID of the element is a primary key referenced by elements in ls_unit.def. All IDs in the ls_unit.ele file must be unique.
Name of the element
The name of the element is not used by the model.
If elem_tot = 1, there can be only one element in the Landscape Unit, whose number (id in rout_unit.ele) is specified in this column. If elem_tot >1, this column is followed by additional columns listing the elements included in the Landscape Unit, but those columns will not have a header. If there are several elements with consecutive numbers in a Landscape Unit, they can be listed by specifying the first one in one column and the last one with a hyphen in front of it in the next column.
Name of the Landscape Unit
The name of the Landscape Unit is not used by the model
Object type of the element
HRUs are the only spatial objects that can be elements of a Landscape Unit.
This file defines which HRUs are elements of the Landscape Units in a SWAT+ setup.
Field | Description | Type |
---|---|---|
The object ID of the element is a foreign key referencing the HRU ID in the HRU file.
ID of the Landscape Unit
int
Name of the Landscape Unit
text
Number of columns to read for list of elements in the Landscape Unit
int
First column listing elements in the Landscape Unit
int
This file lists the HRUs that are elements in a Landscape Unit.
Field | Description | Type |
---|---|---|
ID of the element
integer
Name of the element
string
Object type of the element
string
Object ID of the element
integer
bsn_frac
Fraction of basin area assigned to this object
real
lsu_frac
Fraction of Landscape Unit area assigned to this object
real
Number of columns to read for list of elements in the Landscape Unit
If each element in the Landscape Unit is listed individually, the number of columns to read will equal the number of elements in the Landscape. However, if there are several elements with consecutive numbers in a Landscape, they can be listed by specifying the first one in one column and the last one with a hyphen in front of it in the next column.