build generic weather week
This commit is contained in:
@@ -78,3 +78,6 @@ export const defaultVariablePrefs: VariablePrefs = {
|
||||
};
|
||||
|
||||
export const storedVariablePrefs = persisted<VariablePrefs>('variable_prefs', defaultVariablePrefs);
|
||||
|
||||
/** Selected ensemble model for the 14-day spread forecast. */
|
||||
export const storedEnsembleModel = persisted<string>('ensemble_model', 'ncep_gefs_seamless');
|
||||
|
||||
Reference in New Issue
Block a user