Integrated Sum Test Calculations / Flow to Volume / 11-07-2017 (B) // 1000 cms over one day: // 1000 * 60 * 60 * 24 == 86400000 [cm] == 70045.619943448401 [acre feet] // 1428.5714285714287 cms over one day: // 1428.5714285714287 * 60 * 60 * 24 == 123428571.42857145 [cm] == 100065.17134778344 [acre feet] // 1464.2857142857144 cms over one day: // 1464.2857142857144 * 60 * 60 * 24 == 126514285.71428573 [cm] // == 102566.80063147802 [acre feet] // Sum of Four one-day flows volumes (1-30, 1-31, 2-13, 2-14) [acre feet] // (2 * 70045.619943448401) + 100065.17134778344 + 102566.80063147802 // == 342723.21186615829 [acre feet] // .. 342723.2118 [Total Volume] -- RiverWare // Sum of Two one-day flow volumns in January // (2 * 70045.619943448401) // == 140091.2398868968 [acre feet] // .. 140091.2398 [Total Volume] -- RiverWare // Sum of Two one-day flow volumns in February // 100065.17134778344 + 102566.80063147802 // == 202631.97197926146 [acre feet] // .. 202631.9719 [Total Volume] -- RiverWare ---