Skip to content

Commit

Permalink
feat: Add additional ECMWF IFS soil levels (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig authored Nov 12, 2024
1 parent 6b4e9d4 commit 4696f61
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions src/routes/en/docs/ecmwf-api/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,24 @@
{ name: 'wind_speed_10m', label: 'Wind Speed (10 m)' },
{ name: 'wind_speed_100m', label: 'Wind Speed (100 m)' },
{ name: 'wind_direction_10m', label: 'Wind Direction (10 m)' },
{ name: 'wind_direction_100m', label: 'Wind Direction (100 m)' }
],
[
{ name: 'wind_direction_100m', label: 'Wind Direction (100 m)' },
{ name: 'surface_temperature', label: 'Surface temperature' },
{ name: 'soil_temperature_0_to_7cm', label: 'Soil Temperature (0-7 cm)' },
{ name: 'soil_moisture_0_to_7cm', label: 'Soil Moisture (0-7 cm)' },
{ name: 'soil_moisture_7_to_28cm', label: 'Soil Moisture (7-28 cm)' },
{ name: 'runoff', label: 'Surface Water Runoff' },
{ name: 'cape', label: 'CAPE' },
{
name: 'total_column_integrated_water_vapour',
label: 'Total Column Integrated Water Vapour'
}
],
[
{ name: 'soil_temperature_0_to_7cm', label: 'Soil Temperature (0-7 cm)' },
{ name: 'soil_temperature_7_to_28cm', label: 'Soil Temperature (7-28 cm)' },
{ name: 'soil_temperature_28_to_100cm', label: 'Soil Temperature (28-100 cm)' },
{ name: 'soil_temperature_100_to_255cm', label: 'Soil Temperature (100-255 cm)' },
{ name: 'soil_moisture_0_to_7cm', label: 'Soil Moisture (0-7 cm)' },
{ name: 'soil_moisture_7_to_28cm', label: 'Soil Moisture (7-28 cm)' },
{ name: 'soil_moisture_28_to_100cm', label: 'Soil Moisture (28-100 cm)' },
{ name: 'soil_moisture_100_to_255cm', label: 'Soil Moisture (100-255 cm)' }
]
];
Expand Down

0 comments on commit 4696f61

Please sign in to comment.