Skip to content

Commit

Permalink
Remove hirlam
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala authored Aug 30, 2023
1 parent 850e9a3 commit de200f3
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions smartmetconf/engines/querydata.conf
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
verbose = true;

# Where to cache valid points
valid_points_cache_dir = "/var/smartmet/querydata/validpoints";
valid_points_cache_dir = "/var/smartmet/cache/validpoints";

# Note: order is significant
producers =
[ "meteor",
"meps_northeurope_surface",
"hirlam_europe_surface",
"icon_surface",
"gfs_world_surface",
"gem_world_surface",
"gensavg_world_surface",
"gensctrl_world_surface",
"hbm_baltic_surface",
"wam_baltic_surface",
"hirlam_europe_pressure",
"meps_northeurope_pressure",
"icon_pressure",
"gfs_world_pressure",
Expand Down Expand Up @@ -64,31 +62,6 @@ meps_northeurope_pressure:
number_to_keep = 2;
};

hirlam_europe_surface:
{
alias = "hirlam";
directory = "/smartmet/data/hirlam/surface";
pattern = ".*_hirlam_europe_surface\.sqd$";
forecast = true;
type = "grid";
leveltype = "surface";
refresh_interval_secs = 60;
number_to_keep = 4;
multifile = true;
};

hirlam_europe_pressure:
{
alias = "hirlam_pressure";
directory = "/smartmet/data/hirlam/pressure";
pattern = ".*_hirlam_europe_pressure\.sqd$";
forecast = true;
type = "grid";
leveltype = "pressure";
refresh_interval_secs = 60;
number_to_keep = 2;
};

icon_surface:
{
alias = "icon";
Expand Down

0 comments on commit de200f3

Please sign in to comment.