1. Primary Issue Location
- Component: SWAT+ Editor and SWATtunR
- Area of impact: model output/ soft calibration/ data formatting
2. Software Versions
- GIS Interface: * SWAT+ Editor: * SWAT+ Revision: SWAT+ Editor 401, MODULAR Rev 2026.62
3. Project Characteristics
Watershed Details: 2852 ha, 7 subbasins, 800+ HRUs, Located in Ontario, Canada
Modeling Aim: water quality, water balance
4. Description of Issue: I am struggling to understand what the columns of mgt_out are. I have run SWAT but with runswatplus (R function) and the editor, but I cannot tell which columns refer to the crop yields in order to carry out the calibration.
The mgt using runswatplus R function has these headers:
Part_of_the_Maskinonge_Ri SWAT+ 2026-06-15 MODULAR Rev 2026.62
hru year mon day crop/fert/pest operation phubase phuplant soil_water plant_bioms surf_rsd soil_no3 soil_solp op_var var1 var2 var3 var4 var5 var6 var7
--- --- --- --- --- --- deg_c deg_c mm kg/ha kg/ha kg/ha kg/ha --- --- --- --- --- --- --- ---
1 1998 4 25 fldcult TILLAGE 9.8676927E-02 0.0000000E+00 96.39301 0.0000000E+00 0.0000000E+00 26.09060 51.57148 0.3000000
3 1998 4 25 fldcult TILLAGE 9.8676927E-02 0.0000000E+00 95.03042 0.0000000E+00 0.0000000E+00 25.87111
Below I am pasting the header that I think is the one I got from the editor (although the date does not update for some reason) and it's pretty similar
Part_of_the_Maskinonge_Ri SWAT+ 2026-06-15 MODULAR Rev 2026.62
hru year mon day crop/fert/pest operation phubase phuplant soil_water plant_bioms surf_rsd soil_no3 soil_solp op_var var1 var2 var3 var4 var5 var6 var7
--- --- --- --- --- --- deg_c deg_c mm kg/ha kg/ha kg/ha kg/ha --- --- --- --- --- --- --- ---
1 1998 4 25 fldcult TILLAGE 9.8676927E-02 0.0000000E+00 96.39301 0.0000000E+00 0.0000000E+00 26.09060 51.57148 0.3000000
3 1998 4 25 fldcult TILLAGE 9.8676927E-02 0.0000000E+00 95.03042 0.0000000E+00 0.0000000E+00 25.87111 51.57367 0.3000000
4 1998 4 25 fldcult TILLAGE 9.8676927E-02 0.0000000E+00 191.7876 0.0000000E+00 0.0000000E+00 53.90229 52.93129 0.3000000
have the headers names changed? The R code example expect headers to be:
variable = 'yld'
variable = 'bioms'
variable = 'phu'
What would these be then?