DIVROT_FAMILY; APPLICATION
{
	APPLICATION {
		ROTWIND
		DIVWIND
		UVWIND
	} = ROTWIND
}

ROTWIND; abc; 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,
		help_definition = ( RETRIEVE, PARAM = VO, DATE=-1,
				    LEVELIST=500) 
	]

	{ @ }

        VORTICITY_PARAM
        {
            *
        } = 138

        TRUNCATION
	{
	  *
	  AV; AV
	} = 213

	SMOOTHING
	{
	  YES; Y
	  NO; N
	} = N

	FLTC
	{
	  *
	} = 19.4

	MFLTEXP
	{
	  *
	} = 2
}

DIVWIND; abc; 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,
		help_definition = ( RETRIEVE, PARAM = D, DATE=-1,
				    LEVELIST=500) 
	]

	{ @ }

        DIVERGENCE_PARAM
        {
            *
        } = 155

        TRUNCATION
	{
	  *
	  AV; AV
	} = 213

	SMOOTHING
	{
	  YES; Y
	  NO; N
	} = N

	FLTC
	{
	  *
	} = 19.4

	MFLTEXP
	{
	  *
	} = 2
}


UVWIND; abc; 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,
		help_definition = ( RETRIEVE, PARAM = VO/D, DATE=-1,
				    LEVELIST=500) 
	]

	{ @ }

        DIVERGENCE_PARAM
        {
            *
        } = 155

        VORTICITY_PARAM
        {
            *
        } = 138

	TRUNCATION
	{
	  *
	  AV; AV
	} = 213

	SMOOTHING
	{
	  YES; Y
	  NO; N
	} = N

	FLTC
	{
	  *
	} = 19.4

	MFLTEXP
	{
	  *
	} = 2
}
