/usr/share/metview/etc/MHovmoellerViewRules is in metview-data 5.0.0~beta.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | %if TYPE = LINE_HOVM %then
%unset AREA
%unset AVERAGE_DIRECTION
%unset BOTTOM_LEVEL
%unset TOP_LEVEL
%unset VERTICAL_AXIS
%unset VERTICAL_LEVEL_TYPE
%unset VERTICAL_SCALING
%if TYPE = AREA_HOVM %then
%unset LINE
%unset BOTTOM_LEVEL
%unset TOP_LEVEL
%unset VERTICAL_AXIS
%unset VERTICAL_LEVEL_TYPE
%unset VERTICAL_SCALING
%if TYPE = VERTICAL_HOVM %then
%unset LINE
%unset GEO_AXIS
%unset AVERAGE_DIRECTION
%unset RESOLUTION
%unset SWAP_AXES
%if TIME_AXIS_MODE <> USER %then
%unset DATE_MIN
%unset DATE_MAX
%include PageFrameRules
%include SubpageFrameRules
|