Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/reformatters/dwd/icon_eu/forecast/template_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def dataset_attributes(self) -> DatasetAttributes:
dataset_version="0.1.0",
name="DWD ICON-EU Forecast",
description="High-resolution weather forecasts for Europe from the ICON-EU model operated by Deutscher Wetterdienst (DWD).",
attribution="DWD ICON-EU data processed by dynamical.org from DWD.",
attribution="DWD ICON-EU data processed by dynamical.org.",
spatial_domain="Europe",
spatial_resolution="0.0625 degrees (~7km)",
time_domain=f"Forecasts initialized {self.append_dim_start} UTC to Present",
Expand Down Expand Up @@ -282,7 +282,7 @@ def coords(self) -> Sequence[Coordinate]:
@property
def data_vars(self) -> Sequence[DwdIconEuDataVar]:
"""Define metadata and encoding for each data variable."""
# Roughly 4.5MB uncompressed, 2.5MB compressed
# Roughly 12.5MB uncompressed, 2.5MB compressed
var_chunks: dict[Dim, int] = {
"init_time": 1,
"lead_time": 93,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dataset_version": "0.1.0",
"name": "DWD ICON-EU Forecast",
"description": "High-resolution weather forecasts for Europe from the ICON-EU model operated by Deutscher Wetterdienst (DWD).",
"attribution": "DWD ICON-EU data processed by dynamical.org from DWD.",
"attribution": "DWD ICON-EU data processed by dynamical.org.",
"spatial_domain": "Europe",
"spatial_resolution": "0.0625 degrees (~7km)",
"time_domain": "Forecasts initialized 2025-08-08 00:00:00 UTC to Present",
Expand Down