Changes

From Fellrnr.com, Running tips
Jump to: navigation, search

Running Calculator

1,540 bytes added, 00:06, 29 August 2011
m
no edit summary
This VDOT calculator will generate Jack Daniels and [[FIRST]] training paces, predicted race times and it can adjust for temperature, and body weight.
{{DISPLAYTITLE:VDOT Calculator with adjustments for temperature and body weight, plus FIRST training paces}}
== Introduction =VDOT Calculator =
The idea of [[VDOT]] is at the heart of [[Jack Daniels Running Formula]]. To find out your [[VDOT]] and associated paces, you will need the results of a recent race into the VDOT Calculator form below. This will give you a series of equivalent times for other distances. It will also give you a list of paces for various workout types and distances. As well as being a 'VDOT Calculator', it is also a 'FIRST Calculator', as it lists the paces for the [[FIRST]] training program.
Note: you must enter the time of a race you have completed, not your target time for a race. Please repeat out loud "I will enter the time of a race I've completed". More seriously, this is a very common mistake that you need to avoid. Train based on your current fitness, not the fitness you hope to achieve. If you put in a target pace rather than an actual pace you are missing the point of the system. Jack Daniels paces are intended to provide a pace that produces a specific training stress. If you don't use a previous race pace, you will be using the wrong pace.
 
=Heat limited running pace calculator=
This calculator will create a table of maximum running paces at different temperatures and humidities based on your height and weight.
<html>
 
<form style="font-family: Helvetica,Arial,sans-serif;" method="get" action="/wiki/Heat_limited_running_pace" name="HeatLimits">
<table style="text-align: left;" border="1"
cellpadding="1" cellspacing="1">
<tbody>
<tr>
<td>Height</td>
<td>
<table style="text-align: left;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><input maxlength="3" size="3" name="Height" value=""></td>
<td>
<select name="HeightUnits">
<option selected="selected">Inches</option>
<option>Centimeters</option>
</select>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Weight</td>
<td>
<table style="text-align: left;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><input maxlength="3" size="3" name="Weight" value=""></td>
<td>
<select name="WeightUnits">
<option>Kg</option>
<option selected="selected">Pounds</option>
</select>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<button name="Calculate">Calculate</button><br>
</html>

Navigation menu