This file is indexed.

/usr/share/metview/etc/ObjectSpec.Thermo 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
object,
    class             = THERMODATA_FAMILY,
    can_be_created    = True,
    icon_box          = Data processing,
    definition_file   = '$METVIEW_DIR_SHARE/etc/ThermoDataDef',
    rules_file        = '$METVIEW_DIR_SHARE/etc/ThermoDataRules',
    default_name      = Thermo Data,
    help_page         = Thermo_Data,
    type              = Family,
    expand            = 512, #expand default values
    editor_type       = FamilyEditor,
    pixmap            = '$METVIEW_DIR_SHARE/icons/THERMODATA.icon'

object,
    class             = GRIB_THERMO,
    can_be_created    = False,
    definition_file   = '$METVIEW_DIR_SHARE/etc/ThermoDataDef',
    rules_file        = '$METVIEW_DIR_SHARE/etc/ThermoDataRules',
    default_name      = Grib Thermo Data,
    type              = Data,
    expand            = 512, #expand default values
    macro             = thermo_grib,
    editor_type       = SimpleEditor,
    pixmap            = '$METVIEW_DIR_SHARE/icons/THERMODATA.icon'

object,
    class             = ODB_THERMO,
    can_be_created    = False,
    definition_file   = '$METVIEW_DIR_SHARE/etc/ThermoDataDef',
    rules_file        = '$METVIEW_DIR_SHARE/etc/ThermoDataRules',
    default_name      = Odb Thermo Data,
    type              = Data,
    expand            = 512, #expand default values
    macro             = thermo_odb,
    editor_type       = SimpleEditor,
    pixmap            = '$METVIEW_DIR_SHARE/icons/THERMODATA.icon'

object,
    class             = BUFR_THERMO,
    can_be_created    = False,
    definition_file   = '$METVIEW_DIR_SHARE/etc/ThermoDataDef',
    rules_file        = '$METVIEW_DIR_SHARE/etc/ThermoDataRules',
    default_name      = Bufr Thermo Data,
    type              = Data,
    expand            = 512, #expand default values
    macro             = thermo_bufr,
    editor_type       = SimpleEditor,
    pixmap            = '$METVIEW_DIR_SHARE/icons/THERMODATA.icon'

state,
    class   = THERMODATA_FAMILY,
    action  = visualise/execute/examine/save/hardcopy/prepare/drop,
    service = Thermo

state,
    class        = GRIB_THERMO/ODB_THERMO/BUFR_THERMO,
    action       = visualise/execute/examine/save/hardcopy/prepare/drop,
    output_class = NETCDF,
    service      = Thermo

service,
    timeout  = $timeout,
    name     = 'Thermo',
    fullname = Thermo,
    cmd      = "$metview_command $METVIEW_BIN/Thermo"

object,
    class               = THERMOVIEW,
    can_be_created      = True,
    icon_box            = Views,
    definition_file     = '$METVIEW_DIR_SHARE/etc/ThermoViewDef',
    rules_file          = '$METVIEW_DIR_SHARE/etc/ThermoViewRules',
    default_name        = Thermo View,
    help_page           = Thermo_View,
    type                = View,
    macro               = thermoview,
    editor_type         = SimpleEditor,
    pixmap              = '$METVIEW_DIR_SHARE/icons/THERMOVIEW.icon',
    expand              = 128, #EXPAND_NO_DEFAULT,
    doubleclick_method  = Edit

state,
   class      = THERMOVIEW,
   action     = execute/visualise,
   service    = uPlotManager

object,
   class           = MTHERMOGRID,
   icon_box        = Visual definitions,
   can_be_created  = True,
   definition_file = '$METVIEW_DIR_SHARE/etc/MTHERMOGRIDDef',
   rules_file      = '$METVIEW_DIR_SHARE/etc/MTHERMOGRIDRules',
   default_name    = Thermo Grid,
   help_page       = Thermo_Grid,
   type            = Visdef,
   macro           = mthermogrid,
   expand          = 128,     #EXPAND_NO_DEFAULT
   editor_type     = SimpleEditor,
   pixmap          = '$METVIEW_DIR_SHARE/icons/MTHERMOGRID.icon'

object,
   class           = MTHERMO,
   icon_box        = Visual definitions,
   can_be_created  = True,
   definition_file = '$METVIEW_DIR_SHARE/etc/MThermoDef',
   rules_file      = '$METVIEW_DIR_SHARE/etc/MThermoRules',
   default_name    = Thermo Plotting,
   help_page       = Thermo_Plotting,
   type            = Visdef,
   macro           = mthermo,
   expand          = 128,    #EXPAND_NO_DEFAULT
   editor_type     = SimpleEditor,
   pixmap          = '$METVIEW_DIR_SHARE/icons/MTHERMO.icon'