lum.dtl

This file contains land use and management decision tables.

The structure of the decision table files is different than that of most other SWAT+ input files. As usual, the first line is reserved for a title. The second line in the file specifies the total number of decision tables included in the file.

Each decision table has three parts, which all have their own headers. First, the name of the decision table and the number of conditions, alternatives, and actions are specified.

Field

Description

Type

name

Name of the decision table

string

conds

Number of conditions

integer

alts

Number of alternatives

integer

acts

Number of actions

integer

Next, the conditions and alternatives are defined. The number of lines used for this part of the decision table depends on the number of conditions.

Field

Description

Type

Name of the condition variable

string

Object type

string

Object ID

integer

Limit variable

string

Limit operator

string

Limit constant

real

Alternative

string

Finally, the outcomes and actions are defined. The number of lines used for this part of the decision table depends on the number of actions.

Field

Description

Type

Type of action

string

Object type

string

obj_num

Object ID

integer

Name of the action

string

string

real

real

File pointer

string

Outcome

string

Last updated