# Environmental Adjustments

Understanding how heat and altitude impact your pace.

## Overview
Running performance is deeply affected by the environment. Heat forces your body to divert blood to the skin for cooling, leaving less oxygen for your muscles. Higher altitudes mean lower air pressure and less available oxygen in every breath.

Our environmental adjustor uses peer-reviewed scientific models to estimate the performance cost of these conditions, allowing you to compare efforts across different climates fairly.

## THE SCIENCE

### 1. Heat Degradation (Matthew Ely Model)
Based on the research by Matthew Ely et al. (2007), our model assumes an ideal performance window between 10°C and 15°C. Performance degradation is not linear; it accelerates as temperature rises and, crucially, as exposure time increases.

#### Base Penalty (60 min)

| °C | Penalty |
| :--- | ---: |
| 15 (Ideal) | 0.0% |
| 20 | +2.8% |
| 25 | +4.3% |
| 30 | +6.5% |

#### Duration Factor (Heat)

Heat impact scales with race length:

| Time | Duration Factor |
| :--- | ---: |
| < 30 min (5K) | 0.5x |
| 60 min (10K) | 1.0x |
| 180 min (Marathon) | 3.0x |

### 2. Altitude Adjustment (NCAA Model)
Altitude affects oxygen availability. Our adjustor follows the NCAA Altitude Adjustment Factors. Performance is considered "ideal" up to 914 meters (3,000 ft). Above this threshold, a standardized penalty is applied via linear interpolation.

| m | Penalty |
| :--- | ---: |
| 1200 | +2.15% |
| 1500 | +2.90% |
| 1800 | +3.76% |
| 2400 | +5.90% |

## The Calculation

`Total Penalty = (Base Heat × Duration Factor) + Altitude %`

### Normalization (Past Run)
How much would my last run be worth in perfect conditions?

`Ideal Time = Time / (1 + Penalty)`

### Prediction (Future Race)
How much will the expected heat cost me on race day?

`Adjusted Time = Time × (1 + Penalty)`

## Calculation Example

Let's say you ran a Marathon in 4:00:00 at 25°C at sea level.

```
1. Base Penalty for 25°C = 4.3%
2. Duration Factor for 4h = 4.5x
3. Total Heat Penalty = 4.3% × 4.5 = 19.35%
Ideal Equivalent = 04:00:00 / 1.1935 ≈ 03:21:05
```

A huge difference! This explains why elite marathon times drop so significantly in temperatures above 15°C.

## How to Use Environmental Adjustments
Our calculator works in two ways. You can Predict a future race time by adding expected conditions, or you can Normalize a past activity to see your 'true' potential at sea level and 15°C.

Use these adjustments to set realistic targets for hot summer races, or to find confidence after a 'slow' run in tough conditions. Remember that these are mathematical models — individual response to heat and altitude varies based on acclimatization and physiology.

## Important Considerations
- Our model focuses on heat stress. Temperatures below the 10-15°C ideal range are currently treated as a 0% penalty, as mild cold is generally beneficial for running. While extreme cold (sub-zero) can impact performance through muscle stiffness, there is currently no scientific "gold standard" model to adjust for this fairly.
- Does not account for humidity (which significantly increases heat stress).
- Assumes a standard acclimatization level.
- Altitude model is most accurate for distances from 1500m to the Marathon.
- Individual variation can be significant.

---
[Try the Environmental Adjustor →](https://calcpace.app/calculator.md?mode=pace)

