MetPlus; New Metgram module; MetPlus
{
    type {
        10_days_epsgram
        15_days_epsgram
        10_days_metgram
        10_days_wave_epsgram
        15_days_epsgram_with_climate
    } = 15_days_epsgram
    
    
    station 
		[ interface = icon, class = STATION, exclusive = false,
		  help            = help_data,missing = fatal,
		  help_directory  = '/Metview/Defaults',
		  help_name       = Station for Meteogram,
		  help_class      = STATIONS,
		  help_definition = ( STATIONS, NAME = Heathrow ) ]
	{ @ / }
	

    DATA_SELECTION_TYPE
    {
        LATEST
        DATE
        LOCAL
    } = LATEST


	DATE
	{
		*
	} = -1

	FORECAST_RUN_TIME
	{
		00
		12
	} = 12

	EXPERIMENT
	{
		*
	} = 0001


    format {
        PostScript ; ps
        PDF        ; pdf
        GIF        ; gif
        PNG        ; png
#        SVG        ; svg
    } = PostScript


	database { @ } = latest	
}
