add aladin models
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user