units Columbia missing time_zone US/Pacific value_format %8.2f date_format " %e" "Day of Month" interval 1d window 1h midnight 24 mode html literal Lookout Point Daily end include logos literal

Lookout Point Dam & Lake

%B %Y

end define gen LOP.Power.Total.~1Day.1Day.CBT-REV define genavg gen / 24 define sserv LOP.Power-StationService.Total.~1Day.1Day.CBT-REV define inflow LOP.Flow-In.Ave.~1Day.1Day.Best define outflow LOP.Flow-Out.Ave.~1Day.1Day.Best define genflow LOP.Flow-Gen.Ave.~1Day.1Day.CBT-REV define spill LOP.Flow-Spill.Ave.~1Day.1Day.Best define midnight LOP.Elev-Forebay.Inst.0.0.Best define forebay LOP.Elev-Forebay.Ave.~1Day.1Day.Best define tailwater LOP.Elev-Tailwater.Ave.~1Day.1Day.Best define head forebay - tailwater define stor LOP.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 kcfs' %8.2f TOT/AVG/MAX/MIN column outflow 'Total Outflow kcfs' %7.2f TOT/AVG/MAX/MIN column genflow 'Generation Flow kcfs' %7.2f TOT/AVG/MAX/MIN column spill 'Spill kcfs' %7.2f TOT/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