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

}
