This file is indexed.

/usr/share/metview/etc/MHovmoellerViewDef 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
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
MHOVMOELLERVIEW; uPlot Icon; Metview
{
   TYPE
   {
      LINE_HOVM
      AREA_HOVM
      VERTICAL_HOVM
   } = LINE_HOVM

   LINE [
          help         = help_input,
          help_icon    = 'help_line',
          input_type   = line,
          input_window = '/System/Defaults/Input Window'
        ]
   {
      *
      /
   } = 0./-180./0./180.

   AREA [
          help         = help_input,
          help_icon    = 'help_map',
          input_type   = area,
          input_window = '/System/Defaults/Input Window'
        ]
   {
      *
      /
   } = 30./-30./-30./30.

   AVERAGE_DIRECTION
   {
      EAST_WEST
      NORTH_SOUTH
   } = EAST_WEST

   TIME_AXIS_MODE
   {
      AUTOMATIC_FORWARDS
						AUTOMATIC_BACKWARDS
      USER
   } = USER

   DATE_MIN
   {
      AUTOMATIC
      @
   } = AUTOMATIC

   DATE_MAX
   {
      AUTOMATIC
      @
   } = AUTOMATIC

   BOTTOM_LEVEL
   {
       *
   } = 1015.0

   TOP_LEVEL
   {
       *
   } = 0.01

   SWAP_AXES
   {
      NO
      YES
   } = NO

   RESOLUTION
   {
      *
   } = 1.0

   TIME_AXIS [
               interface       = icon,
               class           = MAXIS,
               missing         = ignored,
               help            = help_data,
               help_name       = Time Axis,
               help_directory  = '/System/Defaults',
               help_class      = MAXIS,
               help_definition = ( MAXIS, AXIS_TYPE=DATE )
             ]
   {
      @
   }

   GEO_AXIS [
              interface       = icon,
              class           = MAXIS,
              missing         = ignored,
              help            = help_data,
              help_name       = Geo Axis,
              help_directory  = '/System/Defaults',
              help_class      = MAXIS,
              help_definition = ( MAXIS, AXIS_ORIENTATION=VERTICAL, AXIS_TICK_LABEL_TYPE=LATITUDE )
            ]
   {
      @
   }

   VERTICAL_AXIS [
                 interface       = icon,
                 class           = MAXIS,
                 missing         = ignored,
                 help            = help_data,
                 help_name       = Vertical Axis,
                 help_directory  = '/System/Defaults',
                 help_class      = MAXIS,
                 help_definition = ( MAXIS, AXIS_ORIENTATION=VERTICAL )
               ]
   {
      @
   }

   VERTICAL_LEVEL_TYPE
   {
      AS_IN_DATA
      PRESSURE
   } = AS_IN_DATA

   VERTICAL_SCALING
   {
      LINEAR
      LOG
   } = LINEAR

   SUBPAGE_CLIPPING
   {
      ON
      OFF
   } = OFF

   SUBPAGE_X_POSITION
   {
      @
   } = 12

   SUBPAGE_Y_POSITION
   {
      @
   } = 10

   SUBPAGE_X_LENGTH
   {
      @
   } = 75

   SUBPAGE_Y_LENGTH
   {
      @
   } = 80

%include PageFrameDef
%include SubpageFrameDef
}