Difference between revisions of "Running Calculator"

From Fellrnr.com, Running tips
Jump to: navigation, search
User:Fellrnr (User talk:Fellrnr | contribs)
User:Fellrnr (User talk:Fellrnr | contribs)
 
(3 intermediate revisions by the same user not shown)
Line 36: Line 36:
 
<label for="Time">Time</label>
 
<label for="Time">Time</label>
 
</td><td>
 
</td><td>
<input id="Time" name="Time" type="time" step="1" required/>
+
<input maxlength="3" size="3" name="Hours" value="0" style="border:1px solid #F7730E;">:<input maxlength="3" size="3" name="Minutes" value="0" style="border:1px solid #F7730E;">:<input maxlength="3" size="3" name="Seconds" value="0" style="border:1px solid #F7730E;">
 
</td></tr><tr><td>
 
</td></tr><tr><td>
 
 
 
<label>Body Weight</label>
 
<label>Body Weight</label>
 
</td><td>
 
</td><td>
<input maxlength="3" size="3" name="Weight" value="">
+
<input maxlength="3" size="3" name="Weight" value="" style="border:1px solid #F7730E;">
 
<select name="WeightUnits">
 
<select name="WeightUnits">
 
<option selected="selected">Kg</option>
 
<option selected="selected">Kg</option>
Line 51: Line 51:
 
<label>Body Fat</label>
 
<label>Body Fat</label>
 
</td><td>
 
</td><td>
<input maxlength="3" size="3" name="BodyFat" value="">
+
<input maxlength="3" size="3" name="BodyFat" value="" style="border:1px solid #F7730E;">
 
<label>Given body weight and body fat %, we can improve our estimate of performance changes</label>
 
<label>Given body weight and body fat %, we can improve our estimate of performance changes</label>
 
</td></tr><tr><td>
 
</td></tr><tr><td>
Line 58: Line 58:
 
<label>Weight for Power (optional, Kg.)</label>
 
<label>Weight for Power (optional, Kg.)</label>
 
</td><td>
 
</td><td>
<input maxlength="5" size="5" name="PowerKg" value="">
+
<input maxlength="5" size="5" name="PowerKg" value="" style="border:1px solid #F7730E;">
 
<label>Power Offset</label>
 
<label>Power Offset</label>
<input maxlength="3" size="3" name="PowerOffset" value="0">
+
<input maxlength="3" size="3" name="PowerOffset" value="0" style="border:1px solid #F7730E;">
 
<label>To match Stryd, try 1.5Kg less than real weight and 22w offset</label>
 
<label>To match Stryd, try 1.5Kg less than real weight and 22w offset</label>
 
</td></tr><tr><td>
 
</td></tr><tr><td>
Line 66: Line 66:
 
<label>Heat Index (optional)</label>
 
<label>Heat Index (optional)</label>
 
</td><td>
 
</td><td>
<input maxlength="3" size="3" name="Temperature" value=""></label>
+
<input maxlength="3" size="3" name="Temperature" value="" style="border:1px solid #F7730E;"></label>
 
<select name="TempUnits">
 
<select name="TempUnits">
 
<option>Fahrenheit</option>
 
<option>Fahrenheit</option>
Line 76: Line 76:
 
<label>Max Weekly Distance(optional, miles/Km)</label>
 
<label>Max Weekly Distance(optional, miles/Km)</label>
 
</td><td>
 
</td><td>
<input maxlength="3" size="3" name="Mileage" value="">  
+
<input maxlength="3" size="3" name="Mileage" value="" style="border:1px solid #F7730E;">  
 
</td></tr><tr><td>
 
</td></tr><tr><td>
  
Line 97: Line 97:
  
 
<br/>
 
<br/>
<input type="submit"/>
+
<input type="submit" style="border:1px solid #F7730E;background-color:white; color:black"/>
  
 
    
 
    

Latest revision as of 02:27, 15 November 2024

This calculator will generate training paces, race prediction, with adjustments for temperature, body weight and altitude. This calculator works by estimating your V̇O2max and using that to predict your race times and training paces. To find out your V̇O2max and associated paces, you will need the results of a recent race into the form below.

  • You may have several race results that indicate different V̇O2max values. If the races are all reasonably recent and reflect your current fitness level, use the best. If you've been injured or had a break from training since your last race, you should not use an old race result.
  • This Calculator will also attempt to compensate for races run in hot conditions. This is based on the research documented at Impact of Heat on Marathon Performance and is an estimate only. If you enter your weight, the calculator will predict your race performances at different body weights, assuming the weight change is due to body fat only.
  • This calculator no longer generates VDOT paces nor will it output the long runs for the Jack Daniels marathon plans. Jack Daniels requested the removal of this functionality.
  • If you provide your power values, the calculator will display running power for each pace. It modifies the simple "1 watt per Kg per meter" approximation with an offset. I find that a weight 1.5Kg less than my real weight and an offset of 22w matches Stryd for me.

::