nearby
This commit is contained in:
@@ -150,6 +150,10 @@ export const storedChartRange = persisted<ChartRangePref>('chart_range_v1', 'aut
|
||||
/** Selected ensemble model for the 14-day spread forecast. */
|
||||
export const storedEnsembleModel = persisted<string>('ensemble_model', 'ncep_gefs_seamless');
|
||||
|
||||
/** Reanalysis used on the historical page, and the seasonal model. */
|
||||
export const storedArchiveModel = persisted<string>('archive_model', 'best_match');
|
||||
export const storedSeasonalModel = persisted<string>('seasonal_model', 'best_match');
|
||||
|
||||
/** Measurement units, shared across every forecast page and persisted. */
|
||||
export interface UnitPrefs {
|
||||
temperature_unit: 'celsius' | 'fahrenheit';
|
||||
|
||||
Reference in New Issue
Block a user