/usr/share/metview/etc/MHovmoellerViewRules is in metview-data 4.8.0-4.
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 | %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
%include PageFrameRules
%include SubpageFrameRules
 |