Simulation
Time
Configure the number or years to run the simulation and time step. If you have observed weather data, make sure your simulation time falls within these dates.
SWAT+ Input File
Database Table
time.sim
time_sim
time_sim
Field
Type
Description
id
int
Auto-assigned identifier
day_start
int
Beginning Julian day of simulation
If zero, the model starts the simulation on January 1
day_end
int
Ending Julian day of simulation
If zero, the model ends the simulation on December 31
step
int
Time steps in a day for rainfall, runoff and routing
Configure the output files to print.
SWAT+ Input File
Database Tables
print.prt
print_prt
print_prt_object
print_prt
Field
Type
Description
id
int
Auto-assigned identifier
nyskip
int
Number of years to not print output
day_start
int
Beginning Julian day of simulation to start printing output files for daily printing only
yrc_start
int
Beginning year of simulation to start printing output files
day_end
int
Ending Julian day of simulation to stop printing output files for daily printing only
yrc_end
int
Ending year of simulation to stop printing output files
interval
int
Daily print within the period (e.g., interval=2 will print every other day)
csvout
bool
Print .csv files in addition to text files
dbout
bool
Print database (not currently active)
cdfout
bool
Print netcdf (not currently active)
soilout
bool
Print soil nutrients carbon output file
mgtout
bool
Print management output file
hydcon
bool
Print hydrograph connect output file
fdcout
bool
Print flow duration curve output file
print_prt_object
Each row in print_prt_object represents an output file that can be print daily, monthly, yearly, and average annual output for each.
Field
Type
Description
id
int
Auto-assigned identifier
print_prt_id
int
ID of print_prt row
name
text
Name of print object
daily
bool
Print daily output
monthly
bool
Print monthly output
yearly
bool
Print yearly output
avann
bool
Print average annual output
Daily printing of all files could cause very large output (exceeding hard drive space)
Print Object Descriptions
Object Name
Description
basin_wb
Water balance basin output variables
basin_nb
Nutrient balance basin output variables
basin_ls
Losses basin output variables
basin_pw
Plant weather basin output variables
basin_aqu
Aquifer basin output variables
basin_res
Reservoir basin output file variables
basin_cha
Channel basin output file variables
basin_sd_cha
CHAN DEG basin output file variables
basin_psc
Point source basin output file variables
region_wb
Water balance region output variables
region_nb
Nutrient balance region output variables
region_ls
Losses region output variables
region_pw
Plant weather region output variables
region_aqu
Aquifer region output variables
region_res
Reservoir region output variables
region_cha
Channel region output variables
region_sd_cha
SWAT DEG Channel region output variables
region_psc
Point source region output variables
lsunit_wb
Water balance routing unit output variables
lsunit_nb
Nutrient balance routing unit output variables
lsunit_ls
Losses routing unit output variables
lsunit_pw
Plant weather routing unit output variables
hru_wb
Water balance hru output variables
hru_nb
Nutrient balance hru output variables
hru_ls
Losses hru output variables
hru_pw
Plant weather hru output variables
hru-lte_wb
Water balance HRU-LTE output variables
hru-lte_nb
Nutrient balance HRU-LTE output variables
hru-lte_ls
Losses HRU-LTE output variables
hru-lte_pw
Plant weather HRU-LTE output variables
channel
Channel output variables
channel_sd
SWAT DEG (lte) channel output variables
aquifer
Aquifer output variables
reservoir
Reservoir output variables
recall
Recall output variables
hyd
Hydin output and hydout_output variables
ru
Routing unit output variables
pest
Pesticide constituents outputs
Last updated