/usr/share/metview/etc/ObjectSpec.Flexpart 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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ################################################################################
#
# ObjectSpec.Flexpart
#
#-----------------------
# Computation
#-----------------------
object,
class = FLEXPART_RUN,
can_be_created = False,
definition_file = '$METVIEW_DIR_SHARE/etc/FlexpartRunDef',
rules_file = '$METVIEW_DIR_SHARE/etc/FlexpartRunRules',
default_name = 'Flexpart Run',
type = Data,
expand = 75,
macro = flexpart_run,
editor_type = SimpleEditor,
pixmap = '$METVIEW_DIR_SHARE/icons/FLEXTRA_RUN.icon'
#-----------------------
# States + services
#-----------------------
state,
class = FLEXPART_RUN,
action = execute,
service = FlexpartRun
#state,
# class = FLEXTRA_RUN,
# output_class = FLEXTRA_FILE,
# service = FlextraRun
service,
cmd = '$METVIEW_CMD $METVIEW_BIN/FlexpartRun',
name = 'FlexpartRun'
|