最新研究:1959年乌拉山神秘死亡事件或因多因素触发雪崩

中新网北京1月29日电 (记者 孙自法)1959年,乌拉山脉发生了神秘的迪亚特洛夫(Dyatlov Pass)事件,当时一起登山的9名队员全部遇难。几十年来,这个事件一直无法解释,也备受关注。

施普林格·自然旗下开放获取专业学术期刊《通讯-地球与环境》最新发表一项地球科学的研究论文认为,包括不规则地形、挖雪坑搭建登山帐篷、之后刺骨劲风产生的雪沉积等多个因素触发了雪崩,迫使事件中经验丰富的登山队员逃离帐篷,受困于零下25摄氏度而最终丧生。

1959年,乌拉山脉的一次雪地探险行动导致前苏联9名登山队员全部遇难,当时的官方调查结果认为事故是“一股不可抗拒的自然力量”导致。这些登山队员死于体温过低,但他们为何会衣着单薄地离开帐篷,而且其中4人为何会有颅脑和胸外伤的原因一直不明。

论文作者、瑞士苏黎世联邦理工学院亚历山大·普兹林(Alexander Puzrin)和瑞士洛桑联邦理工学院约翰·高梅(Johan Gaume)建立了一个分析模型,在登山队员搭帐篷的环境条件下模拟了一次板状雪崩释放。他们估计,登山队员当时通过挖雪坑来抵御大风对帐篷的侵袭,这之后的9.5小时到13.5小时之间曾发生了一次雪崩,这与证明事故发生时间的现有证据相符。

责任编辑:海兆童 PX225

★《布宫号》提醒您:民俗信仰仅供参考,请勿过度迷信!

本文经用户投稿或网站收集转载,如有侵权请联系本站。

switch ($forum['model']) { /*case '0': include _include(APP_PATH . 'view/htm/read.htm'); break;*/ default: include _include(theme_load('read', $fid)); break; } } break; case '10': // 主题外链 / thread external link http_location(htmlspecialchars_decode(trim($thread['description']))); break; case '11': // 单页 / single page $attachlist = array(); $imagelist = array(); $thread['filelist'] = array(); $threadlist = NULL; $thread['files'] > 0 and list($attachlist, $imagelist, $thread['filelist']) = well_attach_find_by_tid($tid); $data = data_read_cache($tid); empty($data) and message(-1, lang('data_malformation')); $tidlist = $forum['threads'] ? page_find_by_fid($fid, $page, $pagesize) : NULL; if ($tidlist) { $tidarr = arrlist_values($tidlist, 'tid'); $threadlist = well_thread_find($tidarr, $pagesize); // 按之前tidlist排序 $threadlist = array2_sort_key($threadlist, $tidlist, 'tid'); } $allowpost = forum_access_user($fid, $gid, 'allowpost'); $allowupdate = forum_access_mod($fid, $gid, 'allowupdate'); $allowdelete = forum_access_mod($fid, $gid, 'allowdelete'); $access = array('allowpost' => $allowpost, 'allowupdate' => $allowupdate, 'allowdelete' => $allowdelete); $header['title'] = $thread['subject']; $header['mobile_link'] = $thread['url']; $header['keywords'] = $thread['keyword'] ? $thread['keyword'] : $thread['subject']; $header['description'] = $thread['description'] ? $thread['description'] : $thread['brief']; $_SESSION['fid'] = $fid; if ($ajax) { empty($conf['api_on']) and message(0, lang('closed')); $apilist['header'] = $header; $apilist['extra'] = $extra; $apilist['access'] = $access; $apilist['thread'] = well_thread_safe_info($thread); $apilist['thread_data'] = $data; $apilist['forum'] = $forum; $apilist['imagelist'] = $imagelist; $apilist['filelist'] = $thread['filelist']; $apilist['threadlist'] = $threadlist; message(0, $apilist); } else { include _include(theme_load('single_page', $fid)); } break; default: message(-1, lang('data_malformation')); break; } ?>