There are three files that control the settings for a simulation run:
object.cnt specifies the land area and the total area (including ponds and reservoirs) of the watershed and the counts of all spatial objects in a simulation,
time.sim controls the simulation time period and time step, and
print.prt controls which output files will be printed for a simulation.
An additional, optional file, object.prt, allows the user to print selected output for individual spatial objects.
This file specifies the land area and the total area (including ponds and reservoirs) of the watershed and the counts of all spatial objects in a simulation.
name
Name of the watershed
string
ls_area
Land area of the watershed in ha
real
tot_area
Total area of the watershed in ha
real
obj
Total number of spatial objects in the simulation
integer
hru
Number of HRUs in the simulation
integer
lhru
Number of HRU-ltes in the simulation
integer
rtu
Number of routing units in the simulation
integer
gwfl
Number of gwflow river cells
integer
aqu
Number of aquifers in the simulation
integer
cha
Currently not used
integer
res
Number of reservoirs in the simulation
integer
rec
Number of recalls (point sources/inlets) in the simulation
integer
exco
Number of export coefficients in the simulation
integer
dlr
Number of delivery ratios in the simulation
integer
can
Currently not used
integer
pmp
Currently not used
integer
out
Number of outlets in the simulation
integer
lcha
Number of channels in the simulation
integer
aqu2d
Currently not used
integer
hrd
Currently not used
integer
wro
Currently not used
integer
This file controls the simulation time period and time step.
Beginning day of the simulation
SWAT+ is able to begin a simulation at any day of the year. This option can for example be useful, if the user wishes to simulate hydrological years instead of calendar years.
Beginning year of the simulation
Ending day of the simulation
SWAT+ is able to end a simulation at any day of the year. This option can for example be useful, if the user wishes to simulate hydrological years instead of calendar years.
Ending year of the simulation
Time step of the simulation
This file controls which output files will be printed during the simulation.
Number of years at the beginning of the simulation to not print output
Some simulations will need a warm-up or equilibration period. The use of a warm-up period becomes more important as the simulation period of interest shortens. For 30-year simulations, a warm-up period is optional. For a simulation covering 5 years or less, a warm-up period is recommended.
Print interval within the period
This parameter specifies the interval within the specified printing period.
Number of print intervals for average annual output
If aa_int_cnt = 0, the model will print average annual output for the entire period. If aa_int_cnt > 0, the end years of the print intervals have to be specified by the user by listing them in chronological order in the same line as aa_int_cnt.
Hydrograph connections
This output file is used by the SWAT+ developers for debugging connectivity errors and infinite loops. Its usefulness for SWAT+ users is probably very limited. Accordingly, there is no description of this output file included in the SWAT+ Output Files section.
Loading...
Loading...
Loading...
Number of the object to print output for
Soil water contents of the soil layers can be printed for all HRUs in the same file by setting obj_typ_no = 0. For all other outputs, a separate object print record with a unique name has to be defined for each object.
Loading...