-
Notifications
You must be signed in to change notification settings - Fork 0
/
winterRoadtrip.html
332 lines (284 loc) · 28.4 KB
/
winterRoadtrip.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
---
title: "Great Winter Roadtrip: Highlights from the 2009 Season"
description: "Photos and stories from my 2009 ski season."
permalink: great-winter-roadtrip/
comments: true
social: true
socialImg: assets/social/greatWinterRoadtrip.png
featPosts: ['dailymail','tripToSpace','creaturesOfTheDeep']
---
{% include header.html %}
<link rel="stylesheet" href="/assets/css/featherlight.min.css">
<style>
/* Typography */
@font-face {
font-family: 'FFFTusjBold';
src: url('/assets/fonts/ffftusj/FFF_Tusj-webfont.eot');
src: url('/assets/fonts/ffftusj/FFF_Tusj-webfont.eot?iefix') format('eot'),
url('/assets/fonts/ffftusj/FFF_Tusj-webfont.woff') format('woff'),
url('/assets/fonts/ffftusj/FFF_Tusj-webfont.ttf') format('truetype'),
url('/assets/fonts/ffftusj/FFF_Tusj-webfont.svg#webfontjSpbZQRv') format('svg');
font-weight: normal;
font-style: normal;
}
main h1, main h2, main h3, main h4, main h5, main h6, .featuredPosts h3 {
font-family: 'FFFTusjBold',ChunkFive,ChunkFive Roman,'ChunkFiveRegular',Arial Black,serif;
color:#fff;
line-height:1.35em;
text-shadow:0px 1px 2px rgba(0, 0, 0, 0.3);
}
.postHeader {color:#fff; text-align:center;}
h2.postHeader {font-size:62px; line-height:62px; margin:0;}
h3.postHeader {
font-size:26px;
line-height:32px;
margin:9px auto 30px;
padding-top:8px;
width:470px;
border-top:1px dashed rgba(255,255,255,0.4);
color:rgba(255,255,255,0.9);
}
main h5 {font-size:40px; margin:0 0 10px;}
.postContent h1, .postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6,
#commentsWrapper h1, #commentsWrapper h2, #commentsWrapper h3, #commentsWrapper h4, #commentsWrapper h5, #commentsWrapper h6 {color:#444; text-shadow:none;}
/*.postContent p, .postContent td, .postContent th, .postContent li {color:#000;}*/
main h5.beer {font-size:33px;}
main h5 span {font-size:50px;}
main h5.beer span {font-size:45px;}
#tally h5 {font-size:65px; text-transform:uppercase; text-align:center; line-height:1em; margin:0;}
#tally h6 {font-size:35px; text-align:center; margin: 10px 0;}
#tally p {text-align:center; color:white; text-shadow:0px 1px 2px rgba(0, 0, 0, 0.3); text-align:center;}
html {background:#0678b4 url(/assets/images/greatWinterRoadtrip/mainBg.png) repeat-x bottom left fixed;}
body {background:url(/assets/images/greatWinterRoadtrip/mountainBg.png) repeat-x bottom left fixed;}
.header, .footer {background:#333;}
.header a, .footer a {color:#fff;}
.postContent {
background:#fff;
background:rgba(255,255,255,0.85);
border:#fff 1px solid;
border-radius:2px;
box-shadow:0 1px 3px rgba(0,0,0,0.1);
margin-bottom:20px;
clear:both;
padding:12px 16px;
position:relative;
font-size: 0.9em;
}
.postContentLeft {float:left; clear:left; width:420px;}
.postContentRight {float:right; clear:right; width:420px;}
hr {
border: 0;
background:none;
border-top:1px dashed #fff;
border-top:1px dashed rgba(255,255,255,0.8);
width:470px; margin:30px auto;
box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
.post img {
border: 6px solid #fff;
box-shadow:0 1px 3px rgba(0,0,0,0.1);
margin-bottom:14px;
border-radius: 2px;
opacity:1;
transition: all ease .1s;
}
.post .wp-caption img {
margin:0;
border:none;
border-radius:0;
}
.post a:hover img,
.post a:focus img {
transform: scale(1.1);
}
.postContent p:first-child {
margin-top: 0;
}
.postContent img {
box-shadow:none;
border:1px solid #bbb;
}
.meta {
margin-top: 5em;
color: #fff;
opacity: 1;
}
</style>
</head>
<body>
{% include nav.html %}
<main class="wrapper">
<article class="post">
<h2 class="postHeader">Great Winter Roadtrip</h2>
<h3 class="postHeader">Highlights from the 2009 Season</h3>
<div class="postContent">
<p>I've always wanted to spend a winter as a seasonnaire, living like a bum and skiing every open day. Unfortunately work and study always got in the way. However in 2009 I finally found my window, and resolved to finally spend a full winter skiing, sleeping in my car and hitting up every club field in the South Island. Flexibility and freedom would be my watch-words. I bought myself a Chill pass, some fat skis, and all the equipment I'd needed to set up my car for living on the road in icy conditions.</p>
<p>Despite the plan, my 2009 ski season ended up being less of a Winter Roadtrip and more of a Winter Spent Ski Bumming At Temple Basin. The offer of free food & accommodation in exchange for volunteer work and friendly faces to hang out with proved too inviting to pass up and I spent an increasing share of my time up the hill, slowly progressing from part-time staff to full-time by the end of the season. I kept a snow diary for the season and published most of it to my blog, hoping I could make something interesting. It became a verbose ramble and I had to scrap most of it, but I've salvaged the highlights for this post — 15 highlights from my 2009 ski season:</p>
</div>
<hr/>
<h5>Beating my previous record for earliest turns of the season</h5>
<div class="postContent">
<p><strong>Mt Cheeseman – 10th May</strong></p>
<p>When an early winter storm delivered over a foot of snow in early May, a couple of friends decided it might be an opportune moment to test the fresh base. I joined them for daytrip to Cheeseman. An hour's hiking/snowshoeing from the the skifield gate earned us a couple of short runs, followed by a wee kicker session before skiing back down to the car. The lack of solid snow base gave my new Gotamas a good pounding, but nothing compared to the damage Ryan's snowboard edge suffered.<br />
A good day out: Nothing compared to a good mid-season day, but fun all the same.</p>
</div>
<div class="clearfix">
<a href="/assets/images/greatWinterRoadtrip/May1.jpg" data-featherlight="image" title="Hiking the big Cheese"><img class="alignleft" src="/assets/images/greatWinterRoadtrip/May1thumb.jpg" alt="Hiking the big Cheese" width="210" height="158" /></a>
<a href="/assets/images/greatWinterRoadtrip/May3.jpg" data-featherlight="image" title="Ryan landing a 180"><img class="alignright" src="/assets/images/greatWinterRoadtrip/May3thumb.jpg" alt="Ryan landing a 180" width="210" height="158" /></a>
<a href="/assets/images/greatWinterRoadtrip/May2.jpg" data-featherlight="image" title="Making do with a wee kicker"><img style="margin-top:3px;" class="aligncenter" src="/assets/images/greatWinterRoadtrip/May2thumb.jpg" alt="Making do with a wee kicker" width="210" height="158" /></a>
</div>
<hr style="margin:20px auto;" />
<h5>Tracking out the fresh pow before the student hoardes arrive</h5>
<div class="postContent">
<p><strong>Temple Basin – 1st August</strong></p>
<p>Dawn on Saturday of the 80s Party weekend unveiled a fresh blanket of beautiful untracked snow with not a chunky spot in sight. I'd arrived the night before with the food delivery, and got to share a pow feeding frenzy on Cassidy tow with barely half a dozen other punters. We laid waste all morning and left only scraps for the lunchtime arrivals.</p>
</div>
<div class="clearfix">
<a href="/assets/images/greatWinterRoadtrip/80sWeekend1.jpg" data-featherlight="image" title=""><img class="alignleft" src="/assets/images/greatWinterRoadtrip/80sWeekend1thumb.jpg" alt="" width="236" height="315" /></a>
<a href="/assets/images/greatWinterRoadtrip/80sWeekend2.jpg" data-featherlight="image" title=""><img class="alignright" src="/assets/images/greatWinterRoadtrip/80sWeekend2thumb.jpg" alt="" width="419" height="314" /></a>
</div>
<hr style="margin:20px auto;" />
<h5>The Temple Truck breaking down again, and again, and again</h5>
<div class="postContent">
<p>I spent much of July through early September making Temple Basin food resupply missions to earn my turns. A typical TB food run begins shortly after dawn in Christchurch, working through a several thousand dollar shopping list and loading up half a ton of supplies. Once the truck is loaded, it's taken on a two hour drive to the Basin, usually arriving around sunset. The next hour or two are spent sending the food up to the lodge in the goodslift while fending off keas, followed by an hour-long walk up to the field by the light of a head-torch. Whilst the food run (usually Thursday) is a long hard day's work, you get all your volunteer work out of the way in one go, and get to spend the next few days skiing without having to worry about more chores. It's a fairly good gig.</p>
<a href="/assets/images/greatWinterRoadtrip/TempleTruck.jpg" data-featherlight="image" title="The infamous Temple Truck"><img class="alignleft" src="/assets/images/greatWinterRoadtrip/TempleTruckThumb.jpg" alt="The infamous Temple Truck" width="210" height="158" /></a>
<p>The fly in the ointment is that you have to do it all in the Temple Truck. This ancient behemoth is notorious for its unreliability, and has broken down on me more times than I care to remember. This season provided a few hairy episodes, including a couple of trips that I had to make while wearing a headtorch to see the speedometer because the truck was missing interior lighting, a headlight, both indicators, and its horn. However undoubtedly the worst of the season was the Fire & Ice Party food runs, which involved <strong>two consecutive days' work (dawn to midnight both days), eight hours on the road, five tonnes of food and alcohol, and two truck breakdowns</strong>. The weekend's lowlights included an hour spent single-handedly defending a truckful of exposed food from a dozen ravenous keas with a ski pole while trying to jump-start the truck; a midnight return journey to Christchurch during which I could not under any circumstances allow the truck engine to stop or stall; and a total gearbox failure while descending Flock Hill. All in all, an eventful couple of days.</p>
</div>
<hr style="margin-top:40px;" />
<h5>Knocking off the Grand Traverse</h5>
<div class="postContent" style="width:340px; min-height:272px; float:left;">
<p><strong>Temple Basin – 9th August</strong></p>
<p>Brian and I trekked from the top of the Elevator Chute, across the top of Upper Bills (just under B'limit) to reach a point just short of Cassidy peak at sunset, culminating in my longest Temple Basin run to date. I'll blame my sketchy skiing on loose boots, but I managed to hold it together at least and made the descent without bailing nor losing the ear-to-ear grin from my face.</p>
</div>
<a href="/assets/images/greatWinterRoadtrip/traverse6.jpg" data-featherlight="image" title="Poser"><img style="margin-top:0;" class="alignright" src="/assets/images/greatWinterRoadtrip/traverse6thumb.jpg" alt="" width="150" height="113" /></a>
<a href="/assets/images/greatWinterRoadtrip/traverse5.jpg" data-featherlight="image" title=""><img style="clear:none; margin-right:10px; margin-top:0;" class="alignright" src="/assets/images/greatWinterRoadtrip/traverse5thumb.jpg" alt="" width="150" height="113" /></a>
<a href="/assets/images/greatWinterRoadtrip/traverse3.jpg" data-featherlight="image" title=""><img style="clear:both; margin-right:0; margin-top:-167px;" class="alignright" src="/assets/images/greatWinterRoadtrip/traverse3thumb.jpg" alt="" width="320" height="" /></a>
<div class="clearfix" style="clear:both;">
<a href="/assets/images/greatWinterRoadtrip/traverse4.jpg" data-featherlight="image" title="Hikers in Upper Bill's. Snaking past them was sadistically fun."><img class="alignleft" style="margin:0 10px 0 0;" src="/assets/images/greatWinterRoadtrip/traverse4thumb.jpg" alt="" width="165" height="220" /></a>
<a href="/assets/images/greatWinterRoadtrip/traverse7.jpg" data-featherlight="image" title="View of our line from the bottom, just after sunset"><img class="aligncenter" style="float:left; margin:0 10px;" src="/assets/images/greatWinterRoadtrip/traverse7thumb.jpg" alt="" width="293" height="220" /></a>
<a href="/assets/images/greatWinterRoadtrip/traverse2.jpg" data-featherlight="image" title=""><img class="alignright" style="margin:0;" src="/assets/images/greatWinterRoadtrip/traverse2thumb.jpg" alt="" width="165" height="220" /></a>
</div>
<div class="clearfix" style="clear:both; margin-top:15px;">
<a href="/assets/images/greatWinterRoadtrip/traverse8.jpg" data-featherlight="image" title="Brian"><img class="alignleft" src="/assets/images/greatWinterRoadtrip/traverse8thumb.jpg" alt="" width="328" height="246" /></a>
<a href="/assets/images/greatWinterRoadtrip/traverse1.jpg" data-featherlight="image" title=""><img class="alignright" src="/assets/images/greatWinterRoadtrip/traverse1thumb.jpg" alt="" width="328" height="246" /></a>
</div>
<hr />
<h5>Consolation prize at the Gnomes Freeride Competition</h5>
<div class="clearfix">
<div class="postContent" style="float:left; width:408px; margin-bottom:0;">
<p><strong>Temple Basin – 22nd August</strong></p>
<p><a href="http://www.neilwilliman.com/">Neil Williman</a> (the club's resident pro rider) organised a joint club competition and sorted out sponsorship from Gnomes. A paucity of good snow forced the organisers to move the competition from Downhill Basin to the top of Upper Bills, but with Hot Pocket as the venue there were still plenty of good features for the adventurous. Each competitor had only one run to show their stuff and we were advised against hucking off big drops if unsure about sticking the landing. The judging would instead focus on fluid, controlled riding. As a competition newbie, I chose a mellow line, figuring that it's better to own an easy line than to bail ingloriously in front of two dozen solid riders. Final result: 14th place and a T-shirt spot prize from Neil for being an old bastard.</p>
</div>
<a href="/assets/images/greatWinterRoadtrip/SimmoLine.jpg" data-featherlight="image" title="Simmo's Line"><img class="alignright" style="margin:0;" src="/assets/images/greatWinterRoadtrip/SimmoLineThumb.jpg" alt="" width="224" height="" /></a>
</div>
<hr style="margin-top:40px;" />
<h5>Actually getting to sleep in my car</h5>
<div class="postContent">
<p><strong>Broken River – 31st August to 2nd September</strong></p>
<p>My original plan for the season had been to spend most of my time living in my car and exploring all 12 Chill ski fields. Instead I ended up getting regular volunteer work, accommodation and food at Temple Basin, so I stayed there instead. As a result my investment in a car electrical system, roof box, curtains, mattress and camping stove were largely wasted, but I did manage three days and two nights camping out in my car at the bottom of the Broken River access road.</p>
<p>I left Christchurch planning to try for Cragieburn, Cheeseman and Mt Olympus over three days in order to finish off the Selwyn fields that I hadn't yet visited. However strong winds and heavy snow meant that I ended up only managing Cragieburn and Broken River. First up was Cragieburn. which had a fair amount of fresh snow which had been redistributed by the winds so that ridges and exposed points were extremely icy but basins, gullies and chutes were filled to the brim with powdery goodness. What's more, gale-force winds quickly erased any ski tracks: Sweet, unlimited freshies!</p>
<img class="alignright" style="opacity:1;" src="/assets/images/greatWinterRoadtrip/chardis2.jpg" alt="k" width="300" height="213" />
<p>I awoke on day 2 dawned to horrible weather pelting the windscreen, and the word on the carpark grapevine was that everywhere was closed but that Broken River would be opening at 6pm for night powder skiing. I spent the day mooching round Castle Hill and hanging out at Flock Hill Lodge, then when dusk came I made a move up to BR. It'd been snowing most of the day and over a foot of fresh pow lay on the ground already, woop woop! The vibe in the BR carpark was electric - everyone I met had giddy powder-day grins, including a few familiar faces.</p>
<p>Sleeping in the car was surprisingly comfortable, albeit a little cramped and cold. Unfortunately the auxiliary car battery had sprung a leak and was buggered, so it only managed to power my laptop for an hour for an hour at a time without firing up the engine.</p>
<p>On the way up Cragieburn on the third day, one of my snow chains ripped themselves apart and wrapped around the wheel axle. Removing the wheel to pry the chain loose proved to be an adventure in the fresh snow on a steep hill, but I got it off eventually and managed to get a tow up to the field from a helpful clubbie in a 4wd. That's the last time I buy cheap chains.</p>
</div>
<hr style="margin-top:40px;" />
<h5>Enjoying the <span>Big Mountain</span> Competition with a <span>beer</span> in a <span>deck chair</span></h5>
<div class="postContent">
<p><strong>Temple Basin – 5th & 6th September</strong></p>
<p>Screw watching rugby or cricket — for me, there are few things better than a sunny afternoon spent reclining in a deckchair with a beer at the top of Cassidy and watching a freeride comp. While we sank stubbies and worked on our tans, <a href="http://www.neilwilliman.com/">Neil</a> and <a href="http://samsmoothy.wordpress.com/">Sam</a> competed over who could claim the biggest drop from the cliff by lower Main.</p>
<p>(Another hightlight of the weekend: Managing to stick my first 180. Stoked.)</p>
</div>
<div class="clearfix" style="clear:both; margin-top:15px;">
<a href="/assets/images/greatWinterRoadtrip/bigMountain2.jpg" data-featherlight="image" title=""><img class="alignleft" src="/assets/images/greatWinterRoadtrip/bigMountain2thumb.jpg" alt="" width="328" height="246" /></a>
<a href="/assets/images/greatWinterRoadtrip/bigMountain1.jpg" data-featherlight="image" title=""><img class="alignright" src="/assets/images/greatWinterRoadtrip/bigMountain1thumb.jpg" alt="" width="328" height="246" /></a>
</div>
<div style="padding: 12px;" class="postContent clearfix">
<div style="position: relative; padding: 0 0 58%;">
<iframe style="width: 100%; height: 100%; position: absolute;" src="http://player.vimeo.com/video/6476456?title=0&byline=0&portrait=0" width="640" height="365" frameborder="0"></iframe>
</div>
<p style="text-align:center; margin:0;"><a href="http://vimeo.com/6476456">Black Diamond Big Mountain Event from Temple Basin</a> from <a href="http://vimeo.com/user296423">Richard Sutcliffe</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
</div>
<hr />
<h5 class="beer">Climbing to the <span>ridge</span> at <span>midnight</span> under a <span>full moon</span>, and downing a <span>beer</span> with a group of <span>pro skiers</span></h5>
<div class="clearfix">
<a href="/assets/images/greatWinterRoadtrip/summit1.jpg" data-featherlight="image" title=""><img class="alignleft" src="/assets/images/greatWinterRoadtrip/summit1thumb.jpg" alt="" width="419" height="314" /></a>
<a href="/assets/images/greatWinterRoadtrip/summit2.jpg" data-featherlight="image" title=""><img class="alignright" src="/assets/images/greatWinterRoadtrip/summit2thumb.jpg" alt="" width="236" height="315" /></a>
</div>
<div class="postContent">
<p><strong>Temple Basin – 5th September</strong></p>
<p>Saturday night after the Big Mountain Competition was clear and bright with a full moon, so I delayed joining the lodge party for a few hours and instead joined a wee group who were planning to climb to the top of Hot Pocket. The climbing party consisted of several skiers/snowboarders with way more talent and experience than me including patroller Ross and pro circuit skiers <a href="http://samsmoothy.wordpress.com/">Sam</a> and <a href="http://www.facebook.com/pages/Pete-OSWALD-free-skier/129732513707924">Pete</a>, but I figured I could always turn back if unable to keep up. We left the lodge at around 10pm and climbed from Temple tow with ice axes in hand. The snow was pretty hard, which made for fun climbing if not for good skiing. We had a beer on top of the ridgeline overlooking the Mingha backbowl at 11:30pm, and skied down at midnight. Magic.</p>
</div>
<hr style="margin-top:40px;" />
<h5 style="float:left;">Club Championships</h5>
<p style="float:right; color:#FFF; text-shadow:0 1px 2px rgba(0, 0, 0, 0.3); margin-top:26px;"><strong>Temple Basin – 5th September</strong></p>
<img style="clear:both; opacity:1;" class="aligncenter" src="/assets/images/greatWinterRoadtrip/clubChamps.jpg" alt="" width="688" height="516" /></a>
<hr/>
<h5>“Breakin’ hearts and savin’ lives”</h5>
<div class="postContent">
<p><strong>Temple Basin – 19th September</strong></p>
<p>Saturday the 19th (International Talk Like a Pirate Day and Aoife's birthday) was the also beach party day, and the weather turned out perfectly with sunny blue skies and light winds. We had a BBQ outside on the veranda with a badminton net (complete with coke bottle shuttlecocks), and all the staff were wearing Hawaiian shirts.</p>
<p>It had been pretty icy that morning while I manned the rental department, and Temple tow was covered in treacherous rock patches. I rented some skis to a Danish visitor then taught her how to use the ropetow, and she got to the top first time. I rode up with her, checked she was ok, then skied back down to the rental shop. I noticed the Danish girl was taking her time at the top so I rode back up to check if she was ok. I was only halfway up the tow when she lost her footing and began sliding out of control towards a rock field. While I hung on to the tow and willed it to go faster, she screamed through the first patch of rocks and kept going for the second. As we drew almost level I dismounted the tow, bunny-hopped a rock patch, traversed into her fall-line and chucked my poles. I dug my skis into the ice and threw my shoulder into her path, braced for impact and grabbed her. Her momentum caused me to lose my footing and we slid together for a while as I dug my skis and hands into the snow to brake our descent. Once we were stable, I checked her condition. She had broken her wrist on a rock but was otherwise okay. Ski patrol had seen the entire thing and were already on their way. We loaded her onto a sled and returned her to the lodge, where she waited for a couple of hours to be helicoptered to a hospital. While we were treating her I noticed that my arm had a fair bit of blood on it from the icy slide, as I'd only been wearing my Hawaiian shirt at the time.</p>
</div>
<hr style="margin-top:40px;" />
<h5>Best snow of the season</h5>
<div class="clearfix">
<a href="/assets/images/greatWinterRoadtrip/ultimate2.jpg" data-featherlight="image" title=""><img class="alignleft" src="/assets/images/greatWinterRoadtrip/ultimate2thumb.jpg" alt="" width="236" height="315" /></a>
<a href="/assets/images/greatWinterRoadtrip/ultimate1.jpg" data-featherlight="image" title=""><img class="alignright" src="/assets/images/greatWinterRoadtrip/ultimate1thumb.jpg" alt="" width="419" height="314" /></a>
</div>
<div class="postContent">
<p><strong>Temple Basin – 23rd September</strong></p>
<p>The day before had brought 10-15cm of freshies, and it continued to snowing on and off all morning. Shortly after I arrived at Downhill, the sun came out for an hour and I got some sweet turns in good vis before heading in for lunch. The weather socked in during lunchtime and delivered about 5cm which covered up most of the morning's tracks. Then as we were heading outside again, the sun reappeared as suddenly as it had left, and we had 4 hours of bluebird freshies! The afternoon snow was if anything even more fun than the morning's, and we thrashed it till 5pm. I got the last tow out of Downhill back through Lower Bill's, and had a sweeeet run through Cassidy chute. Then, to top it all off, it started snowing again less than 5mins after I arrived back in the lodge. Perfect!</p>
</div>
<div class="clearfix">
<a href="/assets/images/greatWinterRoadtrip/ultimate3.jpg" data-featherlight="image" title=""><img class="alignleft" src="/assets/images/greatWinterRoadtrip/ultimate3thumb.jpg" alt="" width="210" height="158" /></a>
<a href="/assets/images/greatWinterRoadtrip/ultimate5.jpg" data-featherlight="image" title="The epic snow was enough to tire out even Willy"><img class="alignright" src="/assets/images/greatWinterRoadtrip/ultimate5thumb.jpg" alt="The epic snow was enough to tire out even Willy" width="210" height="158" /></a>
<a href="/assets/images/greatWinterRoadtrip/ultimate4.jpg" data-featherlight="image" title=""><img style="margin-top:3px;" class="aligncenter" src="/assets/images/greatWinterRoadtrip/ultimate4thumb.jpg" alt="" width="210" height="158" /></a>
</div>
<hr />
<h5>Playing snowboard instructor</h5>
<div class="postContent">
<p><strong>Temple Basin – 27th September to 2nd October</strong></p>
<p>During TB's final week we were overwhelmed by the arrival of 26 kids between the ages of 5-16. The mountain became a noisy place filled with 'miniature drunks', whose only purpose appeared to be the conversion of sugar into violence.</p>
<p>Whilst we had a couple of ski instructors, there were no qualified snowboard instructors on the hill. I used to snowboard a few seasons back, so I grabbed a board out of ski hire and gave the kids some lessons. It's a pretty cool feeling when one of the kids comes up and says thanks for the lesson, and that the tips I gave him really helped his snowboarding. :)</p>
</div>
<hr />
<h5>The Basin's final open day</h5>
<div class="postContent">
<p><strong>Temple Basin – 4th October</strong></p>
<p>After a season of cajolling, Hugo and I finally managed to drag Aoife up to Bill's Basin and show her the field's full potential.</p>
</div>
<div class="clearfix" style="clear:both; margin-top:15px;">
<a href="/assets/images/greatWinterRoadtrip/aoife1.jpg" data-featherlight="image" title="Aoife in Cassidy Chute - not bad for someone in her first season"><img class="alignleft" src="/assets/images/greatWinterRoadtrip/aoife1thumb.jpg" alt="" width="328" height="246" /></a>
<a href="/assets/images/greatWinterRoadtrip/aoife2.jpg" data-featherlight="image" title="Traversing back to the lodge with Aoife and Hugo"><img class="alignright" src="/assets/images/greatWinterRoadtrip/aoife2thumb.jpg" alt="" width="328" height="246" /></a>
</div>
<hr />
<h5>Staff-only powder day</h5>
<div class="clearfix">
<a href="/assets/images/greatWinterRoadtrip/final.jpg" data-featherlight="image" title=""><img class="alignleft" style="margin:0;" src="/assets/images/greatWinterRoadtrip/finalThumb.jpg" alt="" width="411" height="308" /></a>
<div class="postContent" style="max-width:270px; min-height:295px; float:right; clear:none;">
<p><strong>Temple Basin – 5th October</strong></p>
<p>Once the punters had finally left, the staff finally got a day to themselves to pack their bags, tidy the lodge, take down the trip cords, and of course pillage the empty slopes. Inevitably there were wind-blown freshies the day after closing, so we spent a couple of hours picking out pow between the ice patches in between taking down trips at Downhill, then headed home through Lower Bill's for the last time with packs full of gear.</p>
</div>
</div>
<hr />
<h5>Skiing on Halloween</h5>
<div class="postContent">
<p><strong>Mt Olympus – 31st October</strong></p>
<p><em>Just when I thought I was out, they pulled me back in.</em></p>
<p>Mt Olympus announced a final weekend of skiing over Halloween with a forecast for blue skies and corn snow. Paul invited me to join him so I ignored my now-dire financial situation and tagged along.<br />
The access tow wasn't running so we had to hike to the lodge. The walk's difficulty showed me just how much the last month had cost my fitness. Once we arrived, the spring sun beat down, it was exhaustingly hot and the combined smell of sunscreen, sweat and snow filled my nostrils. The snow melted quickly throughout the day and became very slow after lunch in sun-affected areas. Definitely not the best day of the season for skiing, but a fun post-script to a brilliant season.</p>
</div>
<hr />
<div id="tally">
<h5>Final Tally</h5>
<h6>Snow days: 43</h6>
<h6>Ski fields visited: 6</h6>
<p><strong>Cheers 2009 for an awesome ski season!</strong></p>
</div>
<p class="meta">Published 20 December 2009</p>
</article>
</main>
{% include footerJS.html %}
<script src="/assets/js/featherlight.min.js"></script>
{% include footer.html %}