Datasets:
Tasks:
Time Series Forecasting
Sub-tasks:
multivariate-time-series-forecasting
Size:
10K<n<100K
License:
Upload met_office_uk_data_config.yaml
Browse files
met_office_uk_data_config.yaml
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
general:
|
2 |
+
description: Config for accessing Met Office UK Deterministic NWP data
|
3 |
+
name: PVNet current (Met Office UK)
|
4 |
+
destination_platform: "huggingface"
|
5 |
+
destination_dataset_id: "jcamier/met-office-uk-deterministic-zarr"
|
6 |
+
|
7 |
+
input_data:
|
8 |
+
default_forecast_minutes: 480
|
9 |
+
default_history_minutes: 120
|
10 |
+
gsp:
|
11 |
+
dropout_fraction: 0
|
12 |
+
dropout_timedeltas_minutes: null
|
13 |
+
forecast_minutes: 480
|
14 |
+
gsp_zarr_path: PLACEHOLDER.zarr
|
15 |
+
history_minutes: 120
|
16 |
+
time_resolution_minutes: 30
|
17 |
+
nwp:
|
18 |
+
met_office:
|
19 |
+
dropout_fraction: 1.0
|
20 |
+
dropout_timedeltas_minutes:
|
21 |
+
- -360
|
22 |
+
forecast_minutes: 480.0
|
23 |
+
history_minutes: 120
|
24 |
+
max_staleness_minutes: null
|
25 |
+
s3_bucket: "met-office-atmospheric-model-data"
|
26 |
+
s3_prefix: "uk-deterministic-2km"
|
27 |
+
local_output_dir: "tmp/met_office/uk"
|
28 |
+
nwp_accum_channels:
|
29 |
+
- radiation_flux_in_shortwave_total_downward_at_surface # Downward shortwave radiation flux at the surface (W/m²)
|
30 |
+
- radiation_flux_in_longwave_downward_at_surface # Downward longwave radiation flux at the surface (W/m²)
|
31 |
+
- surface_roughness # Surface roughness (m) (if available, otherwise null or computed)
|
32 |
+
- radiation_flux_in_uv_downward_at_surface # Downward UV radiation flux at the surface (W/m²)
|
33 |
+
nwp_channels:
|
34 |
+
- temperature_at_screen_level # 2-meter temperature (°C)
|
35 |
+
- radiation_flux_in_shortwave_total_downward_at_surface # Downward shortwave radiation flux at the surface (W/m²)
|
36 |
+
- radiation_flux_in_longwave_downward_at_surface # Downward longwave radiation flux at the surface (W/m²)
|
37 |
+
- cloud_amount_of_high_cloud # High cloud cover (fraction or %)
|
38 |
+
- cloud_amount_of_medium_cloud # Medium cloud cover (fraction or %)
|
39 |
+
- cloud_amount_of_low_cloud # Low cloud cover (fraction or %)
|
40 |
+
- cloud_amount_of_total_cloud # Total cloud cover (fraction or %)
|
41 |
+
- snow_depth_water_equivalent # Snow depth equivalent water content (mm)
|
42 |
+
- surface_roughness # Surface roughness (m) (if available, otherwise null or computed)
|
43 |
+
- radiation_flux_in_uv_downward_at_surface # Downward UV radiation flux at the surface (W/m²)
|
44 |
+
- wind_speed_at_10m # 10-meter wind speed (m/s)
|
45 |
+
- wind_direction_at_10m # 10-meter wind direction (degrees from north)
|
46 |
+
nwp_image_size_pixels_height: 12
|
47 |
+
nwp_image_size_pixels_width: 12
|
48 |
+
nwp_provider: met_office
|
49 |
+
nwp_zarr_path: PLACEHOLDER.zarr
|
50 |
+
time_resolution_minutes: 60
|