/usr/share/metview/etc/ObjectSpec.Vapor 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 | ################################################################################
#
# ObjectSpec.Vapor
#
#-----------------------
# Data
#-----------------------
object,
class = VAPOR_VDF_FILE,
can_be_created = False,
check = False,
default_object = False,
type = File,
default_name = 'Vapor vdf File',
pixmap = '$METVIEW_DIR_SHARE/icons/VAPOR_VDF_FILE.icon',
editor_type = QtMacroEditor
#state,
# class = FLEXTRA,
# action = examine,
# service = OdbExaminer
#-----------------------
# Preparation
#-----------------------
object,
class = VAPOR_PREPARE,
can_be_created = True,
definition_file = '$METVIEW_DIR_SHARE/etc/VaporPrepareDef',
rules_file = '$METVIEW_DIR_SHARE/etc/VaporPrepareRules',
default_name = 'Vapor Prepare',
type = Data,
icon_box = Data access,
expand = 75,
macro = vapor_prepare,
editor_type = SimpleEditor,
skip_dependancies = visualise,
pixmap = '$METVIEW_DIR_SHARE/icons/VAPOR_PREPARE.icon'
#-----------------------
# States + services
#-----------------------
state,
class = VAPOR_PREPARE,
action = execute,
service = VaporPrepare
state,
class = VAPOR_PREPARE,
output_class = VAPOR_INPUT,
service = VaporPrepare
state,
class = VAPOR_PREPARE,
action = visualise,
service = VaporPrepare
#state,
# class = FLEXTRA_RUN,
# action = execute,
# service = FlextraRun
#state,
# class = FLEXTRA_RUN,
# output_class = FLEXTRA_FILE,
# service = FlextraRun
service,
cmd = '$METVIEW_CMD $METVIEW_BIN/VaporPrepare',
name = VaporPrepare
|