# All slots whose unit type is Flow have units of 1000 cfs. Flow.units: cfs Flow.scale: 1000 # Except the SlopePowerReservoirs Inflow 2" slot, which has units of # acre-feet/day. # This is an example of a more specific lookup key taking precedence over # a less specific lookup key. SlopePowerReservoir.Inflow 2.units: acre-feet/day SlopePowerReservoir.Inflow 2.scale: 1 # All columns whose name is Pool Elevation have units of ft. Pool Elevation.units: ft # Except the Elevation Volume Table's Pool Elevation column, which has # units of yd. # This is another example of a more specific lookup key taking precedence # over a less specific lookup key. Elevation Volume Table.Pool Elevation.units: yd # Volumes are in acre-feet Volume.units: acre-feet Volume.scale: 1 # Energy and Power are in KWH and MW, respectively. Energy.units: KWH Power.units: MW # All lengths are in feet Length.units: ft Length.scale: 1