POTT_FAMILY
{
	APPLICATION {
		Potential temperature ; POTT
		Equivalent potential temperature ; EQPOTT
		Saturated equivalent Potential temperature ; SEQPOTT
	} = POTT

	LEVEL_TYPE {
		Model levels    ; MODEL_LEVEL
		Pressure levels ; PRESSURE_LEVEL
	} = MODEL_LEVEL
} 

###############################################################

POTT_M; SAMPLE Application; Definition of one SAMPLE
{
	LNSP
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Lnsp,
		help_class      = RETRIEVE,
		help_definition = ( RETRIEVE, LEVTYPE = ML, LEVELIST = 1, 
				    PARAM = LNSP, GRID = 1.5/1.5,DATE=-1  )  
	]
	{ @ }

	TEMPERATURE
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Temperature,
		help_class      = RETRIEVE,
		help_definition = ( RETRIEVE, PARAM = T, GRID = 1.5/1.5,
				    LEVTYPE = ML, LEVELIST = 10, DATE=-1 ) 
	]

	{ @ }
}

###############################################################

POTT_P; SAMPLE Application; Definition of one SAMPLE
{
	TEMPERATURE
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Temperature,
		help_class      = RETRIEVE,
		help_definition = ( RETRIEVE, PARAM = T, GRID = 1.5/1.5,
				    LEVTYPE = PL, LEVELIST = 500, DATE=-1 ) 
	]

	{ @ }
}

###############################################################

EQPOTT_M; SAMPLE Application; Definition of one SAMPLE
{
	LNSP
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Lnsp,
		help_class      = RETRIEVE,
		help_definition = ( RETRIEVE, PARAM = LNSP, GRID = 1.5/1.5, 
				    LEVTYPE = ML, LEVELIST = 1, DATE=-1 ) 
	]

	{ @ }

	TEMPERATURE
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Temperature,
		help_class      = RETRIEVE,
		help_definition = ( RETRIEVE, PARAM = T, GRID = 1.5/1.5,
				    LEVTYPE = ML, LEVELIST = 10, DATE=-1 ) 
	]
		
	{ @ }

	HUMIDITY
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Humidity,
		help_class      = RETRIEVE,
		help_definition = ( RETRIEVE, PARAM = Q, GRID = 1.5/1.5,
				    LEVTYPE = ML, LEVELIST = 10, DATE=-1 ) 
	]
		
	{ @ }
}

###############################################################

EQPOTT_P; SAMPLE Application; Definition of one SAMPLE
{
	TEMPERATURE
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Temperature,
		help_class      = RETRIEVE,
		help_definition = ( RETRIEVE, PARAM = T, GRID = 1.5/1.5,
				    LEVTYPE = PL, LEVELIST = 500, DATE=-1 ) 
	]
		
	{ @ }

	HUMIDITY
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Humidity,
		help_class      = RETRIEVE,
		help_definition = ( RETRIEVE, PARAM = R, GRID = 1.5/1.5,
				    LEVTYPE = PL, LEVELIST = 500, DATE=-1 ) 
	]
		
	{ @ }
}

###############################################################

SEQPOTT_M; SAMPLE Application; Definition of one SAMPLE
{
	LNSP
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Lnsp,
		help_class      = RETRIEVE,
		help_definition = ( RETRIEVE,PARAM = LNSP, GRID = 1.5/1.5, 
				    LEVTYPE = ML, LEVELIST = 1, DATE=-1 ) 
	]

	{ @ }

	TEMPERATURE
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Temperature,
		help_class      = RETRIEVE,
		help_definition = ( RETRIEVE, PARAM = T, GRID = 1.5/1.5,
				    LEVTYPE = ML, LEVELIST = 10, DATE=-1 ) 
	]
		
	{ @ }
}

###############################################################

SEQPOTT_P; SAMPLE Application; Definition of one SAMPLE
{
	TEMPERATURE
	[ 
		interface	= icon,
		class		= GRIB,
		exclusive	= true,
		help            = help_data,
		help_directory  = '/Metview/Defaults',
		help_name       = Data for Temperature,
		help_class      = RETRIEVE,
		help_definition = ( RETRIEVE, PARAM = T, GRID = 1.5/1.5,
				    LEVTYPE = PL, LEVELIST = 500, DATE=-1 ) 
	]
		
	{ @ }
}
