Skip to content

Commit

Permalink
Add was
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala authored Nov 28, 2024
1 parent 684277c commit f83c81b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion smartmetconf/engines/querydata.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ producers =
"gfs_pressure",
"gem_pressure",
"nam_surface",
"nam_pressure"
"nam_pressure",
"aws"
];

// types: grid, points
Expand Down Expand Up @@ -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;
};

0 comments on commit f83c81b

Please sign in to comment.