This commit is contained in:
baol 2023-11-07 10:33:23 +08:00
parent 2ca754a5eb
commit c2474c6e40
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,6 @@
import { useState } from "react"; import { useState } from "react";
import { Cartesian3 } from "cesium";
import { CameraFlyTo } from "resium";
import MapLayout from "@/components/map/Layout"; import MapLayout from "@/components/map/Layout";
import TextInfoPanel from "@/components/common/TextInfoPanel"; import TextInfoPanel from "@/components/common/TextInfoPanel";
import FormPanel from "./FormPanel"; import FormPanel from "./FormPanel";
@ -34,6 +36,10 @@ function ClimateReconDataAssim() {
content={`基于自主研发的古气候数据同化系统,对过去千年气候模拟结果和气候代用资料进行最优融合,以此对过去千年北半球温度和降水进行网格化重建。通过该同化系统重建的气候要素既符合气候系统变化物理学规律和动力学机制、又包含代用资料记录的气候变化信息,同时具备时-空连续的优势。重建结果支持了对过去千年三极地区温度和降水的时空变化特征研究和过去千年北极放大效应机制的研究,研究成果在国内外已经产生了广泛的影响。`} content={`基于自主研发的古气候数据同化系统,对过去千年气候模拟结果和气候代用资料进行最优融合,以此对过去千年北半球温度和降水进行网格化重建。通过该同化系统重建的气候要素既符合气候系统变化物理学规律和动力学机制、又包含代用资料记录的气候变化信息,同时具备时-空连续的优势。重建结果支持了对过去千年三极地区温度和降水的时空变化特征研究和过去千年北极放大效应机制的研究,研究成果在国内外已经产生了广泛的影响。`}
/> />
</div> </div>
<CameraFlyTo
duration={3}
destination={Cartesian3.fromDegrees(106, 90, 20000000)}
/>
<Legend /> <Legend />
<ImageLayer yearRange={yearRange} /> <ImageLayer yearRange={yearRange} />
</MapLayout> </MapLayout>

View File

@ -131,7 +131,7 @@ function NavBar() {
<Fragment> <Fragment>
<div className="nav-bar-first"> <div className="nav-bar-first">
<NavBarButton <NavBarButton
text={"三极数据集成与开放共享"} text={"三极数据集成与开放共享"}
onClick={() => onClick={() =>
navigateHandler("http://casearthpoles.tpdc.ac.cn/zh-hans/") navigateHandler("http://casearthpoles.tpdc.ac.cn/zh-hans/")
} }