Skip to content

Commit a2abdb4

Browse files
committed
feat: Add all models
1 parent d800e97 commit a2abdb4

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

src/stores/weatherModels.ts

+39-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,45 @@ import { useLocalStorage } from '@vueuse/core'
44

55
const models = {
66
'best_match': "Best match",
7-
'meteofrance_arome_france_hd': "Météo-France AROME France HD",
8-
'meteofrance_seamless': "Météo-France Seamless",
9-
'metno_nordic': "MET Norway Nordic",
7+
'ecmwf_ifs04': 'ECMWF IFS 0.4°',
8+
'ecmwf_ifs025': 'ECMWF IFS 0.25°',
9+
'ecmwf_aifs025': 'ECMWF AIFS 0.25°',
10+
'cma_grapes_global': 'CMA GRAPES Global',
11+
'bom_access_global': 'BOM ACCESS Global',
12+
'gfs_seamless': 'GFS Seamless',
13+
'gfs_global': 'GFS Global',
14+
'gfs_hrrr': 'GFS HRRR',
15+
'gfs_graphcast025': 'GFS GraphCast',
16+
'jma_seamless': 'JMA Seamless',
17+
'jma_msm': 'JMA MSM',
18+
'jma_gsm': 'JMA GSM',
19+
'icon_seamless': 'DWD ICON Seamless',
20+
'icon_global': 'DWD ICON Global',
21+
'icon_eu': 'DWD ICON EU',
22+
'icon_d2': 'DWD ICON D2',
23+
'gem_seamless': 'GEM Seamless',
24+
'gem_global': 'GEM Global',
25+
'gem_regional': 'GEM Regional',
26+
'gem_hrdps_continental': 'GEM HRDPS Continental',
27+
'meteofrance_seamless': 'Météo-France Seamless',
28+
'meteofrance_arpege_world': 'Météo-France ARPEGE World',
29+
'meteofrance_arpege_europe': 'Météo-France ARPEGE Europe',
30+
'meteofrance_arome_france': 'Météo-France AROME France',
31+
'meteofrance_arome_france_hd': 'Météo-France AROME France HD',
32+
'arpae_cosmo_seamless': 'ARPAE Seamless',
33+
'arpae_cosmo_2i': 'ARPAE COSMO 2I',
34+
'arpae_cosmo_2i_ruc': 'ARPAE COSMO 2I RUC',
35+
'arpae_cosmo_5m': 'ARPAE COSMO 5M',
36+
'metno_seamless': 'MET Norway Nordic Seamless (with ECMWF)',
37+
'metno_nordic': 'MET Norway Nordic',
38+
'knmi_seamless': 'KNMI Seamless (with ECMWF)',
39+
'knmi_harmonie_arome_europe': 'KNMI Harmonie Arome Europe',
40+
'knmi_harmonie_arome_netherlands': 'KNMI Harmonie Arome Netherlands',
41+
'dmi_seamless': 'DMI Seamless (with ECMWF)',
42+
'dmi_harmonie_arome_europe': 'DMI Harmonie Arome Europe',
43+
'ukmo_seamless': 'UK Met Office Seamless',
44+
'ukmo_global_deterministic_10km': 'UK Met Office Global 10km',
45+
'ukmo_uk_deterministic_2km': 'UK Met Office UK 2km',
1046
}
1147

1248
type ModelKeys = keyof typeof models

0 commit comments

Comments
 (0)