Dear SWAT users,
I have a watershed of 13420 km2, I have a number of stations that measure rainfall 43 to be exact.
These stations have large gaps and do not overlap in time.
Correct me if I am wrong please, but:
As far as I know SWAT couples the nearest meteo. stations to a subbasin. If that stations does not hold observations for a certain period of time, these gaps are filled with monthly WGEN_user statistics. !So it does not search for another station located close by! I think this is a waste of accuracy if these gaps can also be filled with another station, that is within a range of X kilometers of that station.
Because I do have sometimes another station within a 10km range that could fill this gap...
What I could do as an alternative is use the Thiessen Polygon weighted mean area method to calculate a new value per subbasin. However due to the huge amount of stations (43) and subbasins (32) it is not possible for me to recalculate the new Thiessen Polygon areas if a station has gaps, and recalculate the thiessen polygon areas per region. (well it is, but I do not know how to programm this...)
What I did thusfar is calculate the Thiessen Polygon area percentages once! for one situation where I pretend all stations have observations. I did this in ArcGIS.
and use the output in the programm R (Rstudio) to calculate the weighted value per subbasin. If a station didn't have a value I would just weigh the other stations more heavy (not the correct way, but the easy way) so for an imaginary subbasin:
Stations 1: 10mm/day (25% area)
Station 2: N.A. (25% area)
Station 3: 5mm day (50% area)
Subbasin X - outcome: 7.5mm/day (100%)
note that I did give a threshold value of at least 60% weight for these stations.
Could someone provide me their expert opinion on the best way to deal with these multiple Thiessen Polygons for stations with data gaps? or provide me with an alternative? - is there a programm that can do this if you provide subbasin area, station locations, and your data?
I would also like to know if my statement earlier about how SWAT deals with these meteo data gaps is true?
NOTE:
I added a map of the locations of my stations and a graph that shows how many stations (on average) cover a certain year with rainfall data.
So it could be that a year is covered by e.g. 16.834333 stations (so 16.8433*365 observations in that year by all stations together).
Best,
Timo