Calculate additional TrainingPeaks TSS points for ascent/descent and additional weight (backpack). Idea from Uphill Athlete.
TrainingPeaks algorithm properly calculates TSS on flat ground. For mountains Uphill Athlete suggests using Training Peaks hrTSS and add TSS for ascent/descent and additional weight. Find more at Uphill Athlete web page: Understanding and Using the TrainingPeaks Metrics CTL and TSS.
This calculation is purely based on Uphill Athlete ideas:
Calculate the TrainingPeaks hrTSS and add 10 TSS for each 1,000 vertical feet of gain.
Formula for this Uphill Athlete suggestion is:
- for ascent in meters [m]::
- addToHrtss = (ascent * 3.048) * 10 / 1000
- for ascent in feets [ft]:
- addToHrtss = ascent * 10 / 1000
OR
Add 20 TSS/1,000 feet.
Formula for this Uphill Athlete suggestion is:
- for ascent in meters [m]:
- addToHrtss = (ascent * 3.048 / 1000 * additionalWeight * 100 / bodyWeight) + (ascent * 3.048 * 10 / 1000)
- for ascent in feets [ft]:
- addToHrtss = (ascent / 1000 * additionalWeight * 100 / bodyWeight) + (ascent * 10 / 1000)
Live demo: Uphill Peaks TSS
Find more at Uphill Athlete web page: Understanding and Using the TrainingPeaks Metrics CTL and TSS.