Sustainability calculator
Calculate water savings and sustainability score.
View Sustainable Products- [[ stepLabels[n-1] ]]
Results
Total water use ([[ useLiters ? 'liters' : 'gallons' ]]/day)
[[ totalWaterUsage.perDay | convert(useLiters) | commafy ]]
[[ totalWaterUsage.leedPerDay | convert(useLiters) | commafy ]]
Total water use ([[ useLiters ? 'liters' : 'gallons' ]]/year)
[[ totalWaterUsage.perYear | convert(useLiters) | commafy ]]
[[ totalWaterUsage.leedPerYear | convert(useLiters) | commafy ]]
Your building's water usage compared to the LEED baseline
Your Building | LEED Baseline | |
---|---|---|
Gallons per use | [[ product.usage ]] | [[ getProductByType(product.type).leedBaseline ]] |
Uses per day | [[ product.dailyFlushes ]] | 3 |
Water use ([[ useLiters ? 'liters' : 'gallons' ]]/day) | [[ (product.usage * product.numberProducts * product.numberOccupants * product.dailyFlushes).toFixed(0) | convert(useLiters) | commafy ]] | [[ (getProductByType(product.type).leedBaseline * product.numberProducts * product.numberOccupants * product.dailyFlushes).toFixed(0) | convert(useLiters) | commafy ]] |
Water use ([[ useLiters ? 'liters' : 'gallons' ]]/year) | [[ (product.usage * product.numberProducts * product.numberOccupants * product.dailyFlushes * product.daysOccupancy).toFixed(0) | convert(useLiters) | commafy ]] | [[ (getProductByType(product.type).leedBaseline * product.numberProducts * product.numberOccupants * product.dailyFlushes * product.daysOccupancy).toFixed(0) | convert(useLiters) | commafy ]] |
Your annual product savings
-
[[ (savings.gallonsSaved > 0 ? savings.gallonsSaved : 0) | convert(useLiters) | commafy ]][[ useLiters ? 'Liters' : 'Gallons' ]] saved per year
-
$[[ (savings.dollarsSaved > 0 ? savings.dollarsSaved : 0) | commafy ]]Dollars saved per year
-
[[ savings.baselinePercentageReduction ]]%Baseline percentage reduction
-
[[ savings.leedPoints ]]LEED points
Product specifications
[[ productTypes.find(function(type) { return type.id === product.type }).label ]]
[[ product.name ]], [[ product.usage | formatUsage(product.unit, product.type) ]]
Number of products | [[ product.numberProducts ]] |
Product type | [[ productTypes.find(function(type) { return type.id === product.type }).label ]] |
Product | [[ product.name ]] |
Material number | [[ product.sku ]] |
Days of occupancy per year | [[ product.daysOccupancy ]] |
Number of occupants | [[ product.numberOccupants ]] |