Google Earth Engine ——MACAv2-METDATA 数据集涵盖美国本土的 20 个全球气候模型的集合

简介: Google Earth Engine ——MACAv2-METDATA 数据集涵盖美国本土的 20 个全球气候模型的集合

The MACAv2-METDATA dataset is a collection of 20 global climate models covering the conterminous USA. The Multivariate Adaptive Constructed Analogs (MACA) method is a statistical downscaling method which utilizes a training dataset (i.e. a meteorological observation dataset) to remove historical biases and match spatial patterns in climate model output.


The MACA method was used to downscale the model output from 20 global climate models (GCMs) of the Coupled Model Inter-Comparison Project 5 (CMIP5) for the historical GCM forcings (1950-2005) and the future Representative Concentration Pathways (RCPs) RCP 4.5 and RCP 8.5 scenarios (2006-2100) from the native resolution of the GCMS to 4km.

The full list of models can be found at: https://climate.northwestknowledge.net/MACA/GCMs.php


MACAv2-METDATA 数据集是涵盖美国本土的 20 个全球气候模型的集合。 Multivariate Adaptive Constructed Analogs (MACA) 方法是一种统计降尺度方法,它利用训练数据集(即气象观测数据集)来消除历史偏差并匹配气候模型输出中的空间模式。

MACA 方法用于缩小来自耦合模型相互比较项目 5 (CMIP5) 的 20 个全球气候模型 (GCM) 的模型输出,用于历史 GCM 强迫 (1950-2005) 和未来的代表性浓度路径 (RCP) RCP 4.5 和 RCP 8.5 情景 (2006-2100) 从 GCMS 的原始分辨率到 4km。

完整的模型列表可以在:https://climate.northwestknowledge.net/MACA/GCMs.php

Dataset Availability

1900-01-01T00:00:00 - 2100-12-31T00:00:00

Dataset Provider

University of California Merced

Collection Snippet

ee.ImageCollection("IDAHO_EPSCOR/MACAv2_METDATA")

Resolution

2.5 arc minutes

Bands Table

Name Description Min* Max* Units
tasmax Maximum daily temperature near surface 222.4 334.92 K
tasmin Minimum daily temperature near surface 215.33 315.61 K
rhsmax Maximum daily relative humidity near surface, not present in models CCSM4 or NorESM1-M 1 100 %
rhsmin Minimum daily relative humidity near surface, not present in models CCSM4 or NorESM1-M 1 100 %
huss Average daily specific humidity near surface 0 0.05 kg/kg
pr Average daily precipitation amount at surface 0 1609.77 mm
rsds Average daily downward shortwave radiation at surface 9.06 455.61 W/m^2
uas Average daily eastward component of wind near surface -29.74 25.96 m/s
vas Average daily northward component of wind near surface -29.26 33.06 m/s


* = Values are estimated

影像属性:

Name Type Description
scenario String Name of the CMIP5 scenario, one of 'rcp85', 'rcp45', or 'historical'
model String Name of the CMIP5 model, eg 'inmcm4'
ensemble String Either 'r1i1p1' or 'r6i1p1'


使用说明:

The MACA datasets were created with funding from the US government and are in the public domain in the United States. For further clarity, unless otherwise noted, the MACA datasets are made available with a Creative Commons CC0 1.0 Universal dedication. In short, John Abatzoglou waives all rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute, and perform the work, even for commercial purposes, all without asking permission. John Abatzoglou makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. Users should properly cite the source used in the creation of any reports and publications resulting from the use of this dataset and note the date when the data was acquired. For more information refer to the MACA References and License page.


MACA 数据集是在美国政府的资助下创建的,在美国属于公共领域。为进一步明确起见,除非另有说明,否则 MACA 数据集以 Creative Commons CC0 1.0 通用免费提供。简而言之,John Abatzoglou 在法律允许的范围内放弃版权法规定的全球范围内作品的所有权利,包括所有相关和邻接权。您可以复制、修改、分发和执行作品,即使是出于商业目的,也无需征得许可。在适用法律允许的最大范围内,John Abatzoglou 对作品不作任何保证,并对作品的所有使用不承担任何责任。用户应正确引用因使用此数据集而产生的任何报告和出版物的创建所使用的来源,并注意获取数据的日期。有关更多信息,请参阅 MACA 参考和许可页面。

数据引用:

Abatzoglou J.T. and Brown T.J., A comparison of statistical downscaling methods suited for wildfire applications, International Journal of Climatology(2012) doi:10.1002/joc.2312.

代码:

var dataset = ee.ImageCollection('IDAHO_EPSCOR/MACAv2_METDATA')
                  .filter(ee.Filter.date('2018-08-01', '2018-08-15'));
var maximumTemperature = dataset.select('tasmax');
var maximumTemperatureVis = {
  min: 290.0,
  max: 314.0,
  palette: ['d8d8d8', '4addff', '5affa3', 'f2ff89', 'ff725c'],
};
Map.setCenter(-84.37, 33.5, 5);
Map.addLayer(maximumTemperature, maximumTemperatureVis, 'Maximum Temperature');


最大气温值:


相关文章
|
9月前
|
机器学习/深度学习 人工智能 算法
Google DeepMind新产物: 行星级卫星嵌入数据集(10m)光学+雷达+DEM+climate...
Google 推出 Earth Engine 卫星嵌入数据集,利用 AI 将一年的多源卫星数据压缩至每个 10 米像素,实现高效地理空间分析。基于 AlphaEarth Foundations 模型,该数据集提供 64 维嵌入向量,支持相似性搜索、变化检测、自动聚类和精准分类,助力环境研究与应用。
577 0
|
11月前
|
存储 人工智能 前端开发
Google揭秘Agent架构三大核心:工具、模型与编排层实战指南
本文为Google发布的Agent白皮书全文翻译。本文揭示了智能体如何突破传统AI边界,通过模型、工具与编排层的三位一体架构,实现自主推理与现实交互。它不仅详解了ReAct、思维树等认知框架的运作逻辑,更通过航班预订、旅行规划等案例,展示了智能体如何调用Extensions、Functions和Data Stores,将抽象指令转化为真实世界操作。文中提出的“智能体链式组合”概念,预示了未来多智能体协作解决复杂问题的革命性潜力——这不仅是技术升级,更是AI赋能产业的范式颠覆。
3158 1
|
人工智能 边缘计算 自然语言处理
Google 发布其开源模型系列最新模型 Gemma 3
Google 发布了其开源模型系列的最新成员 Gemma 3,这是一款轻量级、高性能的 AI 模型,支持多语言和复杂任务。它具备 140+ 语言支持、128K-token 上下文窗口、增强的多模态分析能力以及函数调用功能,适用于聊天 AI、代码生成等多种场景。Gemma 3 在性能上超越 Llama 3-8B 和 Mistral 7B,且仅需单 GPU 即可运行,大幅降低计算成本。提供 1B 至 27B 不同参数规模版本,满足多样化需求,并优化了量化模型以适应边缘计算和移动设备。其多模态设计整合了 SigLIP 图像编码器,扩展上下文窗口至 128k token,显著提升了视觉和文本理解能力。
1104 3
Google 发布其开源模型系列最新模型 Gemma 3
|
缓存 安全 Java
提升编程效率的利器: 解析Google Guava库之集合工具类-50个示例(八)
提升编程效率的利器: 解析Google Guava库之集合工具类-50个示例(八)
提升编程效率的利器: 解析Google Guava库之集合篇RangeMap范围映射(六)
提升编程效率的利器: 解析Google Guava库之集合篇RangeMap范围映射(六)
提升编程效率的利器: 解析Google Guava库之集合篇RangeSet范围集合(五)
提升编程效率的利器: 解析Google Guava库之集合篇RangeSet范围集合(五)
|
存储 安全 Java
提升编程效率的利器: 解析Google Guava库之集合篇Table二维映射(四)
提升编程效率的利器: 解析Google Guava库之集合篇Table二维映射(四)
|
安全 Java 测试技术
提升编程效率的利器: 解析Google Guava库之集合篇BitMap(三)
提升编程效率的利器: 解析Google Guava库之集合篇BitMap(三)
|
存储 安全 Java
提升编程效率的利器: 解析Google Guava库之集合篇Multimap(二)
提升编程效率的利器: 解析Google Guava库之集合篇Multimap(二)
|
存储 安全 Java
提升编程效率的利器: 解析Google Guava库之集合篇Immutable(一)
提升编程效率的利器: 解析Google Guava库之集合篇Immutable(一)

热门文章

最新文章

推荐镜像

更多