jzwart / delaware-water-temp

Data assimilation estimates of Delaware River Basin water temperature for both streams and lakes.
2 stars 4 forks source link

Comparison of Gridmet and Daymet drivers on PRMS-SNTemp model output #29

Closed jzwart closed 3 years ago

jzwart commented 3 years ago

@hcorson-dosch pulled Gridmet driver data from 1980-01-01 to 2020-07-31. We plan on using this moving forward since it is updated more frequently than Daymet. But we need to compare to old PRMS-SNTemp model output to see if there are any big differences in model output caused by changing from Daymet (original driver source) to Gridmet.

I compared model output from Gridmet and Daymet from 1980-01-01 to 2016-01-01. Most segments' temperature predictions error (Gridmet compared to Daymet) were between 1-1.5 C RMSE across all years (see below). image typical timeseries output (segment below has a ~1 C RMSE) image image Only one segment, model_idx 452, had an RMSE of greater than 2C and that was because of segment drying up (I think). see plot below. This could be filtered out and maybe already is in the PGDL pre-training phase. image

Most segments' flow prediction error (Gridmet compared to Daymet) were between 1-10 cms RMSE across all years (see below, notice log10 scale ) image Standardized to mean flow below image image

typical timeseries output (segment below has a ~1.9 cms RMSE) image image Highest RMSE for flow below (~112 cms RMSE) image

jzwart commented 3 years ago

closing this because more up-to-date issue here https://github.com/USGS-R/delaware-model-prep/issues/74