units Willamette missing time_zone US/Pacific value_format %8.2f date_format " %e" "Day of Month" interval 1d window 1h midnight 24 database ../../../common/web_service/data/hydro.db mode html literal Hills Creek Daily end include logos literal

Hills Creek Dam & Lake

%B %Y

end define gen HCR.Power.Total.~1Day.1Day.CBT-REV define genavg gen / 24 define sserv HCR.Power-StationService.Total.~1Day.1Day.CBT-REV define inflow HCR.Flow-In.Ave.~1Day.1Day.Best define outflow HCR.Flow-Out.Ave.~1Day.1Day.Best define genflow HCR.Flow-Gen.Ave.~1Day.1Day.CBT-REV define spill HCR.Flow-Spill.Ave.~1Day.1Day.Best define midnight HCR.Elev-Forebay.Inst.0.0.Best define forebay HCR.Elev-Forebay.Ave.~1Day.1Day.Best define tailwater HCR.Elev-Tailwater.Ave.~1Day.1Day.Best define head forebay - tailwater define stor HCR.Stor.Inst.0.0.Best column gen 'Total Generation MWh' %6.0f TOT/AVG/MAX/MIN column genavg 'Average Generation MW' %5.0f AVG column sserv 'Station Use MWh' %5.0f TOT/AVG column inflow 'Inflow cfs' %8.0f AVG/MAX/MIN column outflow 'Total Outflow cfs' %7.0f AVG/MAX/MIN column genflow 'Generation Flow cfs' %7.0f AVG/MAX/MIN column spill 'Spill cfs' %7.0f AVG/MAX/MIN column midnight 'Midnight Reservoir Elevation' %8.2f AVG/MAX/MIN column forebay 'Average Forebay Elevation' %8.2f AVG/MAX/MIN column tailwater 'Average Tailwater Elevation' %8.2f AVG/MAX/MIN column head 'Average Head feet' %7.2f AVG/MAX/MIN column stor 'Midnight Storage kaf' %9.2f AVG/MAX/MIN report stats line tot:TOT avg:AVG line max:MAX min:MIN literal
end include footer literal end