From f83c81bb689d6da200efb2d79eee39d12b379235 Mon Sep 17 00:00:00 2001 From: Mikko Rauhala Date: Thu, 28 Nov 2024 10:57:20 +0200 Subject: [PATCH] Add was --- smartmetconf/engines/querydata.conf | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/smartmetconf/engines/querydata.conf b/smartmetconf/engines/querydata.conf index 8906fde..1fc4077 100644 --- a/smartmetconf/engines/querydata.conf +++ b/smartmetconf/engines/querydata.conf @@ -23,7 +23,8 @@ producers = "gfs_pressure", "gem_pressure", "nam_surface", - "nam_pressure" + "nam_pressure", + "aws" ]; // types: grid, points @@ -238,3 +239,14 @@ wam_baltic_surface: refresh_interval_secs = 60; number_to_keep = 2; }; +aws: +{ + alias = ["observations"]; + directory = "/smartmet/data/aws/surface"; + pattern = ".*_aws.*\.sqd$"; + forecast = false; + type = "points"; + leveltype = "surface"; + refresh_interval_secs = 60; + number_to_keep = 2; +};