The same maths your monitor uses
The Concept2 rowing monitor does not guess at calories — it computes them from the mechanical power you produce. This calculator reproduces that exact chain: it turns your 500m split into watts, then watts into calories per hour, then scales by your session length. The result matches what the PM5 display would show for the same effort.
How it works
First, convert the 500m split into pace (seconds per metre) and then into power:
pace_s_per_m = split_seconds / 500
watts = 2.80 / pace_s_per_m^3
Then apply the Concept2 calorie relation and scale by duration:
cal_per_hour = (4 * watts) + 300
calories = cal_per_hour * (minutes / 60)
The cubic power law is why a faster split costs disproportionately more energy, and the +300 term is the resting metabolic baseline built into the official display.
Example and tips
A 2:00 / 500m split is 120 seconds, so pace is 120 / 500 = 0.24 s/m and power is 2.80 / 0.24³ ≈ 202 W. That gives (4 × 202) + 300 = 1,108 Cal/hour, so a 30-minute row burns about 1108 × 0.5 = 554 calories. To raise calorie burn, lower your split rather than just rowing longer — because of the cube law a 10-second-faster split adds far more watts than equivalent extra time would.