Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Name of the reservoir
The SWAT+ Editor assigns a name to every object, which is typically the abbreviation of the object type followed by the object number in QSWAT+. However, the name of the reservoir is not used by SWAT+, so the user may change it.
Pointer to the reservoir and wetland initialization file
The pointer to the reservoir and wetland initialization file is a foreign key referencing name in initial.res.
Pointer to the reservoir and wetland nutrient file
The pointer to the reservoir and wetland nutrient file is a foreign key referencing in .
ID of the reservoir
The ID of the reservoir is a primary key referenced by the foreign key res in reservoir.con. All IDs in the reservoir.res file must be unique.
Pointer to the reservoir hydrology file
The pointer to the reservoir hydrology file is a foreign key referencing name in hydrology.res.
This file contains pointers referencing several files that specify the reservoir properties.
Field | Description | Type |
---|---|---|
ID of the reservoir
integer
Name of the reservoir
string
init
Pointer to the reservoir and wetland initialization file
string
Pointer to the reservoir hydrology file
string
Pointer to the reservoir and wetland release decision table file
string
sed
Pointer to the reservoir and wetland sediment file
string
Pointer to the reservoir and wetland nutrient file
string
Pointer to the reservoir and wetland release decision table file
The pointer to the reservoir and wetland release decision table file is a foreign key referencing name in res_rel.dtl.
Pointer to the reservoir and wetland sediment file
The pointer to the reservoir and wetland sediment file is a foreign key referencing name in sediment.res.