add aladin models

This commit is contained in:
terraputix
2026-08-02 22:42:38 +02:00
parent 77af339df4
commit 5541df20e1
2 changed files with 27 additions and 0 deletions
+24
View File
@@ -69,6 +69,12 @@ export const modelGroups: WeatherModelGroup[] = [
resolution: '1-2 km',
update: 'every 3 h'
},
{
value: 'chmi_aladin_seamless',
label: 'CHMI Aladin Seamless',
resolution: '1-2.3 km',
update: 'every 6 h'
},
{ value: 'jma_seamless', label: 'JMA Seamless', resolution: '5-55 km', update: 'every 3 h' },
{ value: 'gem_seamless', label: 'GEM Seamless', resolution: '1-15 km', update: 'every 6 h' }
]
@@ -252,6 +258,24 @@ export const modelGroups: WeatherModelGroup[] = [
}
]
},
{
value: 'chmi',
label: 'CHMI Czech Republic',
models: [
{
value: 'chmi_aladin_central_europe_2km',
label: 'CHMI Aladin Central Europe 2km',
resolution: '2.3 km',
update: 'every 6 h'
},
{
value: 'chmi_aladin_cz_1km',
label: 'CHMI Aladin CZ 1km',
resolution: '1 km',
update: 'every 6 h'
}
]
},
{
value: 'cmc_gem',
label: 'GEM Canada',