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
Big Cliff Daily
end
include logos
literal
Big Cliff Dam
%B %Y
end
define gen BCL.Power.Total.~1Day.1Day.CBT-REV
define genavg gen / 24
define sserv BCL.Power-StationService.Total.~1Day.1Day.CBT-REV
define inflow BCL.Flow-In.Ave.~1Day.1Day.Best
define outflow BCL.Flow-Out.Ave.~1Day.1Day.Best
define genflow BCL.Flow-Gen.Ave.~1Day.1Day.CBT-REV
define spill BCL.Flow-Spill.Ave.~1Day.1Day.Best
define midnight BCL.Elev-Forebay.Inst.0.0.Best
define forebay BCL.Elev-Forebay.Ave.~1Day.1Day.Best
define tailwater BCL.Elev-Tailwater.Ave.~1Day.1Day.Best
define head forebay - tailwater
define stor BCL.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