Running economy (Cr) calculator
running_economyCompute oxygen cost of running (Cr in mL O₂·kg⁻¹·m⁻¹) given pace, gradient, surface, shoe type, and athlete characteristics. Returns full multiplicative breakdown. Source: ham.run running-economy module (Barnes & Kilding 2015 + Minetti 2002).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sex | No | Athlete sex — affects economy baseline. | |
| shoes | Yes | Shoe type — "super" = carbon-plated race shoes. | standard |
| vo2max | No | Estimated VO₂max in mL O₂ · kg⁻¹ · min⁻¹. | |
| surface | Yes | Running surface. | road |
| gradient | Yes | Slope as a decimal (0.05 = 5% uphill). | |
| heightCm | No | Height in centimetres. | |
| weightKg | No | Body weight in kilograms. | |
| useMyData | No | Overlay athlete profile data. | |
| marathonPr | No | Marathon PR for caliber estimation. | |
| paceMperMin | Yes | Running pace in metres per minute. 267 = 16 km/h reference. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Cr | Yes | Running economy cost, mL O₂·kg⁻¹·m⁻¹. | |
| input | Yes | Echo of resolved input parameters. | |
| caliber | Yes | Runner caliber classification. | |
| kJperKm | Yes | Energy cost per km, kJ (requires weight). | |
| breakdown | Yes | Multiplicative factor breakdown. | |
| vo2at16kmh | Yes | Estimated VO₂ at 16 km/h reference pace, mL/kg/min. | |
| classification | Yes | Economy tier (e.g. "elite", "good", "average"). |