AVERAGEVIEW; PlotMod Icon; Metview
{
   AREA
      [
         help         = help_input,
         help_icon    = 'help_area',
         input_type   = area,
         input_window = '/System/Defaults/Input Window'
      ]
   {
      *
      /
   } = 90./-180./-90./180.

   DIRECTION
   {
      NORTH SOUTH	; NS
      EAST WEST	; EW
   } = NS

   BOTTOM_PRESSURE
   {
      *
   } = 1015.0

   TOP_PRESSURE
   {
      *
   } = 10.0

   PRESSURE_LEVEL_AXIS
   {
      LINEAR
      LOG
   } = LINEAR

%include OverlayControl

   SUBPAGE_X_POSITION
   {
      @
   } = 7.5

   SUBPAGE_Y_POSITION
   {
      @
   } = 7

   SUBPAGE_X_LENGTH
   {
      @
   } = 85

   SUBPAGE_Y_LENGTH
   {
      @
   } = 80

   %include PageFrameDef
   %include SubpageFrameDef
}
