DIVROT_MIR_FAMILY; APPLICATION
{
	APPLICATION {
		ROTWIND_MIR
		DIVWIND_MIR
		UVWIND_MIR
	} = ROTWIND_MIR
}

ROTWIND_MIR; blabla; Computes rotational wind
{
	DATA
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Rotational Wind,
		help_class      = RETRIEVE/RETRIEVE_MIR,
		help_definition = ( RETRIEVE_MIR, PARAM = VO, DATE=-1,
				    LEVELIST=500) 
	]

	{ @ }

	TRUNCATION
	{
	  *
	  AV; AV
	} = 213

	SMOOTHING
	{
	  YES; Y
	  NO; N
	} = N

	FLTC
	{
	  *
	} = 19.4

	MFLTEXP
	{
	  *
	} = 2
}

DIVWIND_MIR; blabla; Computes divergent wind
{
	DATA
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Divergent Wind,
		help_class      = RETRIEVE/RETRIEVE_MIR,
		help_definition = ( RETRIEVE_MIR, PARAM = D, DATE=-1,
				    LEVELIST=500) 
	]

	{ @ }

	TRUNCATION
	{
	  *
	  AV; AV
	} = 213

	SMOOTHING
	{
	  YES; Y
	  NO; N
	} = N

	FLTC
	{
	  *
	} = 19.4

	MFLTEXP
	{
	  *
	} = 2
}


UVWIND_MIR; blabla; Computes uv wind
{
	DATA
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for UV Wind,
		help_class      = RETRIEVE/RETRIEVE_MIR,
		help_definition = ( RETRIEVE_MIR, PARAM = VO/D, DATE=-1,
				    LEVELIST=500) 
	]

	{ @ }

	TRUNCATION
	{
	  *
	  AV; AV
	} = 213

	SMOOTHING
	{
	  YES; Y
	  NO; N
	} = N

	FLTC
	{
	  *
	} = 19.4

	MFLTEXP
	{
	  *
	} = 2
}
