FGT
收藏资源简介:
该数据集包含预计算的 FGT(Forecast Graph Transformer)预报和气候学数据,以 Zarr 格式存储,并附带每日 ERA5 再分析真值,用于预报验证。主要数据文件为 `era5_daily_2020_2026_analytic_rsdt_masked.zarr`,包含 59 个每日 ERA5 通道,覆盖 2020 年 1 月 1 日至 2026 年 6 月 20 日,空间分辨率为 1 度 FGT 网格。其中 `mean_top_downward_short_wave_radiation_flux` 通道采用 GraphCast 风格的分析方法计算每日 RSDT(使用 360 个积分区间),而非原始 ERA5 辐射场。此外,`tos`(海表温度)和 `siconc`(海冰浓度)在陆地区域为 NaN,`mrso`(土壤湿度)在海洋区域为 NaN。数据集还包含一个海洋掩膜文件 `era5_ocean_mask_on_era5_daily_grid.nc`,用于对陆地和海洋通道进行后处理。该数据集适用于气候预测验证、偏差校正、可视化等任务,提供了示例 Jupyter 笔记本(`load_fgt_forecasts.ipynb`)演示加载、去偏和绘图流程。依赖库包括 xarray、zarr==3.2.1、dask、matplotlib、cftime 和 h5netcdf。
This dataset contains precomputed FGT (Forecast Graph Transformer) forecasts and climatological data, stored in Zarr format, paired with daily ERA5 reanalysis ground truth for forecast validation. The primary data file is `era5_daily_2020_2026_analytic_rsdt_masked.zarr`, which includes 59 daily ERA5 channels, spanning from January 1, 2020 to June 20, 2026, with a spatial resolution of 1-degree FGT grid. Notably, the `mean_top_downward_short_wave_radiation_flux` channel computes daily RSDT using a GraphCast-style analytical method (with 360 integration intervals), rather than the raw ERA5 radiation field. Additionally, `tos` (sea surface temperature) and `siconc` (sea ice concentration) are assigned NaN values over land regions, while `mrso` (soil moisture) is assigned NaN values over ocean regions. The dataset also includes an ocean mask file `era5_ocean_mask_on_era5_daily_grid.nc`, which is used for post-processing land and ocean channels. This dataset is suitable for tasks such as climate forecast validation, bias correction, and visualization, and provides an example Jupyter notebook (`load_fgt_forecasts.ipynb`) that demonstrates loading, debiasing, and plotting workflows. Required dependencies include xarray, zarr==3.2.1, dask, matplotlib, cftime, and h5netcdf.
数据集概述:FGT forecasts and climatologies
简介
该数据集包含了预计算的 FGT(一种天气预报模型)预测结果和气候态数据,存储为 Zarr 格式,并附带用于预测验证的 ERA5 每日真实观测数据。用户可通过提供的 Jupyter Notebook 进行数据加载、偏差校正和可视化。
核心内容
1. 数据文件
era5_daily_2020_2026_analytic_rsdt_masked.zarr- 包含从 2020-01-01 至 2026-06-20 的 59 个每日 ERA5 变量通道,分辨率采用 FGT 的 1 度网格。
- 特殊处理:
mean_top_downward_short_wave_radiation_flux通道使用 GraphCast 风格的解析日辐射(RSDT,360 积分区间),非原始 ERA5 辐射场。tos(海表温度)和siconc(海冰浓度)在陆地上为 NaN。mrso(土壤湿度)在海洋上为 NaN。
2. 附带文件
era5_ocean_mask_on_era5_daily_grid.nc:海洋掩膜文件,用于区分陆地和海洋通道。
使用指南
- 示例笔记本:
load_fgt_forecasts.ipynb- 演示最小化的数据加载、偏差校正(包括物理裁剪)和绘图。
- 需将下载的 Zarr 目录及掩膜文件置于笔记本同级目录。
- 依赖库:
xarray、zarr==3.2.1、dask、matplotlib、cftime、h5netcdf。
其他信息
- 许可证:Creative Commons Attribution 4.0 (CC-BY-4.0)
- FGT 源代码:目前存储于私有开发仓库,将在公开时在此处提供链接。




