Dear SWAT users,
I am new user to swat in general and SWAT_CUP in specific. I am trying to calibrate my model based on three year of observed data. Every time I run SWAT the model entered in an endless loop. The run never finished. Any advise or help would be highly appreciated as I am completly stuck now
My input files are as follows:
File.CIO
General Information/Watershed Configuration:
fig.fig
5 | NBYR : Number of years simulated
1996 | IYR : Beginning year of simulation
1 | IDAF : Beginning julian day of simulation
274 | IDAL : Ending julian day of simulation
observed_rch.txt
1 : number of observed variables
FLOW_OUT_1 : this is the name of the variable and the subbasin number to be included in the objective function
1095 : number of data points for this variable as it follows below. First column is a sequential number from beginning
: of the simulation, second column is variable name and date (format arbitrary), third column is variable value.
1 FLOW_OUT_1_1998 1.0639
2 FLOW_OUT_2_1998 0.9187
3 FLOW_OUT_3_1998 2.3642
4 FLOW_OUT_4_1998 1.7009
5 FLOW_OUT_5_1998 7.8682
6 FLOW_OUT_6_1998 15.0505
7 FLOW_OUT_7_1998 1.6542
8 FLOW_OUT_8_1998 1.2292
9 FLOW_OUT_9_1998 1.1814
''''
;
;
;
1092 FLOW_OUT_362_2000 2.8738
1093 FLOW_OUT_363_2000 2.8738
1094 FLOW_OUT_364_2000 2.8738
1095 FLOW_OUT_365_2000 2.8738
VAR_FILE_RCH.txt
FLOW_OUT_1.txt
SUFI_extract_rch.def
output.rch : swat output file name
1 : number of variables to get
7 : variable column number(s) in the swat output file (as many as the above number)
14 : total number of reaches (subbasins) in the project
1 : number of reaches (subbasins) to get for the first variable
1 : reach (subbasin) numbers for the first variable
1998 : beginning year of simulation not including the warm up period
2000 : end year of simulation
1 : time step (1=daily, 2=monthly, 3=yearly)
/**** Remark (based on a full output)
column_no= 7 FLOW_OUT (m3/s)
column_no= 11 SED_OUT (tn)
column_no= 12 SEDCONC (mg/kg)
column_no= 16 ORGP_OUT (kg)
column_no= 18 NO3_OUT (kg)
column_no= 48 TOT_N (kg)
column_no= 49 TOT_P (kg)
column_no= 50 NOC_CONC (Mg/l)
observed.txt
1 : number of observed variables
6 : Objective function type, 1=mult,2=sum,3=r2,4=chi2,5=NS,6=br2,7=ssqr
0.5 : min value of objective function threshold for the behavioral solutions
FLOW_OUT_1 : this is the name of the variable and the subbasin number to be included in the objective function
1 : weight of the variable in the objective function
-1 : a signal can be divided into small and large values. This is the value of separation (not considered if -1)
1 : if separation of signal is considered, this is weight of the smaller values in the objective function
1 : if separation of signal is considered, this is weight of the larger values in the objective function
10 : percentage of measurement error
1095 : number of data points for this variable as it follows below. First column is a sequential number from beginning
: of the simulation, second column is variable name and date (format arbitrary), third column is variable value.
1 FLOW_OUT_1_1998 1.0639
2 FLOW_OUT_2_1998 0.9187
3 FLOW_OUT_3_1998 2.3642
4 FLOW_OUT_4_1998 1.7009
5 FLOW_OUT_5_1998 7.8682
6 FLOW_OUT_6_1998 15.0505
7 FLOW_OUT_7_1998 1.6542
8 FLOW_OUT_8_1998 1.2292
9 FLOW_OUT_9_1998 1.1814
;
;
;
1092 FLOW_OUT_362_2000 2.8738
1093 FLOW_OUT_363_2000 2.8738
1094 FLOW_OUT_364_2000 2.8738
1095 FLOW_OUT_365_2000 2.8738
var_file_name.txt
FLOW_OUT_1.txt
Error Message