You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to R-SWAT
Hi Dr. Tam
I am trying to calibrate my SWAT model using R-SWAT for monthly streamflow data. I was not able to find any instruction on how to set it up in R-SWAT. All the information available is for daily calibration. I would appreciate it if you had information on this matter.
Best,
Dan
Tam Nguyen
unread,
Sep 19, 2023, 6:52:33 AM9/19/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to R-SWAT
Dear Tam,
in the script of userReadSwatOutput.R the FUN= "sum". So, it aggregates the daily values by summing them within a month. Shouldn't that be mean? Observed data is average values to be in the same line as the FLOW_OUT variable in output.rch to perform the calibration.
Thanks for your time,
Best,
Amparo
Tam Nguyen
unread,
Jul 31, 2024, 5:30:03 PM7/31/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to R-SWAT
that example script is just an example, basically you could do anykind of aggregation sum, mean, .....