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

40 lines
2.7 KiB
PHTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 class="row">
<div class="span3">
<?= $this->partial('water/navi.phtml'); ?>
</div>
<div class="span9">
<div id="intro">
<p> 中游干旱区水文试验区是由人工绿洲、绿洲—荒漠过渡带、荒漠草原、荒漠和水域共同组成的荒漠绿洲景观系统。共包括6个加密观测区由南向北分别为<br />
1花寨子荒漠位于张掖绿洲南缘景观为荒漠草原。主要开展蒸散发和土壤水分以及荒漠植被生物物理和生物化学参数的同步观测。<br />
2盈科绿洲位于张掖市以南8 km是典型的农田生态系统主要作物为植种玉米、大田玉米和小麦。该区主要开展农田蒸散发、相关生态参数及作物结构参数的同步观测地表地下水相互作用监测农田灌溉用水监测。<br />
3张掖市开展城市周边土地利用状况调查和大气光学特性观测。<br />
4观象台位于张掖国家气候观象台周边景观为砾质戈壁。重点依赖于观象台的各种先进设备开展地表能量平衡观测。<br />
5临泽草地位于兰州大学草地农业科技学院临泽草地生态试验站周边土地覆盖类型为湿地、草地、盐碱地和农田。该区主要开展蒸散发、土壤水分、地表和冠层温度、生物物理参数的同步观测并重点研究尺度转换方法、蒸散发遥感估算模型和蒸散发的数据同化方法。<br />
6临泽站位于临泽内陆河流域综合研究站周边包括过渡带及绿洲。该区主要开展生态水文变量的同步观测和长期监测重点观测对象是蒸散发和凝结水。</p>
<img src="/images/water/arid.jpg" />
</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>
</div>