-
Notifications
You must be signed in to change notification settings - Fork 13
Observation Error Estimate #79
Description
I have been using values between 0.5-1C as observation error for mean daily stream temperature in DRB segments, but I was hoping to make this estimate a little more robust and based on variation within the stream segment and sensor accuracy. Thermistor accuracy is around 0.2C sd based on accuracy from some of the better thermistors out there. And I've been looking into variation within stream segments using output files from the delaware-model-prep pipeline (specifically this step, which takes the mean of multiple obs/reach).
When there are multiple sites / reach-date, most only have ~2 sites / reach-date but there are a handful of sites with 10+ sites / reach-date.
Below is the standard deviation of temperature observations for reaches with multiple sites for a given reach-date
And the coefficient of variation to take into account any variation in mean temperature
Below are the mean temperature CV's for a given PRMS reach plotted against the number of dates where the given reach had multiple sampling locations (each point is a PRMS reach). Could use this to filter out only those sites with many dates with multiple sampling locations.
I was wondering if we know any more information about where the sites are located or maybe what reaches would be good candidates for estimating within reach temperature variation. For now, assuming a ~1 C sd for mean daily temperature for a reach might work OK based on the plots above, but I'd like to hear any thoughts about how to go about estimating this variation.