Created
July 9, 2015 14:01
-
-
Save snodnipper/18ad37d434b3f0a8b737 to your computer and use it in GitHub Desktop.
Flight Simulator Calculation - running costs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Simulator Calculations | |
We assume ~12 racks (but power below is probably for 6 - 12 HPC racks depending on load) | |
P = IV [power = amps x volts] | |
rack = 30A x ~240V [note: some racks might use two 30A] | |
rack = 7200 | |
E(kWh/day) = P(W) × t(h/day) / 1000(W/kW) | |
Energy per rack per day = 7200 x 24 / 1000 | |
rack = 172.8 kWh/day | |
At 14p per kWh (Google today ;) | |
Cost = 172.8 * 0.14 | |
£24.19 | |
Assuming 12 racks, £290.30 | |
Cost per year = 365 * 290 = £105,960.96 | |
Bargain ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment