HydroCS Wiki

Hydrologic Computational Science Lab Wiki

User Tools

Site Tools


swatplus_modeling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
swatplus_modeling [2026-05-29 12:29 pm] – [How to visualize or print output changes after defining an inflow] hchoswatplus_modeling [2026-05-29 04:30 pm] (current) mpokhrel
Line 26: Line 26:
   * recall.rec   * recall.rec
   * recall.con   * recall.con
-  * pt028.rec (Example for inlet with point id 028)+  * pt028.rec (example for inlet with point id 028)
  
 ==== How to visualize or print output changes after defining an inflow ==== ==== How to visualize or print output changes after defining an inflow ====
Line 37: Line 37:
 awk '$7=="cha121" {printf "%.10f\n", $48}' TxtInOut_withinflow/channel_sd_day.txt | head -n 10 awk '$7=="cha121" {printf "%.10f\n", $48}' TxtInOut_withinflow/channel_sd_day.txt | head -n 10
 </code> </code>
 +==== Structure of generated files ====
 +=== recall.rec ===
 +The following shows the structure of the recall.rec file for the SWAT+ model
 +
 +^recall.rec: written by SWAT+ editor v2.3.1 on 2026-05-28 15:44 for SWAT+ rev.60.5.7^^^^
 +|id|name|rec_typ|file|
 +|1|pt028|1|pt028.rec|
 +
 +Terminology used in the file is explained as follows
 +
 +^ Term  ^  Meaning  ^
 +| pt028  | Name of recall object  |
 +| rec_type | recall type, 1 for daily data|
 +| pt028.rec | file containing actual time series |
 +
 +=== recall.con ===
 +The following shows the structure of the recall object connection file for the SWAT+ model
 +
 +^recall.con: written by SWAT+ editor v2.3.1 on 2026-05-28 15:44 for SWAT+ rev.60.5.7^^^^^^^^^^^^^^^^^
 +|id|name|gis_id|area|lat|lon|elev|rec|wst|cst|ovfl|rule|out_tot|obj_typ|obj_id|hyd_typ|frac|
 +|1|pt028|28|0.00001|43.00159|-115.20618|762.45911|1|s42895n115230w|0|0|0|1|sdc|104|tot|1.00000|
 +
 +^Term^value^short_description^
 +|wst|s42895n115230w|Pointer to the weather station file|
 +|cst|0|No constituent station assigned.|
 +|ovfl|0|No overflow routing defined.|
 +|rule|0|No management or routing rule applied.|
 +|out_tot|1|One downstream routing connection exists.|
 +|obj_typ|sdc|**I searched for the sdc in the documentation and couldn't find a clear definition**. One pdf refer it as SWAT DEG CHANNEL but it doesn't provide detailed information. This term is used in the route_unit.con, reservoir.con, recall.con, aquifer.con and chandeg.con |
 +|obj_id|104|Identifier of the SDC object receiving the flow.|
 +|hyd_typ|tot|Routes total flow and associated constituents without splitting by component.|
 +|frac|1.00000|100% of flow are routed to the downstream SDC object.|
 +
 +inlet -> SDC -> route unit 
  
 {{tag>SWAT+ Modeling}} {{tag>SWAT+ Modeling}}
swatplus_modeling.1780079361.txt.gz · Last modified: by hcho

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki