westdc-zf1/application/default/views/scripts/water/ec.phtml

38 lines
2.2 KiB
PHTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$this->headTitle($this->config->title->site);
$this->headTitle($this->config->title->data);
$this->headTitle()->setSeparator(' - ');
$this->headLink()->appendStylesheet('/css/water.css');
$this->breadcrumb('<a href="/">首页</a>');
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
$this->breadcrumb('涡动相关观测');
$this->breadcrumb()->setSeparator(' > ');
?>
<div id='sidebar'>
<div id='leftnavi'>
<?= $this->partial('water/navi.phtml'); ?>
</div>
</div>
<div id='right'>
<div>&nbsp;</div>
<div id="intro">
<p>“黑河综合遥感联合试验”通量观测站点包括大野口关滩森林站、临泽草地站、阿柔站、盈科绿洲站所用的通量观测设备为Campbell公司的开路涡动相关通量系统包括三维超声风速、温度计CSAT3和红外线气体分析仪LI-7500。观测数据有10Hz的三维风速、温度、CO<sub>2</sub>浓度及水汽浓度等量。为了保证试验观测数据的质量实现观测数据与其他站点观测的一致性和可比性根据王介民2009编写的涡动相关通量观测指导手册及其提供的改进的EdiRe程序对试验的通量观测数据进行了质量控制和处理。该手册编写中参考了美国通量观测网的涡动相关通量观测指南和欧洲通量网及有关专家的推荐文件等。计算软件基于EdiRe有关模块参考全球通量网一些建议标准用于各站湍流原始资料的后处理主要过程包括异常值检验、坐标旋转、超声虚温校正、时间滞后剔除、频率响应修正、WPL修正以及稳定度检验等基本处理最后得到30分钟的感热、潜热及CO<sub>2</sub>通量。</p>
<p>
参考文献:
王介民 编。涡动相关通量观测指导手册2009p24.</p>
</div>
<hr />
<?php if ($this->metadata) : ?>
<?php echo $this->page->getNavigation(); ?>
<div id="mdlist">
<ol start="<?php echo $this->offset; ?>">
<?php foreach($this->metadata as $md) : ?>
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
<?php endforeach; ?>
</ol>
</div>
<?php endif; ?>
</div>