Closure after people reportedly drove on fragile tundra terrain at national park in Colorado
While some high-elevation alpine tundras may resemble a grassy field to someone unfamiliar with Colorado's mountainous terrain, the ecosystem found in these areas is notably fragile. It doesn't take much off-trail walking to damage grass and create unofficial (or social) foot paths.
$(window).load(function() {
window.setTimeout(affixShare, 2000);
function affixShare() {
var sHeight = $(‘#share-left-affix’).outerHeight(true);
var cHeight = $(‘#share-left-affix’).parent().outerHeight(true);
var sTop = $(‘#share-left-affix’).offset().top – 100;
var sBottom = $(document).height() – ($(‘#share-left-affix’).parent().offset().top + cHeight – 100);
if(cHeight > sHeight) {
$(‘#share-left-affix’).affix({
offset: { top: sTop, bottom: sBottom }
});
}
}
});
$(window).resize(function() {
var sHeight = $(‘#share-left-affix’).outerHeight(true);
var cHeight = $(‘#share-left-affix’).parent().outerHeight(true);
var sTop = $(‘#share-left-affix’).offset().top – 100;
var sBottom = $(document).height() – ($(‘#share-left-affix’).parent().offset().top + $(‘#share-left-affix’).parent().outerHeight(true) – 100);
if(cHeight > sHeight) {
$(‘#share-left-affix’).data(‘bs.affix’).options.offset.top = sTop;
$(‘#share-left-affix’).data(‘bs.affix’).options.offset.bottom = sBottom;
}
});
Those traveling up Rocky Mountain National Park’s Old Fall River Road this summer might happen to spot a sign that announces the closure of the Marmot Point Area. The reason? The creation of unauthorized trails.

Image: National Park Service (NPS)
While some high-elevation alpine tundras may resemble a grassy field to someone unfamiliar with Colorado’s mountainous terrain, the ecosystem found in these areas is notably fragile. It doesn’t take much off-trail walking to damage grass and create unofficial (or social) foot paths.
In the recent case at Rocky Mountain National Park, officials said the network of unofficial trails in the now-closed area was created in a short amount of time. People reportedly walked and parked on the fragile alpine terrain, leaving negative impacts and damage behind. Some people had even attempted to drive up a steep section of unauthorized trail, with the area now closed for the sake of alpine tundra restoration.
“While hiking in Rocky [Mountain National Park], especially in the alpine tundra, it’s important to stay on official marked trails to protect the sensitive plant community,” reads a notice from the park on the matter. “Park only in designated parking areas.”
When trails and parking lots are created in natural spaces around Colorado, it’s done so with care and attention. Factors like potential erosion and damage to animal habitat are considered, with development in these spaces designed to limit impacts.
Read more about how to travel and camp in a way that limits impacts to the landscape on the Leave No Trace website here.
STAY INFORMED: Get free Colorado news with our daily newsletter (Click here)