This file is indexed.

/usr/share/metview/etc/ObjectSpec.Percentile 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
object,
	class            = PERCENTILE,
	can_be_created   = True,
	definition_file  = '$METVIEW_DIR_SHARE/etc/PercentileDef',
	rules_file       = '$METVIEW_DIR_SHARE/etc/PercentileRules',
	default_name     = Percentile,
	type             = Data,
        icon_box	 = Data processing,
	expand           = 67, # EXPAND_DATE|EXPAND_TIME|EXPAND_LISTS
	macro            = percentile,
	editor_type      = SimpleEditor,
	pixmap           = '$METVIEW_DIR_SHARE/icons/PERCENTILE.icon'

state,
	class		 = PERCENTILE,
	output_class	 = GRIB,
        service		 = Percentile

service,
	timeout		 = $timeout, # set in script
        name		 = 'Percentile',
	fullname	 = Percentile,
        cmd		 = "$metview_command $METVIEW_BIN/Percentile"