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
+3
View File
@@ -46,6 +46,9 @@ const modelDomainCandidates: Record<string, string[]> = {
// MeteoSwiss (CH2 covers a wider area than CH1) // MeteoSwiss (CH2 covers a wider area than CH1)
meteoswiss_icon_seamless: ['meteoswiss_icon_ch2'], meteoswiss_icon_seamless: ['meteoswiss_icon_ch2'],
// CHMI Czech Republic (Central Europe is the widest native domain)
chmi_aladin_seamless: ['chmi_aladin_seamless', 'chmi_aladin_central_europe_2km'],
// JMA Japan // JMA Japan
jma_seamless: ['jma_seamless', 'jma_gsm'], jma_seamless: ['jma_seamless', 'jma_gsm'],
+24
View File
@@ -69,6 +69,12 @@ export const modelGroups: WeatherModelGroup[] = [
resolution: '1-2 km', resolution: '1-2 km',
update: 'every 3 h' 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: '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' } { 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', value: 'cmc_gem',
label: 'GEM Canada', label: 'GEM Canada',