From 02d7a43b807f8cc00e733916bdf1a609856be638 Mon Sep 17 00:00:00 2001 From: Jeff Shepherd Date: Fri, 12 Dec 2025 15:01:22 +0000 Subject: [PATCH] add datsets and datasetGroups for Met Office UK and Global --- src/config/datasetGroups.yml | 68 ++++++++++++++++++++++++++++++++++++ src/config/datasets.yml | 64 +++++++++++++++++++++++++++++++++ 2 files changed, 132 insertions(+) diff --git a/src/config/datasetGroups.yml b/src/config/datasetGroups.yml index 0818ea4d..111296db 100644 --- a/src/config/datasetGroups.yml +++ b/src/config/datasetGroups.yml @@ -135,6 +135,74 @@ gnatsgo: href: https://ai4edatasetspublicassets.blob.core.windows.net/assets/pc_thumbnails/gnatsgo-rasters.png keywords: [Soils, SSURGO, USDA] +met-office-global-deterministic: + title: Met Office Global 10km Deterministic Weather Forecast + description: > + A numerical weather prediction forecast for the whole globe, with a resolution of approximately + 0.09 degrees i.e. 10km (2,560 x 1,920 grid points). The data is available as NetCDF files. + + The global deterministic model is a global configuration of the Unified Model, which is the Met + Office’s flagship Numerical Weather Prediction model. The model’s initial state is kept close + to the real atmosphere using hybrid 4D-Var data assimilation. + + You can choose from four different collections, each with its own set of parameters: + * Near Surface collection offers 48 parameters + * Pressure level collection offers 9 parameters at 33 levels from 100000Pa to 1000Pa + * Height level collection offers 1 parameter at 33 levels from 5m to 6000m + * Whole Atmosphere collection offers 14 parameters for the whole atmosphere. + assets: + headerImg: + href: + thumbnail: + href: + keywords: + [ + Met Office, + Weather, + Forecast, + Global, + Temperature, + Wind, + Humidity, + Cloud + ] + groupOnCatalog: false + +met-office-uk-deterministic: + title: Met Office UK 2km Deterministic Weather Forecast + description: > + A high-resolution gridded weather forecast for the UK, with a resolution of 0.018 degrees, + projected on to a 2km horizontal grid. The data is available as NetCDF files. + + Based on the Met Office UKV model, which is a deterministic, numerical weather prediction + model for the UK and Ireland. It is a UK configuration of the Unified Model, which is the + Met Office’s flagship Numerical Weather Prediction model. The model’s initial state is kept + close to the real atmosphere using hybrid 4D-Var data assimilation. + + You can choose from four different collections, each with its own set of parameters: + * Near Surface collection offers 35 parameters + * Pressure level collection offers 7 parameters at 33 levels from 100000Pa to 1000Pa + * Height level collection offers 4 parameter at 33 levels from 5m to 6000m + * Whole Atmosphere collection offers 11 parameters for the whole atmosphere. + assets: + headerImg: + href: + thumbnail: + href: + keywords: + [ + Met Office, + Weather, + Forecast, + UK, + Precipitation, + Temperature, + Wind, + Pressure, + Humidity + ] + groupOnCatalog: false + modis: title: MODIS Version 6.1 Products short_description: > diff --git a/src/config/datasets.yml b/src/config/datasets.yml index 8d623a12..42a9daf1 100644 --- a/src/config/datasets.yml +++ b/src/config/datasets.yml @@ -553,6 +553,70 @@ landsat-c2-l2: landsat-8-c2-l2: isHidden: true +met-office-global-deterministic-height-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-height-example.html + launch: datasets/met-office-global-deterministic-height-level.ipynb + +met-office-global-deterministic-near-surface-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-near-surface-example.html + launch: datasets/met-office-global-deterministic-near-surface-level.ipynb + +met-office-global-deterministic-pressure-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-pressure-example.html + launch: datasets/met-office-global-deterministic-pressure-level.ipynb + +met-office-global-deterministic-whole-atmosphere-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-whole-atmosphere-example.html + launch: datasets/met-office-global-deterministic-whole-atmosphere-level.ipynb + +met-office-uk-deterministic-height-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-height-example.html + launch: datasets/met-office-uk-deterministic-height-level.ipynb + +met-office-uk-deterministic-near-surface-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-near-surface-example.html + launch: datasets/met-office-uk-deterministic-near-surface-level.ipynb + +met-office-uk-deterministic-pressure-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-pressure-example.html + launch: datasets/met-office-uk-deterministic-pressure-level.ipynb + +met-office-uk-deterministic-whole-atmosphere-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-whole-atmosphere-example.html + launch: datasets/met-office-uk-deterministic-whole-atmosphere-level.ipynb + modis-09A1-061: category: Imagery headerImg: ./images/modis-09a1-hero.png