update for 4 hour rain forecast
This commit is contained in:
+3
-2
@@ -34,8 +34,9 @@ services:
|
||||
environment:
|
||||
DATABASE_URL: "postgres://postgres:postgres@timescaledb:5432/micrometeo?sslmode=disable"
|
||||
RAIN_SITE: "home"
|
||||
RAIN_MODEL_NAME: "rain_next_1h"
|
||||
RAIN_MODEL_VERSION_BASE: "rain-auto-v1-extended"
|
||||
RAIN_HORIZON_HOURS: "4"
|
||||
RAIN_MODEL_NAME: "rain_next_4h"
|
||||
RAIN_MODEL_VERSION_BASE: "rain-auto-v2-extended-4h"
|
||||
RAIN_MODEL_FAMILY: "auto"
|
||||
RAIN_FEATURE_SET: "extended"
|
||||
RAIN_FORECAST_MODEL: "ecmwf"
|
||||
|
||||
Reference in New Issue
Block a user