/usr/share/metview/etc/RelHumDef 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 | RELHUM2; Relhum Application; One GRIB file
{
DATA
[ interface = icon, class = GRIB, exclusive = true,
help = help_data,
help_directory = '/System/Defaults',
help_name = Data for Relative Humidity,
help_class = RETRIEVE,
help_definition = ( RETRIEVE, LEVTYPE = ML,
LEVELIST = 1/TO/91,
PARAM = T/Q/LNSP,
DATE = '-1',
GRID = 1.5/1.5 )
]
{ @ }
# Note: in Metview 3, there was an additional parameter, TITLE.
# This is not used in Metview 4, so we remove it. However, we could retain
# it but make it hidden, which the following definition would allow:
# TITLE
# [ visible = false ]
# { @ } = Relative Humidity
}
|