A place to cache linked articles (think custom and personal wayback machine)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 71KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538
  1. <!doctype html><!-- This is a valid HTML5 document. -->
  2. <!-- Screen readers, SEO, extensions and so on. -->
  3. <html lang=fr>
  4. <!-- Has to be within the first 1024 bytes, hence before the <title>
  5. See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
  6. <meta charset=utf-8>
  7. <!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
  8. <!-- The viewport meta is quite crowded and we are responsible for that.
  9. See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
  10. <meta name=viewport content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no">
  11. <!-- Required to make a valid HTML5 document. -->
  12. <title>How many meters of elevation gain can I do in 24 hours? (archive) — David Larlet</title>
  13. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  14. <link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons/apple-touch-icon.png">
  15. <link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons/favicon-32x32.png">
  16. <link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons/favicon-16x16.png">
  17. <link rel="manifest" href="/manifest.json">
  18. <link rel="mask-icon" href="/static/david/icons/safari-pinned-tab.svg" color="#5bbad5">
  19. <link rel="shortcut icon" href="/static/david/icons/favicon.ico">
  20. <meta name="apple-mobile-web-app-title" content="David Larlet">
  21. <meta name="application-name" content="David Larlet">
  22. <meta name="msapplication-TileColor" content="#da532c">
  23. <meta name="msapplication-config" content="/static/david/icons/browserconfig.xml">
  24. <meta name="theme-color" content="#f0f0ea">
  25. <!-- That good ol' feed, subscribe :p. -->
  26. <link rel=alternate type="application/atom+xml" title=Feed href="/david/log/">
  27. <meta name="robots" content="noindex, nofollow">
  28. <meta content="origin-when-cross-origin" name="referrer">
  29. <!-- Canonical URL for SEO purposes -->
  30. <link rel="canonical" href="https://www.kilianjornet.cat/en/blog/how-many-meters-of-elevation-gain-can-i-do-in-24-hours">
  31. <style>
  32. /* http://meyerweb.com/eric/tools/css/reset/ */
  33. html, body, div, span,
  34. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  35. a, abbr, address, big, cite, code,
  36. del, dfn, em, img, ins,
  37. small, strike, strong, tt, var,
  38. dl, dt, dd, ol, ul, li,
  39. fieldset, form, label, legend,
  40. table, caption, tbody, tfoot, thead, tr, th, td,
  41. article, aside, canvas, details, embed,
  42. figure, figcaption, footer, header, hgroup,
  43. menu, nav, output, ruby, section, summary,
  44. time, mark, audio, video {
  45. margin: 0;
  46. padding: 0;
  47. border: 0;
  48. font-size: 100%;
  49. font: inherit;
  50. vertical-align: baseline;
  51. }
  52. /* HTML5 display-role reset for older browsers */
  53. article, aside, details, figcaption, figure,
  54. footer, header, hgroup, menu, nav, section { display: block; }
  55. body { line-height: 1; }
  56. blockquote, q { quotes: none; }
  57. blockquote:before, blockquote:after,
  58. q:before, q:after {
  59. content: '';
  60. content: none;
  61. }
  62. table {
  63. border-collapse: collapse;
  64. border-spacing: 0;
  65. }
  66. /* http://practicaltypography.com/equity.html */
  67. /* https://calendar.perfplanet.com/2016/no-font-face-bulletproof-syntax/ */
  68. /* https://www.filamentgroup.com/lab/js-web-fonts.html */
  69. @font-face {
  70. font-family: 'EquityTextB';
  71. src: url('/static/david/css/fonts/Equity-Text-B-Regular-webfont.woff2') format('woff2'),
  72. url('/static/david/css/fonts/Equity-Text-B-Regular-webfont.woff') format('woff');
  73. font-weight: 300;
  74. font-style: normal;
  75. font-display: swap;
  76. }
  77. @font-face {
  78. font-family: 'EquityTextB';
  79. src: url('/static/david/css/fonts/Equity-Text-B-Italic-webfont.woff2') format('woff2'),
  80. url('/static/david/css/fonts/Equity-Text-B-Italic-webfont.woff') format('woff');
  81. font-weight: 300;
  82. font-style: italic;
  83. font-display: swap;
  84. }
  85. @font-face {
  86. font-family: 'EquityTextB';
  87. src: url('/static/david/css/fonts/Equity-Text-B-Bold-webfont.woff2') format('woff2'),
  88. url('/static/david/css/fonts/Equity-Text-B-Bold-webfont.woff') format('woff');
  89. font-weight: 700;
  90. font-style: normal;
  91. font-display: swap;
  92. }
  93. @font-face {
  94. font-family: 'ConcourseT3';
  95. src: url('/static/david/css/fonts/concourse_t3_regular-webfont-20190806.woff2') format('woff2'),
  96. url('/static/david/css/fonts/concourse_t3_regular-webfont-20190806.woff') format('woff');
  97. font-weight: 300;
  98. font-style: normal;
  99. font-display: swap;
  100. }
  101. /* http://practice.typekit.com/lesson/caring-about-opentype-features/ */
  102. body {
  103. /* http://www.cssfontstack.com/ Palatino 99% Win 86% Mac */
  104. font-family: "EquityTextB", Palatino, serif;
  105. background-color: #f0f0ea;
  106. color: #07486c;
  107. font-kerning: normal;
  108. -moz-osx-font-smoothing: grayscale;
  109. -webkit-font-smoothing: subpixel-antialiased;
  110. text-rendering: optimizeLegibility;
  111. font-variant-ligatures: common-ligatures contextual;
  112. font-feature-settings: "kern", "liga", "clig", "calt";
  113. }
  114. pre, code, kbd, samp, var, tt {
  115. font-family: 'TriplicateT4c', monospace;
  116. }
  117. em {
  118. font-style: italic;
  119. color: #323a45;
  120. }
  121. strong {
  122. font-weight: bold;
  123. color: black;
  124. }
  125. nav {
  126. background-color: #323a45;
  127. color: #f0f0ea;
  128. display: flex;
  129. justify-content: space-around;
  130. padding: 1rem .5rem;
  131. }
  132. nav:last-child {
  133. border-bottom: 1vh solid #2d7474;
  134. }
  135. nav a {
  136. color: #f0f0ea;
  137. }
  138. nav abbr {
  139. border-bottom: 1px dotted white;
  140. }
  141. h1 {
  142. border-top: 1vh solid #2d7474;
  143. border-bottom: .2vh dotted #2d7474;
  144. background-color: #e3e1e1;
  145. color: #323a45;
  146. text-align: center;
  147. padding: 5rem 0 4rem 0;
  148. width: 100%;
  149. font-family: 'ConcourseT3';
  150. display: flex;
  151. flex-direction: column;
  152. }
  153. h1.single {
  154. padding-bottom: 10rem;
  155. }
  156. h1 span {
  157. position: absolute;
  158. top: 1vh;
  159. left: 20%;
  160. line-height: 0;
  161. }
  162. h1 span a {
  163. line-height: 1.7;
  164. padding: 1rem 1.2rem .6rem 1.2rem;
  165. border-radius: 0 0 6% 6%;
  166. background: #2d7474;
  167. font-size: 1.3rem;
  168. color: white;
  169. text-decoration: none;
  170. }
  171. h2 {
  172. margin: 4rem 0 1rem;
  173. border-top: .2vh solid #2d7474;
  174. padding-top: 1vh;
  175. }
  176. h3 {
  177. text-align: center;
  178. margin: 3rem 0 .75em;
  179. }
  180. hr {
  181. height: .4rem;
  182. width: .4rem;
  183. border-radius: .4rem;
  184. background: #07486c;
  185. margin: 2.5rem auto;
  186. }
  187. time {
  188. display: bloc;
  189. margin-left: 0 !important;
  190. }
  191. ul, ol {
  192. margin: 2rem;
  193. }
  194. ul {
  195. list-style-type: square;
  196. }
  197. a {
  198. text-decoration-skip-ink: auto;
  199. text-decoration-thickness: 0.05em;
  200. text-underline-offset: 0.09em;
  201. }
  202. article {
  203. max-width: 50rem;
  204. display: flex;
  205. flex-direction: column;
  206. margin: 2rem auto;
  207. }
  208. article.single {
  209. border-top: .2vh dotted #2d7474;
  210. margin: -6rem auto 1rem auto;
  211. background: #f0f0ea;
  212. padding: 2rem;
  213. }
  214. article p:last-child {
  215. margin-bottom: 1rem;
  216. }
  217. p {
  218. padding: 0 .5rem;
  219. margin-left: 3rem;
  220. }
  221. p + p,
  222. figure + p {
  223. margin-top: 2rem;
  224. }
  225. blockquote {
  226. background-color: #e3e1e1;
  227. border-left: .5vw solid #2d7474;
  228. display: flex;
  229. flex-direction: column;
  230. align-items: center;
  231. padding: 1rem;
  232. margin: 1.5rem;
  233. }
  234. blockquote cite {
  235. font-style: italic;
  236. }
  237. blockquote p {
  238. margin-left: 0;
  239. }
  240. figure {
  241. border-top: .2vh solid #2d7474;
  242. background-color: #e3e1e1;
  243. text-align: center;
  244. padding: 1.5rem 0;
  245. margin: 1rem 0 0;
  246. font-size: 1.5rem;
  247. width: 100%;
  248. }
  249. figure img {
  250. max-width: 250px;
  251. max-height: 250px;
  252. border: .5vw solid #323a45;
  253. padding: 1px;
  254. }
  255. figcaption {
  256. padding: 1rem;
  257. line-height: 1.4;
  258. }
  259. aside {
  260. display: flex;
  261. flex-direction: column;
  262. background-color: #e3e1e1;
  263. padding: 1rem 0;
  264. border-bottom: .2vh solid #07486c;
  265. }
  266. aside p {
  267. max-width: 50rem;
  268. margin: 0 auto;
  269. }
  270. /* https://fvsch.com/code/css-locks/ */
  271. p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
  272. font-size: 1rem;
  273. line-height: calc( 1.5em + 0.2 * 1rem );
  274. }
  275. h1 {
  276. font-size: 1.9rem;
  277. line-height: calc( 1.2em + 0.2 * 1rem );
  278. }
  279. h2 {
  280. font-size: 1.6rem;
  281. line-height: calc( 1.3em + 0.2 * 1rem );
  282. }
  283. h3 {
  284. font-size: 1.35rem;
  285. line-height: calc( 1.4em + 0.2 * 1rem );
  286. }
  287. @media (min-width: 20em) {
  288. /* The (100vw - 20rem) / (50 - 20) part
  289. resolves to 0-1rem, depending on the
  290. viewport width (between 20em and 50em). */
  291. p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
  292. font-size: calc( 1rem + .6 * (100vw - 20rem) / (50 - 20) );
  293. line-height: calc( 1.5em + 0.2 * (100vw - 50rem) / (20 - 50) );
  294. margin-left: 0;
  295. }
  296. h1 {
  297. font-size: calc( 1.9rem + 1.5 * (100vw - 20rem) / (50 - 20) );
  298. line-height: calc( 1.2em + 0.2 * (100vw - 50rem) / (20 - 50) );
  299. }
  300. h2 {
  301. font-size: calc( 1.5rem + 1.5 * (100vw - 20rem) / (50 - 20) );
  302. line-height: calc( 1.3em + 0.2 * (100vw - 50rem) / (20 - 50) );
  303. }
  304. h3 {
  305. font-size: calc( 1.35rem + 1.5 * (100vw - 20rem) / (50 - 20) );
  306. line-height: calc( 1.4em + 0.2 * (100vw - 50rem) / (20 - 50) );
  307. }
  308. }
  309. @media (min-width: 50em) {
  310. /* The right part of the addition *must* be a
  311. rem value. In this example we *could* change
  312. the whole declaration to font-size:2.5rem,
  313. but if our baseline value was not expressed
  314. in rem we would have to use calc. */
  315. p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
  316. font-size: calc( 1rem + .6 * 1rem );
  317. line-height: 1.5em;
  318. }
  319. p, li, pre, details {
  320. margin-left: 3rem;
  321. }
  322. h1 {
  323. font-size: calc( 1.9rem + 1.5 * 1rem );
  324. line-height: 1.2em;
  325. }
  326. h2 {
  327. font-size: calc( 1.5rem + 1.5 * 1rem );
  328. line-height: 1.3em;
  329. }
  330. h3 {
  331. font-size: calc( 1.35rem + 1.5 * 1rem );
  332. line-height: 1.4em;
  333. }
  334. figure img {
  335. max-width: 500px;
  336. max-height: 500px;
  337. }
  338. }
  339. figure.unsquared {
  340. margin-bottom: 1.5rem;
  341. }
  342. figure.unsquared img {
  343. height: inherit;
  344. }
  345. @media print {
  346. body { font-size: 100%; }
  347. a:after { content: " (" attr(href) ")"; }
  348. a, a:link, a:visited, a:after {
  349. text-decoration: underline;
  350. text-shadow: none !important;
  351. background-image: none !important;
  352. background: white;
  353. color: black;
  354. }
  355. abbr[title] { border-bottom: 0; }
  356. abbr[title]:after { content: " (" attr(title) ")"; }
  357. img { page-break-inside: avoid; }
  358. @page { margin: 2cm .5cm; }
  359. h1, h2, h3 { page-break-after: avoid; }
  360. p3 { orphans: 3; widows: 3; }
  361. img {
  362. max-width: 250px !important;
  363. max-height: 250px !important;
  364. }
  365. nav, aside { display: none; }
  366. }
  367. ul.with_columns {
  368. column-count: 1;
  369. }
  370. @media (min-width: 20em) {
  371. ul.with_columns {
  372. column-count: 2;
  373. }
  374. }
  375. @media (min-width: 50em) {
  376. ul.with_columns {
  377. column-count: 3;
  378. }
  379. }
  380. ul.with_two_columns {
  381. column-count: 1;
  382. }
  383. @media (min-width: 20em) {
  384. ul.with_two_columns {
  385. column-count: 1;
  386. }
  387. }
  388. @media (min-width: 50em) {
  389. ul.with_two_columns {
  390. column-count: 2;
  391. }
  392. }
  393. .gallery {
  394. display: flex;
  395. flex-wrap: wrap;
  396. justify-content: space-around;
  397. }
  398. .gallery figure img {
  399. margin-left: 1rem;
  400. margin-right: 1rem;
  401. }
  402. .gallery figure figcaption {
  403. font-family: 'ConcourseT3'
  404. }
  405. footer {
  406. font-family: 'ConcourseT3';
  407. display: flex;
  408. flex-direction: column;
  409. border-top: 3px solid white;
  410. padding: 4rem 0;
  411. background-color: #07486c;
  412. color: white;
  413. }
  414. footer > * {
  415. max-width: 50rem;
  416. margin: 0 auto;
  417. }
  418. footer a {
  419. color: #f1c40f;
  420. }
  421. footer .avatar {
  422. width: 200px;
  423. height: 200px;
  424. border-radius: 50%;
  425. float: left;
  426. -webkit-shape-outside: circle();
  427. shape-outside: circle();
  428. margin-right: 2rem;
  429. padding: 2px 5px 5px 2px;
  430. background: white;
  431. border-left: 1px solid #f1c40f;
  432. border-top: 1px solid #f1c40f;
  433. border-right: 5px solid #f1c40f;
  434. border-bottom: 5px solid #f1c40f;
  435. }
  436. </style>
  437. <h1>
  438. <span><a id="jumper" href="#jumpto" title="Un peu perdu ?">?</a></span>
  439. How many meters of elevation gain can I do in 24 hours? (archive)
  440. <time>Pour la pérennité des contenus liés. Non-indexé, retrait sur simple email.</time>
  441. </h1>
  442. <section>
  443. <article>
  444. <h3><a href="https://www.kilianjornet.cat/en/blog/how-many-meters-of-elevation-gain-can-i-do-in-24-hours">Source originale du contenu</a></h3>
  445. <p dir="ltr">There are 4 kinds of activities we can do in the mountains: training, socialising, activities and tests. Yesterday it was the final one, I was going to test myself. If an activity is when you include different variables, a test is when you isolate one of them in order to explore it and to try to get the very best you can from it. Here the variables were<strong> elevation and endurance</strong>. The aim was to see how my body reacted to large amounts of elevation over the course of one day. It was also interesting to see how to keep my energy up (with food and drink) and how to manage the constant pace. <strong>So, on Friday 8th February, I went to Molde to ski as many metres of elevation as I could over a 24-hour period.</strong></p>
  446. <p dir="ltr">Firstly, I would like to say that this<strong> is not about achieving any official record</strong>, since every person who has taken part in this has done so in different places, conditions etc., so it’s not really possible to compare them. (To be called a “record” it must be performed under the same “rules”, regarding the place and the conditions.) It’s usual for many athletes to feel curiosity about knowing their body better and understanding their limits, and it’s normal that many test themselves with similar challenges. I remember the 24 hour uphills done in the 90s by Italian skyrunners in Val d’Isère, running up and going down with a lift. With skis, in 2007, <a href="http://de.wikipedia.org/wiki/Ekkehard_D%C3%B6rschlag">Ekkehard Dörschlag</a> achieved 17,476 m in Bad Gastein. In 2011, <a href="http://www.sportdimontagna.com/skialp/nuovo-record-del-mondo-per-florent-perrier">Florent Perrier</a> managed 18,255 m in Arêches, Beaufort. In 2017, <a href="http://www.suunto.com/nb-no/sports/News-Articles-container-page/mike-foote-breaks-the-world-record-for-most-vertical-skied-in-24-hours/">Mike Foote</a> did 18,654 m in Montana, and in spring 2017 <a href="http://www.dynafit.com/24-hours-skimo-record">Lars Erik Skjervheim</a> accomplished 20,993 m in Myrkdalen. At the same time as Lars-Erik, Malene Blikken Haukøy did 15,440 m.</p>
  447. <p dir="ltr">                                           <img alt="© Matti Bernitz" src="https://www.kilianjornet.cat/uploads/images/IMG_0434MattiBernitzHamsterChallenge2019.JPG"/></p>
  448. <p dir="ltr">                                                              © Matti Bernitz/Lymbus</p>
  449. <p dir="ltr"><br/>
  450. <strong>The challenge: 8th February 2019</strong></p>
  451. <p dir="ltr"><meta charset="utf-8"/><strong>In the <a href="http://www.tusten.no/">Tusten ski area</a>, Molde, Norway</strong>. The start was at 116 m altitude. I started there, at 116 m. Flattish slope for 60 m + (12%). Then a steep section (26.22%) towards the end of the tracked slope (315 m of elevation). From here it was off-piste. A short, 30 m flat and then a steep section (30%). Here I went onto the short loops. Finally, 4 conversions to the top, below Tusten summit, at an altitude of 673 meters. A downhill off-piste in the first section, then onto a straight slope towards the bottom. The long loop was 4.4 km approximately, with 550 m of elevation. The short loop was 3.6 km with a 428 m gradient. I think that the steeper a slope is, the faster you can complete the meters.  Fewer transitions means less time lost on them (15 seconds to take off the skins, 30 seconds to put them on) but a slope with variations in inclination can help to work different muscles and in different ways. Shorter uphills (I think the perfect ones may be around 500-550 m) can help to establish shorter goals, as can having a “recovery” break every 30 minutes.</p>
  452. <p dir="ltr"><meta charset="utf-8"/><b id="docs-internal-guid-0f88270b-7fff-92ad-bd17-b4a8d45e0815">Conditions: </b>sunny during the day and clear skies at night; cloudy during the second part of the night and into the next morning. Temperatures of between 2º and -2º.</p>
  453. <p> </p>
  454. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">                                         <a href="https://www.strava.com/activities/2133695655"><img src="https://lh5.googleusercontent.com/LHHGfXOUx5e6VODGSu-5qYUGTvxn-0O2sDaaV-OlaZAkKPP2eFF3ahC7uY8DikdreeupQoybSkQfObFrAjeL8hdT8iPmJufJ-Q-gUslEbnUFmaK5hDKBmrzed1DZtxlne4Yp5Mqu"/></a></b></p>
  455. <p dir="ltr"><b>                                                            <a href="https://www.strava.com/activities/2133695655">Look at the Strava activity</a></b> sync with Suunto 9</p>
  456. <p><strong>Gear</strong></p>
  457. <p dir="ltr"> </p>
  458. <p dir="ltr"><strong><meta charset="utf-8"/>Description of the day</strong></p>
  459. <p><meta charset="utf-8"/>I woke up at 7.30 am and ate a light breakfast (2 small cinnamon buns). Emelie and I drove straight to Molde and at 9.30am I arrived at Tusten ski centre, I met Joan, Jordi, Jorid, Håkon and Thomas there. I started at 10.05 am, it was cloudy and snowing a little, but there was sunshine forecast for the day. When we came up to the end of the slope it was sunny, I opened track for the last 200 m of elevation to the highest point (5-10 cm maximum).<br/>
  460. <br/>
  461. I felt very good from the beginning, for the first 6 hours it was difficult to not push and go faster and to keep a steady pace. From there, and up to 8,000 metres, I was going at around 1100 m/h (not only the uphill pace, but counting the time to go down, and also the transitions). At this point I was feeling really comfortable and relaxed. After 7 hours it became dark, and I decided to do the short loop during the night, since the upper part of the downhill off-piste started to become a bit more difficult, having gone down the tracks various times in powdered snow.</p>
  462. <p dir="ltr">                                            <img alt="© Matti Bernitz" src="https://www.kilianjornet.cat/uploads/images/IMG_0641MattiBernitzHamsterChallenge2019.JPG"/></p>
  463. <p dir="ltr">                                                                       © Matti Bernitz/Lymbus</p>
  464. <p dir="ltr"><meta charset="utf-8"/>From 8,000 to 13,000 metres I was at around 1,000 m/h, still feeling good but starting to push a bit. I was lucky to have company in the uphills from some of the guys from the Romsdal Randoneklubb. From 13,000 to 16,000 metres, around 900 m/h, still feeling ok but pushing myself and starting to feel sleepy at times. My eyes were closing, and I needed to concentrate. There were 2 loops in which I was feeling tired (820-802 m/h at 16 hours) so I took a short break, I felt I had energy, but my body started to feel worn out. After the 10 minute rest, I went up to 900 m/h over 1 hour and dropped again to 828 m/h for another hour before I took a 2nd break, when I also had a coffee to keep me awake.</p>
  465. <p dir="ltr">                                            <img alt="© Matti Bernitz" src="https://www.kilianjornet.cat/uploads/images/IMG_0446MattiBernitzHamsterChallenge2019%20%281%29.JPG"/></p>
  466. <p dir="ltr">                                                                             © Matti Bernitz/Lymbus</p>
  467. <p dir="ltr"> </p>
  468. <p dir="ltr"><meta charset="utf-8"/>With the “finish” approaching and feeling revitalised after the break, I had more energy, but I needed to push very hard. I did the last 4 hours at around 950 m/h. <strong>In total it was an average pace of 978.6 m/h</strong>, which I’m very happy about, since my goal was to keep a steady pace. The maximum was 1,222 m/h, and the lowest was 802 m/h, but it was mostly around the 950-1,000 m/h range. Also, I didn’t encounter many low moments, a few during the night due to sleep deprivation and the “engine needing a short cool-down”, but I never felt lacking in energy or any muscle tiredness either. If I take only the uphill time (subtracting the time taken to put my skins on and take them off, and the downhill) it comes to an average pace of 1,065 m/h. That’s 64.1% of my VO2 max and my fastest 1,000 m on skis (around 36 minutes). I’m happy, since other 24 hour challenges in other sports are within the same range (Yiannis Kouros’ 24 hour record is 58.5% in a half marathon, or in a cycling 24 hour it is 68% of the performance time).<br/>
  469. We recorded all the loop times and exact elevation with the people who were there and I also recorded the activity in my Suunto 9 and shared the <a href="http://www.strava.com/activities/2133695655"><strong>activity on Strava</strong></a>. (There it shows 23,112 m and 195.72 km; using detailed topography and GPS elevation in a single loop, it comes to 23,486 m and 200.4 km).</p>
  470. <p dir="ltr"> </p>
  471. <table>
  472. <colgroup>
  473. <col/>
  474. <col/>
  475. <col/>
  476. <col/>
  477. <col/>
  478. </colgroup>
  479. <tbody>
  480. <tr>
  481. <td>
  482. <p dir="ltr"><strong>Loop number​</strong></p>
  483. </td>
  484. <td>
  485. <p dir="ltr"><meta charset="utf-8"/><b id="docs-internal-guid-f331dc4a-7fff-f49e-5934-84631a2cf77c">Accumulated time</b><b> </b></p>
  486. </td>
  487. <td>
  488. <p dir="ltr"><meta charset="utf-8"/><b id="docs-internal-guid-48b69318-7fff-0ea7-9e97-64549fd394de">Loop time</b></p>
  489. </td>
  490. <td>
  491. <p dir="ltr"><meta charset="utf-8"/><b id="docs-internal-guid-27c8d4c1-7fff-45de-ff4a-ce87d865341f">Elevation gain</b></p>
  492. </td>
  493. <td>
  494. <p dir="ltr"><meta charset="utf-8"/><b id="docs-internal-guid-5487b3c0-7fff-59d7-f742-6dca02c3e121">Metres/Hour</b></p>
  495. </td>
  496. </tr>
  497. <tr>
  498. <td>
  499. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">Start</b></p>
  500. </td>
  501. <td>
  502. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">0:00</b></p>
  503. </td>
  504. <td> </td>
  505. <td> </td>
  506. <td> </td>
  507. </tr>
  508. <tr>
  509. <td>
  510. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1</b></p>
  511. </td>
  512. <td>
  513. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">0:29</b></p>
  514. </td>
  515. <td>
  516. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  517. </td>
  518. <td>
  519. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">550</b></p>
  520. </td>
  521. <td>
  522. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.137,93</b></p>
  523. </td>
  524. </tr>
  525. <tr>
  526. <td>
  527. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">2</b></p>
  528. </td>
  529. <td>
  530. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">0:56</b></p>
  531. </td>
  532. <td>
  533. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">27</b></p>
  534. </td>
  535. <td>
  536. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.100</b></p>
  537. </td>
  538. <td>
  539. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.222,22</b></p>
  540. </td>
  541. </tr>
  542. <tr>
  543. <td>
  544. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">3*</b></p>
  545. </td>
  546. <td>
  547. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1:21</b></p>
  548. </td>
  549. <td>
  550. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">25</b></p>
  551. </td>
  552. <td>
  553. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.600</b></p>
  554. </td>
  555. <td>
  556. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.200,00</b></p>
  557. </td>
  558. </tr>
  559. <tr>
  560. <td>
  561. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">4</b></p>
  562. </td>
  563. <td>
  564. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1:49</b></p>
  565. </td>
  566. <td>
  567. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">28</b></p>
  568. </td>
  569. <td>
  570. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">2.150</b></p>
  571. </td>
  572. <td>
  573. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.178,57</b></p>
  574. </td>
  575. </tr>
  576. <tr>
  577. <td>
  578. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">5</b></p>
  579. </td>
  580. <td>
  581. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">2:16</b></p>
  582. </td>
  583. <td>
  584. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">27</b></p>
  585. </td>
  586. <td>
  587. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">2.700</b></p>
  588. </td>
  589. <td>
  590. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.222,22</b></p>
  591. </td>
  592. </tr>
  593. <tr>
  594. <td>
  595. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">6</b></p>
  596. </td>
  597. <td>
  598. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">2:45</b></p>
  599. </td>
  600. <td>
  601. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  602. </td>
  603. <td>
  604. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">3.250</b></p>
  605. </td>
  606. <td>
  607. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.137,93</b></p>
  608. </td>
  609. </tr>
  610. <tr>
  611. <td>
  612. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">7</b></p>
  613. </td>
  614. <td>
  615. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">3:14</b></p>
  616. </td>
  617. <td>
  618. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  619. </td>
  620. <td>
  621. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">3.800</b></p>
  622. </td>
  623. <td>
  624. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.137,93</b></p>
  625. </td>
  626. </tr>
  627. <tr>
  628. <td>
  629. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">8</b></p>
  630. </td>
  631. <td>
  632. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">3:42</b></p>
  633. </td>
  634. <td>
  635. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">28</b></p>
  636. </td>
  637. <td>
  638. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">4.350</b></p>
  639. </td>
  640. <td>
  641. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.178,57</b></p>
  642. </td>
  643. </tr>
  644. <tr>
  645. <td>
  646. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">9</b></p>
  647. </td>
  648. <td>
  649. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">4:12</b></p>
  650. </td>
  651. <td>
  652. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">30</b></p>
  653. </td>
  654. <td>
  655. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">4.900</b></p>
  656. </td>
  657. <td>
  658. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.100,00</b></p>
  659. </td>
  660. </tr>
  661. <tr>
  662. <td>
  663. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">10</b></p>
  664. </td>
  665. <td>
  666. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">4:41</b></p>
  667. </td>
  668. <td>
  669. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  670. </td>
  671. <td>
  672. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">5.450</b></p>
  673. </td>
  674. <td>
  675. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.137,93</b></p>
  676. </td>
  677. </tr>
  678. <tr>
  679. <td>
  680. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">11</b></p>
  681. </td>
  682. <td>
  683. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">5:14</b></p>
  684. </td>
  685. <td>
  686. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">33</b></p>
  687. </td>
  688. <td>
  689. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">6.000</b></p>
  690. </td>
  691. <td>
  692. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.000,00</b></p>
  693. </td>
  694. </tr>
  695. <tr>
  696. <td>
  697. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">12</b></p>
  698. </td>
  699. <td>
  700. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">5:46</b></p>
  701. </td>
  702. <td>
  703. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">32</b></p>
  704. </td>
  705. <td>
  706. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">6.550</b></p>
  707. </td>
  708. <td>
  709. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.031,25</b></p>
  710. </td>
  711. </tr>
  712. <tr>
  713. <td>
  714. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">13</b></p>
  715. </td>
  716. <td>
  717. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">6:17</b></p>
  718. </td>
  719. <td>
  720. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">31</b></p>
  721. </td>
  722. <td>
  723. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">7.100</b></p>
  724. </td>
  725. <td>
  726. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.064,52</b></p>
  727. </td>
  728. </tr>
  729. <tr>
  730. <td>
  731. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">14</b></p>
  732. </td>
  733. <td>
  734. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">6:47</b></p>
  735. </td>
  736. <td>
  737. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">30</b></p>
  738. </td>
  739. <td>
  740. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">7.650</b></p>
  741. </td>
  742. <td>
  743. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.100,00</b></p>
  744. </td>
  745. </tr>
  746. <tr>
  747. <td>
  748. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">15**</b></p>
  749. </td>
  750. <td>
  751. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">7:10</b></p>
  752. </td>
  753. <td>
  754. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">23</b></p>
  755. </td>
  756. <td>
  757. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">8.078</b></p>
  758. </td>
  759. <td>
  760. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.116,52</b></p>
  761. </td>
  762. </tr>
  763. <tr>
  764. <td>
  765. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">16</b></p>
  766. </td>
  767. <td>
  768. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">7:35</b></p>
  769. </td>
  770. <td>
  771. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">25</b></p>
  772. </td>
  773. <td>
  774. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">8.506</b></p>
  775. </td>
  776. <td>
  777. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.027,20</b></p>
  778. </td>
  779. </tr>
  780. <tr>
  781. <td>
  782. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">17</b></p>
  783. </td>
  784. <td>
  785. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">8:00</b></p>
  786. </td>
  787. <td>
  788. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">25</b></p>
  789. </td>
  790. <td>
  791. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">8.934</b></p>
  792. </td>
  793. <td>
  794. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.027,20</b></p>
  795. </td>
  796. </tr>
  797. <tr>
  798. <td>
  799. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">18</b></p>
  800. </td>
  801. <td>
  802. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">8:26</b></p>
  803. </td>
  804. <td>
  805. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">26</b></p>
  806. </td>
  807. <td>
  808. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">9.362</b></p>
  809. </td>
  810. <td>
  811. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">987,69</b></p>
  812. </td>
  813. </tr>
  814. <tr>
  815. <td>
  816. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">19</b></p>
  817. </td>
  818. <td>
  819. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">8:53</b></p>
  820. </td>
  821. <td>
  822. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">27</b></p>
  823. </td>
  824. <td>
  825. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">9.790</b></p>
  826. </td>
  827. <td>
  828. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">951,11</b></p>
  829. </td>
  830. </tr>
  831. <tr>
  832. <td>
  833. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">20</b></p>
  834. </td>
  835. <td>
  836. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">9:19</b></p>
  837. </td>
  838. <td>
  839. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">26</b></p>
  840. </td>
  841. <td>
  842. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">10.218</b></p>
  843. </td>
  844. <td>
  845. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">987,69</b></p>
  846. </td>
  847. </tr>
  848. <tr>
  849. <td>
  850. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">21</b></p>
  851. </td>
  852. <td>
  853. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">9:44</b></p>
  854. </td>
  855. <td>
  856. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">25</b></p>
  857. </td>
  858. <td>
  859. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">10.646</b></p>
  860. </td>
  861. <td>
  862. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.027,20</b></p>
  863. </td>
  864. </tr>
  865. <tr>
  866. <td>
  867. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">22</b></p>
  868. </td>
  869. <td>
  870. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">10:09</b></p>
  871. </td>
  872. <td>
  873. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">25</b></p>
  874. </td>
  875. <td>
  876. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">11.074</b></p>
  877. </td>
  878. <td>
  879. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.027,20</b></p>
  880. </td>
  881. </tr>
  882. <tr>
  883. <td>
  884. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">23</b></p>
  885. </td>
  886. <td>
  887. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">10:35</b></p>
  888. </td>
  889. <td>
  890. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">26</b></p>
  891. </td>
  892. <td>
  893. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">11.502</b></p>
  894. </td>
  895. <td>
  896. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">987,69</b></p>
  897. </td>
  898. </tr>
  899. <tr>
  900. <td>
  901. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">24</b></p>
  902. </td>
  903. <td>
  904. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">11:00</b></p>
  905. </td>
  906. <td>
  907. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">25</b></p>
  908. </td>
  909. <td>
  910. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">11.930</b></p>
  911. </td>
  912. <td>
  913. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.027,20</b></p>
  914. </td>
  915. </tr>
  916. <tr>
  917. <td>
  918. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">25</b></p>
  919. </td>
  920. <td>
  921. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">11:26</b></p>
  922. </td>
  923. <td>
  924. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">26</b></p>
  925. </td>
  926. <td>
  927. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">12.358</b></p>
  928. </td>
  929. <td>
  930. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">987,69</b></p>
  931. </td>
  932. </tr>
  933. <tr>
  934. <td>
  935. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">26</b></p>
  936. </td>
  937. <td>
  938. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">11:50</b></p>
  939. </td>
  940. <td>
  941. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">24</b></p>
  942. </td>
  943. <td>
  944. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">12.786</b></p>
  945. </td>
  946. <td>
  947. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.070,00</b></p>
  948. </td>
  949. </tr>
  950. <tr>
  951. <td>
  952. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">27</b></p>
  953. </td>
  954. <td>
  955. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">12:18</b></p>
  956. </td>
  957. <td>
  958. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">28</b></p>
  959. </td>
  960. <td>
  961. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">13.214</b></p>
  962. </td>
  963. <td>
  964. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">917,14</b></p>
  965. </td>
  966. </tr>
  967. <tr>
  968. <td>
  969. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">28</b></p>
  970. </td>
  971. <td>
  972. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">12:47</b></p>
  973. </td>
  974. <td>
  975. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  976. </td>
  977. <td>
  978. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">13.642</b></p>
  979. </td>
  980. <td>
  981. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">885,52</b></p>
  982. </td>
  983. </tr>
  984. <tr>
  985. <td>
  986. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  987. </td>
  988. <td>
  989. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">13:16</b></p>
  990. </td>
  991. <td>
  992. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  993. </td>
  994. <td>
  995. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">14.070</b></p>
  996. </td>
  997. <td>
  998. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">885,52</b></p>
  999. </td>
  1000. </tr>
  1001. <tr>
  1002. <td>
  1003. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">30</b></p>
  1004. </td>
  1005. <td>
  1006. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">13:44</b></p>
  1007. </td>
  1008. <td>
  1009. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">28</b></p>
  1010. </td>
  1011. <td>
  1012. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">14.498</b></p>
  1013. </td>
  1014. <td>
  1015. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">917,14</b></p>
  1016. </td>
  1017. </tr>
  1018. <tr>
  1019. <td>
  1020. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">31</b></p>
  1021. </td>
  1022. <td>
  1023. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">14:10</b></p>
  1024. </td>
  1025. <td>
  1026. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">26</b></p>
  1027. </td>
  1028. <td>
  1029. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">14.926</b></p>
  1030. </td>
  1031. <td>
  1032. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">987,69</b></p>
  1033. </td>
  1034. </tr>
  1035. <tr>
  1036. <td>
  1037. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">32</b></p>
  1038. </td>
  1039. <td>
  1040. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">14:39</b></p>
  1041. </td>
  1042. <td>
  1043. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  1044. </td>
  1045. <td>
  1046. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">15.354</b></p>
  1047. </td>
  1048. <td>
  1049. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">885,52</b></p>
  1050. </td>
  1051. </tr>
  1052. <tr>
  1053. <td>
  1054. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">33</b></p>
  1055. </td>
  1056. <td>
  1057. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">15:07</b></p>
  1058. </td>
  1059. <td>
  1060. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">28</b></p>
  1061. </td>
  1062. <td>
  1063. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">15.782</b></p>
  1064. </td>
  1065. <td>
  1066. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">917,14</b></p>
  1067. </td>
  1068. </tr>
  1069. <tr>
  1070. <td>
  1071. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">34</b></p>
  1072. </td>
  1073. <td>
  1074. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">15:36</b></p>
  1075. </td>
  1076. <td>
  1077. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  1078. </td>
  1079. <td>
  1080. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">16.210</b></p>
  1081. </td>
  1082. <td>
  1083. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">885,52</b></p>
  1084. </td>
  1085. </tr>
  1086. <tr>
  1087. <td>
  1088. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">35</b></p>
  1089. </td>
  1090. <td>
  1091. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">16:07</b></p>
  1092. </td>
  1093. <td>
  1094. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">31</b></p>
  1095. </td>
  1096. <td>
  1097. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">16.638</b></p>
  1098. </td>
  1099. <td>
  1100. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">828,39</b></p>
  1101. </td>
  1102. </tr>
  1103. <tr>
  1104. <td>
  1105. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">36</b></p>
  1106. </td>
  1107. <td>
  1108. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">16:39</b></p>
  1109. </td>
  1110. <td>
  1111. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">32</b></p>
  1112. </td>
  1113. <td>
  1114. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">17.066</b></p>
  1115. </td>
  1116. <td>
  1117. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">802,50</b></p>
  1118. </td>
  1119. </tr>
  1120. <tr>
  1121. <td>
  1122. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">37***</b></p>
  1123. </td>
  1124. <td>
  1125. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">17:08</b></p>
  1126. </td>
  1127. <td>
  1128. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  1129. </td>
  1130. <td>
  1131. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">17.494</b></p>
  1132. </td>
  1133. <td>
  1134. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">885,52</b></p>
  1135. </td>
  1136. </tr>
  1137. <tr>
  1138. <td>
  1139. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">38</b></p>
  1140. </td>
  1141. <td>
  1142. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">17:47</b></p>
  1143. </td>
  1144. <td>
  1145. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  1146. </td>
  1147. <td>
  1148. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">17.922</b></p>
  1149. </td>
  1150. <td>
  1151. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">885,52</b></p>
  1152. </td>
  1153. </tr>
  1154. <tr>
  1155. <td>
  1156. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">39</b></p>
  1157. </td>
  1158. <td>
  1159. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">18:15</b></p>
  1160. </td>
  1161. <td>
  1162. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">28</b></p>
  1163. </td>
  1164. <td>
  1165. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">18.350</b></p>
  1166. </td>
  1167. <td>
  1168. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">917,14</b></p>
  1169. </td>
  1170. </tr>
  1171. <tr>
  1172. <td>
  1173. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">40</b></p>
  1174. </td>
  1175. <td>
  1176. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">18:46</b></p>
  1177. </td>
  1178. <td>
  1179. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">31</b></p>
  1180. </td>
  1181. <td>
  1182. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">18.778</b></p>
  1183. </td>
  1184. <td>
  1185. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">828,39</b></p>
  1186. </td>
  1187. </tr>
  1188. <tr>
  1189. <td>
  1190. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">41</b></p>
  1191. </td>
  1192. <td>
  1193. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">19:17</b></p>
  1194. </td>
  1195. <td>
  1196. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">31</b></p>
  1197. </td>
  1198. <td>
  1199. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">19.206</b></p>
  1200. </td>
  1201. <td>
  1202. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">828,39</b></p>
  1203. </td>
  1204. </tr>
  1205. <tr>
  1206. <td>
  1207. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">42****</b></p>
  1208. </td>
  1209. <td>
  1210. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">19:48</b></p>
  1211. </td>
  1212. <td>
  1213. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">31</b></p>
  1214. </td>
  1215. <td>
  1216. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">19.634</b></p>
  1217. </td>
  1218. <td>
  1219. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">828,39</b></p>
  1220. </td>
  1221. </tr>
  1222. <tr>
  1223. <td>
  1224. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">43</b></p>
  1225. </td>
  1226. <td>
  1227. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">20:27</b></p>
  1228. </td>
  1229. <td>
  1230. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  1231. </td>
  1232. <td>
  1233. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">20.062</b></p>
  1234. </td>
  1235. <td>
  1236. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">885,52</b></p>
  1237. </td>
  1238. </tr>
  1239. <tr>
  1240. <td>
  1241. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">44</b></p>
  1242. </td>
  1243. <td>
  1244. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">20:54</b></p>
  1245. </td>
  1246. <td>
  1247. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">27</b></p>
  1248. </td>
  1249. <td>
  1250. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">20.490</b></p>
  1251. </td>
  1252. <td>
  1253. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">951,11</b></p>
  1254. </td>
  1255. </tr>
  1256. <tr>
  1257. <td>
  1258. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">45</b></p>
  1259. </td>
  1260. <td>
  1261. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">21:21</b></p>
  1262. </td>
  1263. <td>
  1264. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">27</b></p>
  1265. </td>
  1266. <td>
  1267. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">20.918</b></p>
  1268. </td>
  1269. <td>
  1270. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">951,11</b></p>
  1271. </td>
  1272. </tr>
  1273. <tr>
  1274. <td>
  1275. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">46</b></p>
  1276. </td>
  1277. <td>
  1278. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">21:49</b></p>
  1279. </td>
  1280. <td>
  1281. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">28</b></p>
  1282. </td>
  1283. <td>
  1284. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">21.346</b></p>
  1285. </td>
  1286. <td>
  1287. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">917,14</b></p>
  1288. </td>
  1289. </tr>
  1290. <tr>
  1291. <td>
  1292. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">47</b></p>
  1293. </td>
  1294. <td>
  1295. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">22:18</b></p>
  1296. </td>
  1297. <td>
  1298. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">29</b></p>
  1299. </td>
  1300. <td>
  1301. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">21.774</b></p>
  1302. </td>
  1303. <td>
  1304. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">885,52</b></p>
  1305. </td>
  1306. </tr>
  1307. <tr>
  1308. <td>
  1309. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">48</b></p>
  1310. </td>
  1311. <td>
  1312. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">22:43</b></p>
  1313. </td>
  1314. <td>
  1315. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">25</b></p>
  1316. </td>
  1317. <td>
  1318. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">22.202</b></p>
  1319. </td>
  1320. <td>
  1321. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.027,20</b></p>
  1322. </td>
  1323. </tr>
  1324. <tr>
  1325. <td>
  1326. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">49</b></p>
  1327. </td>
  1328. <td>
  1329. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">23:10</b></p>
  1330. </td>
  1331. <td>
  1332. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">27</b></p>
  1333. </td>
  1334. <td>
  1335. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">22.630</b></p>
  1336. </td>
  1337. <td>
  1338. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">951,11</b></p>
  1339. </td>
  1340. </tr>
  1341. <tr>
  1342. <td>
  1343. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">50</b></p>
  1344. </td>
  1345. <td>
  1346. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">23:37</b></p>
  1347. </td>
  1348. <td>
  1349. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">27</b></p>
  1350. </td>
  1351. <td>
  1352. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">23.058</b></p>
  1353. </td>
  1354. <td>
  1355. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">951,11</b></p>
  1356. </td>
  1357. </tr>
  1358. <tr>
  1359. <td>
  1360. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">51</b></p>
  1361. </td>
  1362. <td>
  1363. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">24:00</b></p>
  1364. </td>
  1365. <td>
  1366. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">23</b></p>
  1367. </td>
  1368. <td>
  1369. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">23.486</b></p>
  1370. </td>
  1371. <td>
  1372. <p dir="ltr"><b id="docs-internal-guid-c81e60c1-7fff-4af0-7d48-46b0009a0799">1.116,52</b></p>
  1373. </td>
  1374. </tr>
  1375. </tbody>
  1376. </table>
  1377. <p dir="ltr"><meta charset="utf-8"/>*I was missing a skin (I turn back at 500m) / ** start of the short return loops due to nightfall and off-piste conditions / *** 10 minute break /****  12 minute break</p>
  1378. <p dir="ltr"><strong><meta charset="utf-8"/>Food and drink</strong></p>
  1379. <p dir="ltr"><meta charset="utf-8"/>The strategy was to take in around<strong> 250 cal / hour</strong>. I started eating gels after 1 hour and every 30 minutes from then on. I was taking <a href="http://myspringenergy.com/">Spring energy gel</a> (Speednut – 235 cal, Long Haul – 110 cal, McRaecovery – 150 cal, Canaberry, Hill Aid – 100 cal) and <a href="http://www.mountainfuel.co.uk/">Mountain Fuel jellies</a> (Cola, Orange and Lemon). After 10 hours 35 minutes I ate a slice of pizza and for the next 4 hours I ate “normal” food when I reached the bottom (a small slice of pizza, a small portion cheese sandwich and the occasional biscuit). Then I went back to gels from 14 hours to 17 hours. I had then a 10-minute break to eat a slice of pizza and a bit of warm mashed potato, I changed my jacket and I rested a bit. I then ate gels every 30 minutes for 2 hours 30 minutes. After 19 hours 48 minutes I took another 10 minutes rest to drink a hot coffee / chocolate and to eat some pasta. During the last 4 hours I ate a piece of chocolate (10 gr) every 30 minutes. I ate 5500 - 6000 calories. </p>
  1380. <p dir="ltr">                                         <img alt="© Matti Bernitz" src="https://www.kilianjornet.cat/uploads/images/IMG_0713MattiBernitzHamsterChallenge2019.JPG"/></p>
  1381. <p dir="ltr">                                                                    © Matti Bernitz/Lymbus</p>
  1382. <p dir="ltr"><meta charset="utf-8"/>To drink, I had water, or water with a little blueberry syrup, about 1 litre every 3 hours over the whole challenge, taking small sips approximately every 15 mins. There was not one moment over the 24-hour period that I felt lacking in energy. If I was going slower, it was more to do with sleep deprivation and general fatigue, than lack of energy. I didn’t have any stomach trouble during the challenge, or the day after. I had to urinate 4 times during the challenge but didn’t need to poo. After 10 hours I was a bit fed up of the taste of the gels, so I stopped for 4 hours, before returning to them again. (I ate 40 gels in total). I’m feeling really happy with how my nutrition strategy went! I lost just 1kg during the activity, that I gained straight after.</p>
  1383. <p dir="ltr">                                     <img alt=" © Matti Bernitz/Lymbus" src="https://www.kilianjornet.cat/uploads/images/IMG_0844MattiBernitzHamsterChallenge2019.JPG"/></p>
  1384. <p dir="ltr">                                                             © Matti Bernitz/Lymbus</p>
  1385. <p dir="ltr"><strong><meta charset="utf-8"/>Motivation and psychological preparation</strong></p>
  1386. <p dir="ltr"><meta charset="utf-8"/>Doing the “hamster” (looping around a slope or mountain) is not that exciting, so fighting boredom can be an issue. I do many loops in my training and I use music or a podcast and, in fact, I had prepared some entertainment for the night time hours. In the end I didn’t use any music or podcasts during the entire time. In the 4 days before the challenge I didn’t train much. On Monday and Tuesday, I attended the school where I study Norwegian, and I only ran for 1 hour. On Monday I also skied for 1 hour with Emelie. On Wednesday I climbed to a nice summit with a friend. On Thursday I completely rested, so I was looking to exercise a bit. During the first 8-10 hours I was feeling really good, so it was just fun to be there. Then I had company all night, up until the end, so even if we didn’t talk much, mostly because I needed to save energy, it was good just to have them there. During the laps I set myself short goals: get to the end of the flat, the steep section, the off-piste…and on a bigger scale, setting short-term goals, such as: only 2 loops till I reach 20,000 m or in 2 hours I will have completed 20 hours. So in the end I never visualised more than 6 hours ahead.</p>
  1387. <p dir="ltr">                                        <img alt="© Matti Bernitz" src="https://www.kilianjornet.cat/uploads/images/IMG_0980MattiBernitzHamsterChallenge2019.JPG"/></p>
  1388. <p dir="ltr">                                                                 © Matti Bernitz/Lymbus</p>
  1389. <p dir="ltr"><strong><meta charset="utf-8"/>Preparation</strong></p>
  1390. <p dir="ltr"><meta charset="utf-8"/>I didn’t do any specific preparation for this, but since this winter season I’m not racing in the World Cup, I can train much more (racing means travelling and resting to be in perfect fitness for every week-end). So, since starting skiing at the beginning of December, I have done weeks of more than 20,000 meters of elevation at a good pace. It was only last week that I took one full day’s rest (Thursday) and had some easy days of training. The night before the test, I ate a plate of pasta with homemade pesto and afterwards we went to watch the film “Free Solo” from Jimmy Chin, featuring Alex Honnold, at the local cinema. I then slept for 8 hours.</p>
  1391. <p dir="ltr">                                        <img alt="© Matti Bernitz" src="https://www.kilianjornet.cat/uploads/images/IMG_0377MattiBernitzHamsterChallenge2019.JPG"/></p>
  1392. <p dir="ltr">                                                                 © Matti Bernitz/Lymbus</p>
  1393. <p dir="ltr"><strong><meta charset="utf-8"/>Recovery</strong></p>
  1394. <p dir="ltr"><meta charset="utf-8"/>I finished the test on Saturday, at 10.05am. I skied down slowly, and shortly afterwards we drove home. I didn’t feel like eating or drinking anything for the next 3-4 hours. I took a bath and ate cinnamon buns and a soy yogurt and had a 1-hour power nap. After that we had a normal dinner (rice with veggies, salad and bread with cheese). I slept a good 9 hours and on Sunday I took the morning to rest and just did 30 minutes of easy indoor cycling to get the legs moving. My muscles felt tired but not with any particular pain or feeling of overcharged muscles. The only part of my body which was affected were my feet, which were a bit swollen and painful, but during the day on Sunday, it all disappeared, so on Monday I started training normally again.</p>
  1395. <p dir="ltr">                                        <img alt=" © Matti Bernitz" src="https://www.kilianjornet.cat/uploads/images/IMG_0889MattiBernitzHamsterChallenge2019.JPG"/></p>
  1396. <p dir="ltr">                                                                 © Matti Bernitz/Lymbus</p>
  1397. <p dir="ltr"><strong>I would like to thank...</strong></p>
  1398. <p dir="ltr"><meta charset="utf-8"/>I want to thank Tusten ski area for all their support, for leaving the lights on overnight and for letting us stay in the building at the bottom of the slope to keep warm. <a href="http://romsdalrando.com/">Romsdal Randoneklubb</a> was super helpful too, Ola Hovdenak and Jorid Bjerkeset did an amazing job arranging everything, and so many people joined me for so many laps. Thanks to Ola Hovdenak, Thomas Kvalsvik, Håkon Klerud (both of them did so many metres with me!), Sebastian Krogvig (who did more than 7,000 m!), Magnus Røysum, Haakon Lundkvist, Robert Nakken… At the bottom of the slope we had a table with food and extra gear (skins, clothing, headlamps…) and Joan Solà (Suunto) and Jordi Lorenzo (<a href="http://www.lymbus.com/">Lymbus</a>) were there to help with everything I needed and counted the laps/times. Matti Bernitz was filming the whole thing and of course, Emelie was there all the time, helping with food and gear, and also cheering me on during some of the loops! Tusen takk!!</p>
  1399. <p dir="ltr">                                       <img alt="© Matti Bernitz" src="https://www.kilianjornet.cat/uploads/images/IMG_0816MattiBernitzHamsterChallenge2019%20%281%29%281%29.JPG"/></p>
  1400. <p dir="ltr">                                                              © Matti Bernitz/Lymbus</p>
  1401. <p dir="ltr"><strong><meta charset="utf-8"/>Some fun facts</strong></p>
  1402. <p dir="ltr">Maximum speed going down was 115 km/h and the distance was around 199 km. It was light for 9 hours and dark for 15 hours! Ascent time was 20:02:41, and my downhill time was 3:22:44. I used the mode “best” in my Suunto 9 and when I finished, I still had 10% of battery!</p>
  1403. <p dir="ltr">In the following weeks you will be able to see the video of the challenge!</p>
  1404. <p dir="ltr">And, did you watch Path to Everest?  <strong><a href="https://everest.summitsofmylife.com/">Download it here!</a></strong></p>
  1405. <p><iframe allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" src="https://www.youtube.com/embed/mpU3pE-FTqQ">VIDEO</iframe></p>
  1406. </article>
  1407. </section>
  1408. <nav id="jumpto">
  1409. <p>
  1410. <a href="/david/blog/">Accueil du blog</a> |
  1411. <a href="https://www.kilianjornet.cat/en/blog/how-many-meters-of-elevation-gain-can-i-do-in-24-hours">Source originale</a> |
  1412. <a href="/david/stream/2019/">Accueil du flux</a>
  1413. </p>
  1414. </nav>
  1415. <footer>
  1416. <div>
  1417. <img src="/static/david/david-larlet-avatar.jpg" loading="lazy" class="avatar" width="200" height="200">
  1418. <p>
  1419. Bonjour/Hi!
  1420. Je suis <a href="/david/" title="Profil public">David&nbsp;Larlet</a>, je vis actuellement à Montréal et j’alimente cet espace depuis 15 ans. <br>
  1421. Si tu as apprécié cette lecture, n’hésite pas à poursuivre ton exploration. Par exemple via les <a href="/david/blog/" title="Expériences bienveillantes">réflexions bimestrielles</a>, la <a href="/david/stream/2019/" title="Pensées (dés)articulées">veille hebdomadaire</a> ou en t’abonnant au <a href="/david/log/" title="S’abonner aux publications via RSS">flux RSS</a> (<a href="/david/blog/2019/flux-rss/" title="Tiens c’est quoi un flux RSS ?">so 2005</a>).
  1422. </p>
  1423. <p>
  1424. Je m’intéresse à la place que je peux avoir dans ce monde. En tant qu’humain, en tant que membre d’une famille et en tant qu’associé d’une coopérative. De temps en temps, je fais aussi des <a href="https://github.com/davidbgk" title="Principalement sur Github mais aussi ailleurs">trucs techniques</a>. Et encore plus rarement, <a href="/david/talks/" title="En ce moment je laisse plutôt la place aux autres">j’en parle</a>.
  1425. </p>
  1426. <p>
  1427. Voici quelques articles choisis :
  1428. <a href="/david/blog/2019/faire-equipe/" title="Accéder à l’article complet">Faire équipe</a>,
  1429. <a href="/david/blog/2018/bivouac-automnal/" title="Accéder à l’article complet">Bivouac automnal</a>,
  1430. <a href="/david/blog/2018/commodite-effondrement/" title="Accéder à l’article complet">Commodité et effondrement</a>,
  1431. <a href="/david/blog/2017/donnees-communs/" title="Accéder à l’article complet">Des données aux communs</a>,
  1432. <a href="/david/blog/2016/accompagner-enfant/" title="Accéder à l’article complet">Accompagner un enfant</a>,
  1433. <a href="/david/blog/2016/senior-developer/" title="Accéder à l’article complet">Senior developer</a>,
  1434. <a href="/david/blog/2016/illusion-sociale/" title="Accéder à l’article complet">L’illusion sociale</a>,
  1435. <a href="/david/blog/2016/instantane-scopyleft/" title="Accéder à l’article complet">Instantané Scopyleft</a>,
  1436. <a href="/david/blog/2016/enseigner-web/" title="Accéder à l’article complet">Enseigner le Web</a>,
  1437. <a href="/david/blog/2016/simplicite-defaut/" title="Accéder à l’article complet">Simplicité par défaut</a>,
  1438. <a href="/david/blog/2016/minimalisme-esthetique/" title="Accéder à l’article complet">Minimalisme et esthétique</a>,
  1439. <a href="/david/blog/2014/un-web-omni-present/" title="Accéder à l’article complet">Un web omni-présent</a>,
  1440. <a href="/david/blog/2014/manifeste-developpeur/" title="Accéder à l’article complet">Manifeste de développeur</a>,
  1441. <a href="/david/blog/2013/confort-convivialite/" title="Accéder à l’article complet">Confort et convivialité</a>,
  1442. <a href="/david/blog/2013/testament-numerique/" title="Accéder à l’article complet">Testament numérique</a>,
  1443. et <a href="/david/blog/" title="Accéder aux archives">bien d’autres…</a>
  1444. </p>
  1445. <p>
  1446. On peut <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">échanger par courriel</a>. Si éventuellement tu souhaites que l’on travaille ensemble, tu devrais commencer par consulter le <a href="http://larlet.com">profil dédié à mon activité professionnelle</a> et/ou contacter directement <a href="http://scopyleft.fr/">scopyleft</a>, la <abbr title="Société coopérative et participative">SCOP</abbr> dont je fais partie depuis six ans. Je recommande au préalable de lire <a href="/david/blog/2018/cout-site/" title="Attention ce qui va suivre peut vous choquer">combien coûte un site</a> et pourquoi je suis plutôt favorable à une <a href="/david/pro/devis/" title="Discutons-en !">non-demande de devis</a>.
  1447. </p>
  1448. <p>
  1449. Je ne traque pas ta navigation mais mon
  1450. <abbr title="Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33.184162340">hébergeur</abbr>
  1451. conserve des logs d’accès.
  1452. </p>
  1453. </div>
  1454. </footer>
  1455. <script type="text/javascript">
  1456. ;(_ => {
  1457. const jumper = document.getElementById('jumper')
  1458. jumper.addEventListener('click', e => {
  1459. e.preventDefault()
  1460. const anchor = e.target.getAttribute('href')
  1461. const targetEl = document.getElementById(anchor.substring(1))
  1462. targetEl.scrollIntoView({behavior: 'smooth'})
  1463. })
  1464. })()
  1465. </script>