Issue Summary
I'm trying to input daily river discharge data for model calibration using QSWAT3 v2.0.3 (SWAT 2012), but I get this error:
Error: La columna 'DATE' no pertenece a la tabla tblTs.
(The column 'DATE' does not belong to table tblTs)
Software & Project
The Problem:
When I try to load a Daily Records file (.txt) through:
I get an error regardless of file format tried:
The error message suggests QSWAT3 is looking for a column 'DATE' in an Access database table (tblTs), not reading a text file.
File Format I'm Using
Following SWAT 2012 Chapter 31 (Manual):
JDAY YEAR FLODAY SEDDAY...
274 2009 42336.00 0.0 0.0 0.0 0.0...
275 2009 35424.00 0.0 0.0 0.0 0.0...
276 2009 38016.00 0.0 0.0 0.0 0.0...
Question
How do I properly input daily measured data in QSWAT3 v2.0.3 for SWAT 2012?
Any help appreciated!