#
#          DATA ACCESS EDITOR example definition file
#
#
# This definition file tries to be close-to-real-life with parameter
# names and allowed values and there are only short comments for each
# parameter in this file.
#
# Have a look at 'DataAccessDef2' for a more detailed comments on
# different possibilities. 'DataAccessDef2' does not try to look like
# a read data access editor but it introduces several different ways
# to define parameters.
#
# 'DataAccessDef3' goes even more further explaining with examples
# how you can add Assist Buttons for parameters.
#



DATA_ACCESS
{

#                       -- this will be a menu selection
  MODEL
  {
    ECMWF     ; ECM
    HIRLAM    ; HIR
    BRACKNELL ; UKMO
    OFFENBACH ; DWD
  } = ECM

#                       -- this will be a menu selection
#                       -- 1st value is shown, 2nd is forwarded
  LEVEL_TYPE
  {
    SURFACE        ;  01
    10_METER       ; 105
    PRESSURE_LEVEL ; 100
    MODEL_LEVEL    ; 107
  } = 100

#                       -- this will be for a list of numbers
  LEVEL_LIST
  {
    *
    /
  } = 1000/850/700/500/300

#                       -- this will be for text
  PARAMETER
  {
    @
  } = Z

#                       -- this will be for a single number
  DATE 
  {
    *
  } = -1

#                       -- this will be for a single number
  TIME
  {
    *
  } = 1200

#                       -- this will be for a list of numbers
  FORECAST_STEPS
  {
    *
    /
  } = 24/36/48

}
