Skip to content

Commit

Permalink
Add wrf
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala authored Aug 29, 2024
1 parent 233e5ca commit e14be9c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions smartmetconf/engines/querydata.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ valid_points_cache_dir = "/var/smartmet/cache/validpoints";
producers =
[ "meteor",
"meps_surface",
"wrf_surface",
"ecmwf_surface",
"icon_surface",
"gfs_surface",
Expand Down Expand Up @@ -38,6 +39,19 @@ meteor:
number_to_keep = 4;
};

wrf_surface:
{
alias = ["wrf", "wrf_surface"];
directory = "/smartmet/data/wrf/surface";
pattern = ".*_wrf_.*_surface\.sqd$";
forecast = true;
type = "grid";
leveltype = "surface";
refresh_interval_secs = 60;
number_to_keep = 2;
multifile = false;
};

ecmwf_surface:
{
alias = ["ecmwf", "ecmwf_surface"];
Expand Down

0 comments on commit e14be9c

Please sign in to comment.