<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-08-20T13:21:14.378Z"
        xmlns="http://www.opengis.net/wms"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:edal="http://reading-escience-centre.github.io/edal-java/wms"
        xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd">
    <Service>
        <Name>WMS</Name>
        <Title>NCAR GDEX THREDDS Server</Title>
        <Abstract>Geoscientific Data</Abstract>
        <KeywordList>
            <Keyword>meteorology</Keyword>
            <Keyword> atmosphere</Keyword>
            <Keyword> climate</Keyword>
            <Keyword> ocean</Keyword>
            <Keyword> earth science</Keyword>
        </KeywordList>
        <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>Support</ContactPerson>
                <ContactOrganization>NCAR GDEX</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>chiaweih@ucar.edu</ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>2048</MaxWidth>
        <MaxHeight>2048</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetCapabilities>
            <GetMap>
                <Format>image/png</Format>
                <Format>image/png;mode=32bit</Format>
                <Format>image/gif</Format>
                <Format>image/jpeg</Format>
                <Format>application/vnd.google-earth.kmz</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetMap>
            <GetFeatureInfo>
                <Format>text/plain</Format>
                <Format>text/xml</Format>
                <Format>text/html</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetFeatureInfo>
        </Request>
        <Exception>
            <Format>XML</Format>
        </Exception>
        <edal:ExtendedCapabilities>
            <edal:CapabilitiesType>ncWMS2</edal:CapabilitiesType>
            <edal:ExtendedRequest>
                <edal:Request>GetMap</edal:Request>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORSCALERANGE</edal:ParameterName>
                    <edal:ParameterDescription>Of the form min,max this is the scale range used for plotting the data.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>NUMCOLORBANDS</edal:ParameterName>
                    <edal:ParameterDescription>The number of discrete colours to plot the data. Must be between 2 and 250</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ABOVEMAXCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are above the maximum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the maximum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>BELOWMINCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are below the minimum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the minimum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>LOGSCALE</edal:ParameterName>
                    <edal:ParameterDescription> "true" or "false" - whether to plot data with a logarithmic scale</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETTIME</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the time range (specified in the TIME parameter) will be plotted. In the case that an in-situ point has multiple time readings within that range, the colour used to plot them will depend on the time value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETELEVATION</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the elevation range (specified in the ELEVATION parameter) will be plotted. In the case that an in-situ point has multiple elevation readings within that range, the colour used to plot them will depend on the elevation value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>OPACITY</edal:ParameterName>
                    <edal:ParameterDescription>The percentage opacity of the final output image</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ANIMATION</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false" - whether to generate an animation. This also needs the TIME to be of the formstarttime/endtime, and currently is only implemented for features with a discrete time axis.</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTimeseries</edal:Request>
                <edal:RequestDescription>This produces either a timeseries graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The TIME parameter should specify a range of times in the form starttime/endtime, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetVerticalProfile</edal:Request>
                <edal:RequestDescription>This produces either a vertical profile graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The ELEVATION parameter should specify a range of elevations in the form startelevation/endelevation, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTransect</edal:Request>
                <edal:RequestDescription>This produces a graph of data values along an arbitrary path. Additionally if there is vertical information present in the dataset, it will produce a vertical section along the same path.  It accepts the same URL parameters as a GetMap requestion, with the additional mandatory parameter LINESTRING</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>LINESTRING</edal:ParameterName>
                    <edal:ParameterDescription>The points which define the path of the transect to plot.  Of the form x1 y1,x2 y2,x3 y3...</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetMetadata</edal:Request>
                <edal:RequestDescription>Fetches small pieces of metadata.  Many of these are also present in this capabilities document, but GetMetadata provides a more convenient method of accessing such data. GetMetadata always returns data in the JSON format</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>ITEM</edal:ParameterName>
                    <edal:ParameterDescription>This specifies the metadata to return.  This can take the values:
                        menu: Returns a tree representation of the available WMS layers, with IDs. Takes the optional parameter DATASET to return the same tree for a single dataset
                        layerDetails: Returns a set of details needed to plot a given layer. This includes such data as units, layer bounding box, configured scale range, etc. Takes the parameters LAYERNAME and TIME. The TIME parameter is optional, and if it is specified then the nearest available time is returned as part of the layer's details.
                        minmax: Calculates the range of values in the given area. Takes the same parameters as a GetMap request.
                        timesteps: Returns the available times for a given day. Takes the parameters LAYERNAME and DAY (yyyy-mm-dd)
                        animationTimesteps: Returns a list of time strings at different temporal resolutions for a given time range. This is used to present to the user different frequencies for the generation of an animation. Takes the parameters LAYERNAME, START, and END</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetLegendGraphic</edal:Request>
                <edal:RequestDescription>The GetLegendGraphic request generates an image which can be used as a legend. There are two main options: Generating just a colourbar, and generating a full legend.</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORBARONLY</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false".  Whether to generate a full legend or just the colour bar.  If it's "true", the following URL parameters are required:
                        PALETTE: The name of the palette to use. If missing, set to "default"
                        NUMCOLORBANDS: The number of colour bands to use. If missing, set to 250
                        VERTICAL: Whether to very colours vertically. If missing, defaults to true
                        WIDTH: The width of the image to generate. If missing, defaults to 50
                        HEIGHT: The height of the image to generate. If missing, defaults to 200
                    
                    For a full legend, the additional parameters LAYERS and either STYLES, SLD, or SLD_BODY must be supplied. This is because a single WMS layer may depend on an arbitrary number of sub-layers, depending on the style it is plotted in. In addition to these parameters, the optional parameters controlling the style may be supplied (these are the same as documented in the GetMap request).  Note that for full legends, the supplied width and height are NOT the final height of the image, but rather the width and height of each individual coloured plot area (i.e. the 1d/2d colourbar)</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
        </edal:ExtendedCapabilities>
        <Layer>
            <Title>NCAR GDEX THREDDS Server</Title>
            <CRS>EPSG:4326</CRS>
            <CRS>CRS:84</CRS>
            <CRS>EPSG:41001</CRS>
            <CRS>EPSG:27700</CRS>
            <CRS>EPSG:3408</CRS>
            <CRS>EPSG:3409</CRS>
            <CRS>EPSG:3857</CRS>
            <CRS>EPSG:5041</CRS>
            <CRS>EPSG:5042</CRS>
            <CRS>EPSG:32661</CRS>
            <CRS>EPSG:32761</CRS>
            <Layer>
                <Title>No dataset title found.</Title>
    <Layer queryable="1">
        <Name>Storm_relative_helicity_height_above_ground_layer_24_Hour_Average</Name>
        <Title>Storm relative helicity (24_Hour Average) @ Specified height level above ground layer</Title>
        <Abstract>Storm relative helicity (24_Hour Average) @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="1500.0">
            1500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_relative_helicity_height_above_ground_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_relative_helicity_height_above_ground_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_relative_helicity_height_above_ground_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_relative_helicity_height_above_ground_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_relative_helicity_height_above_ground_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_relative_helicity_height_above_ground_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Best_4-layer_lifted_index_surface_24_Hour_Average</Name>
        <Title>Best (4-layer) lifted index (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Best (4-layer) lifted index (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Best_4-layer_lifted_index_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Best_4-layer_lifted_index_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Best_4-layer_lifted_index_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Best_4-layer_lifted_index_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Best_4-layer_lifted_index_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Best_4-layer_lifted_index_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Brightness_temperature_atmosphere_top_24_Hour_Average</Name>
        <Title>Brightness temperature (24_Hour Average) @ Nominal top of the atmosphere</Title>
        <Abstract>Brightness temperature (24_Hour Average) @ Nominal top of the atmosphere</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Brightness_temperature_atmosphere_top_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Brightness_temperature_atmosphere_top_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Brightness_temperature_atmosphere_top_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Brightness_temperature_atmosphere_top_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Brightness_temperature_atmosphere_top_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Brightness_temperature_atmosphere_top_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Cloud_water_surface_layer_24_Hour_Average</Name>
        <Title>Cloud water (24_Hour Average) @ Ground or water surface layer</Title>
        <Abstract>Cloud water (24_Hour Average) @ Ground or water surface layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_water_surface_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_water_surface_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_water_surface_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_water_surface_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_water_surface_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_water_surface_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_available_potential_energy_surface_24_Hour_Average</Name>
        <Title>Convective available potential energy (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Convective available potential energy (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_inhibition_surface_24_Hour_Average</Name>
        <Title>Convective inhibition (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Convective inhibition (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_surface_24_Hour_Average</Name>
        <Title>Geopotential height (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Geopotential height (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_tropopause_24_Hour_Average</Name>
        <Title>Geopotential height (24_Hour Average) @ Tropopause</Title>
        <Abstract>Geopotential height (24_Hour Average) @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_tropopause_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_tropopause_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_tropopause_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_maximum_wind_24_Hour_Average</Name>
        <Title>Geopotential height (24_Hour Average) @ Maximum wind level</Title>
        <Abstract>Geopotential height (24_Hour Average) @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_maximum_wind_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_maximum_wind_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_maximum_wind_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_zeroDegC_isotherm_24_Hour_Average</Name>
        <Title>Geopotential height (24_Hour Average) @ Level of 0 °C isotherm</Title>
        <Abstract>Geopotential height (24_Hour Average) @ Level of 0 °C isotherm</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_zeroDegC_isotherm_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_zeroDegC_isotherm_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_zeroDegC_isotherm_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_zeroDegC_isotherm_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_zeroDegC_isotherm_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_zeroDegC_isotherm_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_highest_tropospheric_freezing_24_Hour_Average</Name>
        <Title>Geopotential height (24_Hour Average) @ Highest tropospheric freezing level</Title>
        <Abstract>Geopotential height (24_Hour Average) @ Highest tropospheric freezing level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_highest_tropospheric_freezing_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_highest_tropospheric_freezing_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_highest_tropospheric_freezing_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_highest_tropospheric_freezing_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_highest_tropospheric_freezing_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_highest_tropospheric_freezing_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ICAO_Standard_Atmosphere_Reference_Height_maximum_wind_24_Hour_Average</Name>
        <Title>ICAO Standard Atmosphere Reference Height (24_Hour Average) @ Maximum wind level</Title>
        <Abstract>ICAO Standard Atmosphere Reference Height (24_Hour Average) @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ICAO_Standard_Atmosphere_Reference_Height_tropopause_24_Hour_Average</Name>
        <Title>ICAO Standard Atmosphere Reference Height (24_Hour Average) @ Tropopause</Title>
        <Abstract>ICAO Standard Atmosphere Reference Height (24_Hour Average) @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_tropopause_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_tropopause_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_tropopause_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ice_cover_surface_24_Hour_Average</Name>
        <Title>Ice cover (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Ice cover (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_cover_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_cover_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_cover_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_cover_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_cover_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_cover_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Land_cover_0__sea_1__land_surface_24_Hour_Average</Name>
        <Title>Land cover (0 = sea, 1 = land) (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Land cover (0 = sea, 1 = land) (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Land_cover_0__sea_1__land_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Land_cover_0__sea_1__land_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Land_cover_0__sea_1__land_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Land_cover_0__sea_1__land_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Land_cover_0__sea_1__land_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Land_cover_0__sea_1__land_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Planetary_boundary_layer_height_surface_24_Hour_Average</Name>
        <Title>Planetary boundary layer height (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Planetary boundary layer height (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Planetary_boundary_layer_height_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Planetary_boundary_layer_height_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Planetary_boundary_layer_height_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Planetary_boundary_layer_height_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Planetary_boundary_layer_height_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Planetary_boundary_layer_height_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_surface_24_Hour_Average</Name>
        <Title>Pressure (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Pressure (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_msl_24_Hour_Average</Name>
        <Title>Pressure (24_Hour Average) @ Mean sea level</Title>
        <Abstract>Pressure (24_Hour Average) @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_msl_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_msl_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_msl_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_tropopause_24_Hour_Average</Name>
        <Title>Pressure (24_Hour Average) @ Tropopause</Title>
        <Abstract>Pressure (24_Hour Average) @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_tropopause_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_tropopause_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_tropopause_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_maximum_wind_24_Hour_Average</Name>
        <Title>Pressure (24_Hour Average) @ Maximum wind level</Title>
        <Abstract>Pressure (24_Hour Average) @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_maximum_wind_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_maximum_wind_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_maximum_wind_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_surface_layer_24_Hour_Average</Name>
        <Title>Relative humidity (24_Hour Average) @ Ground or water surface layer</Title>
        <Abstract>Relative humidity (24_Hour Average) @ Ground or water surface layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_surface_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_surface_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_surface_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_surface_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_surface_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_surface_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_zeroDegC_isotherm_24_Hour_Average</Name>
        <Title>Relative humidity (24_Hour Average) @ Level of 0 °C isotherm</Title>
        <Abstract>Relative humidity (24_Hour Average) @ Level of 0 °C isotherm</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_zeroDegC_isotherm_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_zeroDegC_isotherm_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_zeroDegC_isotherm_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_zeroDegC_isotherm_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_zeroDegC_isotherm_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_zeroDegC_isotherm_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_highest_tropospheric_freezing_24_Hour_Average</Name>
        <Title>Relative humidity (24_Hour Average) @ Highest tropospheric freezing level</Title>
        <Abstract>Relative humidity (24_Hour Average) @ Highest tropospheric freezing level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_highest_tropospheric_freezing_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_highest_tropospheric_freezing_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_highest_tropospheric_freezing_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_highest_tropospheric_freezing_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_highest_tropospheric_freezing_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_highest_tropospheric_freezing_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Surface_lifted_index_surface_24_Hour_Average</Name>
        <Title>Surface lifted index (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Surface lifted index (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_lifted_index_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_lifted_index_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_lifted_index_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_lifted_index_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_lifted_index_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_lifted_index_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_surface_24_Hour_Average</Name>
        <Title>Temperature (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Temperature (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_tropopause_24_Hour_Average</Name>
        <Title>Temperature (24_Hour Average) @ Tropopause</Title>
        <Abstract>Temperature (24_Hour Average) @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_tropopause_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_tropopause_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_tropopause_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_maximum_wind_24_Hour_Average</Name>
        <Title>Temperature (24_Hour Average) @ Maximum wind level</Title>
        <Abstract>Temperature (24_Hour Average) @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_maximum_wind_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_maximum_wind_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_maximum_wind_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_ozone_surface_layer_24_Hour_Average</Name>
        <Title>Total ozone (24_Hour Average) @ Ground or water surface layer</Title>
        <Abstract>Total ozone (24_Hour Average) @ Ground or water surface layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_ozone_surface_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_ozone_surface_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_ozone_surface_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_ozone_surface_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_ozone_surface_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_ozone_surface_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ventilation_Rate_planetary_boundary_24_Hour_Average</Name>
        <Title>Ventilation Rate (24_Hour Average) @ Planetary Boundary Layer</Title>
        <Abstract>Ventilation Rate (24_Hour Average) @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ventilation_Rate_planetary_boundary_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ventilation_Rate_planetary_boundary_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ventilation_Rate_planetary_boundary_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ventilation_Rate_planetary_boundary_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ventilation_Rate_planetary_boundary_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ventilation_Rate_planetary_boundary_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MSLP_Eta_model_reduction_msl_24_Hour_Average</Name>
        <Title>MSLP (Eta model reduction) (24_Hour Average) @ Mean sea level</Title>
        <Abstract>MSLP (Eta model reduction) (24_Hour Average) @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=MSLP_Eta_model_reduction_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MSLP_Eta_model_reduction_msl_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=MSLP_Eta_model_reduction_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MSLP_Eta_model_reduction_msl_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=MSLP_Eta_model_reduction_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MSLP_Eta_model_reduction_msl_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_speed_shear_tropopause_24_Hour_Average</Name>
        <Title>Vertical speed shear (24_Hour Average) @ Tropopause</Title>
        <Abstract>Vertical speed shear (24_Hour Average) @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_speed_shear_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_speed_shear_tropopause_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_speed_shear_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_speed_shear_tropopause_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_speed_shear_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_speed_shear_tropopause_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Visibility_surface_24_Hour_Average</Name>
        <Title>Visibility (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Visibility (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Visibility_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Visibility_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Visibility_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Visibility_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Visibility_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Visibility_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Water_equivalent_of_accumulated_snow_depth_surface_24_Hour_Average</Name>
        <Title>Water equivalent of accumulated snow depth (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Water equivalent of accumulated snow depth (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Wind_speed_gust_surface_24_Hour_Average</Name>
        <Title>Wind speed (gust) (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Wind speed (gust) (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Dewpoint_temperature_pressure_difference_layer_24_Hour_Average</Name>
        <Title>Dewpoint temperature (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Dewpoint temperature (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="1500.0">
            1500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_pressure_difference_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_pressure_difference_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_pressure_difference_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Parcel_lifted_index_to_500_hPa_pressure_difference_layer_24_Hour_Average</Name>
        <Title>Parcel lifted index (to 500 hPa) (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Parcel lifted index (to 500 hPa) (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="1500.0">
            1500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Parcel_lifted_index_to_500_hPa_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Parcel_lifted_index_to_500_hPa_pressure_difference_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Parcel_lifted_index_to_500_hPa_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Parcel_lifted_index_to_500_hPa_pressure_difference_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Parcel_lifted_index_to_500_hPa_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Parcel_lifted_index_to_500_hPa_pressure_difference_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_potential_vorticity_surface_24_Hour_Average</Name>
        <Title>Geopotential height (24_Hour Average) @ Potential vorticity surface</Title>
        <Abstract>Geopotential height (24_Hour Average) @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-4.999999987376214E-7">
            -1.9999999949504854E-6,
            -1.500000053056283E-6,
            -9.999999974752427E-7,
            -4.999999987376214E-7,
            4.999999987376214E-7,
            9.999999974752427E-7,
            1.500000053056283E-6,
            1.9999999949504854E-6
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_potential_vorticity_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_potential_vorticity_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_potential_vorticity_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_potential_vorticity_surface_24_Hour_Average</Name>
        <Title>Pressure (24_Hour Average) @ Potential vorticity surface</Title>
        <Abstract>Pressure (24_Hour Average) @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-4.999999987376214E-7">
            -1.9999999949504854E-6,
            -1.500000053056283E-6,
            -9.999999974752427E-7,
            -4.999999987376214E-7,
            4.999999987376214E-7,
            9.999999974752427E-7,
            1.500000053056283E-6,
            1.9999999949504854E-6
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_potential_vorticity_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_potential_vorticity_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_potential_vorticity_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_potential_vorticity_surface_24_Hour_Average</Name>
        <Title>Temperature (24_Hour Average) @ Potential vorticity surface</Title>
        <Abstract>Temperature (24_Hour Average) @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-4.999999987376214E-7">
            -1.9999999949504854E-6,
            -1.500000053056283E-6,
            -9.999999974752427E-7,
            -4.999999987376214E-7,
            4.999999987376214E-7,
            9.999999974752427E-7,
            1.500000053056283E-6,
            1.9999999949504854E-6
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_potential_vorticity_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_potential_vorticity_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_potential_vorticity_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_speed_shear_potential_vorticity_surface_24_Hour_Average</Name>
        <Title>Vertical speed shear (24_Hour Average) @ Potential vorticity surface</Title>
        <Abstract>Vertical speed shear (24_Hour Average) @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-4.999999987376214E-7">
            -1.9999999949504854E-6,
            -1.500000053056283E-6,
            -9.999999974752427E-7,
            -4.999999987376214E-7,
            4.999999987376214E-7,
            9.999999974752427E-7,
            1.500000053056283E-6,
            1.9999999949504854E-6
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_speed_shear_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_speed_shear_potential_vorticity_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_speed_shear_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_speed_shear_potential_vorticity_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_speed_shear_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_speed_shear_potential_vorticity_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer_24_Hour_Average</Name>
        <Title>Pressure of level from which parcel was lifted (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Pressure of level from which parcel was lifted (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="12750.0">
            12750.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_available_potential_energy_pressure_difference_layer_24_Hour_Average</Name>
        <Title>Convective available potential energy (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Convective available potential energy (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="12750.0">
            9000.0,
            12750.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_pressure_difference_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_pressure_difference_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_pressure_difference_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_inhibition_pressure_difference_layer_24_Hour_Average</Name>
        <Title>Convective inhibition (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Convective inhibition (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="12750.0">
            9000.0,
            12750.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_pressure_difference_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_pressure_difference_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_pressure_difference_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_altitude_above_msl_24_Hour_Average</Name>
        <Title>Temperature (24_Hour Average) @ Specific altitude above mean sea level</Title>
        <Abstract>Temperature (24_Hour Average) @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="80.0">
            80.0,
            100.0,
            305.0,
            457.0,
            914.0,
            1829.0,
            2134.0,
            2743.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_altitude_above_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_altitude_above_msl_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_altitude_above_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_altitude_above_msl_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_altitude_above_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_altitude_above_msl_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_velocity_pressure_isobaric_24_Hour_Average</Name>
        <Title>Vertical velocity (pressure) (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Vertical velocity (pressure) (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_pressure_difference_layer_24_Hour_Average</Name>
        <Title>Relative humidity (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Relative humidity (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_pressure_difference_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_pressure_difference_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_pressure_difference_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Specific_humidity_pressure_difference_layer_24_Hour_Average</Name>
        <Title>Specific humidity (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Specific humidity (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_pressure_difference_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_pressure_difference_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_pressure_difference_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_pressure_difference_layer_24_Hour_Average</Name>
        <Title>Temperature (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Temperature (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_pressure_difference_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_pressure_difference_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_pressure_difference_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Absolute_vorticity_isobaric_24_Hour_Average</Name>
        <Title>Absolute vorticity (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Absolute vorticity (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Absolute_vorticity_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Absolute_vorticity_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Absolute_vorticity_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Absolute_vorticity_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Absolute_vorticity_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Absolute_vorticity_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Cloud_mixing_ratio_isobaric_24_Hour_Average</Name>
        <Title>Cloud mixing ratio (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Cloud mixing ratio (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_isobaric_24_Hour_Average</Name>
        <Title>Geopotential height (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Geopotential height (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ozone_mixing_ratio_isobaric_24_Hour_Average</Name>
        <Title>Ozone mixing ratio (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Ozone mixing ratio (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ozone_mixing_ratio_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ozone_mixing_ratio_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ozone_mixing_ratio_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ozone_mixing_ratio_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ozone_mixing_ratio_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ozone_mixing_ratio_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_isobaric_24_Hour_Average</Name>
        <Title>Relative humidity (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Relative humidity (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Specific_humidity_isobaric_24_Hour_Average</Name>
        <Title>Specific humidity (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Specific humidity (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Stream_function_isobaric_24_Hour_Average</Name>
        <Title>Stream function (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Stream function (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Stream_function_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Stream_function_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Stream_function_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Stream_function_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Stream_function_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Stream_function_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_isobaric_24_Hour_Average</Name>
        <Title>Temperature (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Temperature (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Velocity_potential_isobaric_24_Hour_Average</Name>
        <Title>Velocity potential (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Velocity potential (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Velocity_potential_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Velocity_potential_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Velocity_potential_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Velocity_potential_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Velocity_potential_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Velocity_potential_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Montgomery_stream_function_isentrope_24_Hour_Average</Name>
        <Title>Montgomery stream function (24_Hour Average) @ Isentropic (theta) level</Title>
        <Abstract>Montgomery stream function (24_Hour Average) @ Isentropic (theta) level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K" default="320.0">
            320.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Montgomery_stream_function_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Montgomery_stream_function_isentrope_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Montgomery_stream_function_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Montgomery_stream_function_isentrope_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Montgomery_stream_function_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Montgomery_stream_function_isentrope_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Potential_vorticity_isentrope_24_Hour_Average</Name>
        <Title>Potential vorticity (24_Hour Average) @ Isentropic (theta) level</Title>
        <Abstract>Potential vorticity (24_Hour Average) @ Isentropic (theta) level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K" default="320.0">
            320.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_vorticity_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_vorticity_isentrope_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_vorticity_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_vorticity_isentrope_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_vorticity_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_vorticity_isentrope_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_isentrope_24_Hour_Average</Name>
        <Title>Temperature (24_Hour Average) @ Isentropic (theta) level</Title>
        <Abstract>Temperature (24_Hour Average) @ Isentropic (theta) level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K" default="320.0">
            320.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isentrope_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isentrope_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isentrope_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Specific_humidity_height_above_ground_24_Hour_Average</Name>
        <Title>Specific humidity (24_Hour Average) @ Specified height level above ground</Title>
        <Abstract>Specific humidity (24_Hour Average) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="2.0">
            2.0,
            40.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_height_above_ground_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_height_above_ground_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_height_above_ground_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Potential_temperature_sigma_24_Hour_Average</Name>
        <Title>Potential temperature (24_Hour Average) @ Sigma level</Title>
        <Abstract>Potential temperature (24_Hour Average) @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9950000047683716">
            0.9950000047683716
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_temperature_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_temperature_sigma_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_temperature_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_temperature_sigma_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_temperature_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_temperature_sigma_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_sigma_24_Hour_Average</Name>
        <Title>Relative humidity (24_Hour Average) @ Sigma level</Title>
        <Abstract>Relative humidity (24_Hour Average) @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9950000047683716">
            0.9950000047683716
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_sigma_24_Hour_Average</Name>
        <Title>Temperature (24_Hour Average) @ Sigma level</Title>
        <Abstract>Temperature (24_Hour Average) @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9950000047683716">
            0.9950000047683716
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_sigma_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_sigma_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_sigma_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_velocity_pressure_sigma_24_Hour_Average</Name>
        <Title>Vertical velocity (pressure) (24_Hour Average) @ Sigma level</Title>
        <Abstract>Vertical velocity (pressure) (24_Hour Average) @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9950000047683716">
            0.9950000047683716
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_sigma_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_sigma_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_sigma_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Dewpoint_temperature_height_above_ground_24_Hour_Average</Name>
        <Title>Dewpoint temperature (24_Hour Average) @ Specified height level above ground</Title>
        <Abstract>Dewpoint temperature (24_Hour Average) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="2.0">
            2.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_height_above_ground_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_height_above_ground_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_height_above_ground_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_height_above_ground_24_Hour_Average</Name>
        <Title>Relative humidity (24_Hour Average) @ Specified height level above ground</Title>
        <Abstract>Relative humidity (24_Hour Average) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="2.0">
            2.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_height_above_ground_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_height_above_ground_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_height_above_ground_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_height_above_ground_24_Hour_Average</Name>
        <Title>Pressure (24_Hour Average) @ Specified height level above ground</Title>
        <Abstract>Pressure (24_Hour Average) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="40.0">
            40.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_height_above_ground_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_height_above_ground_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_height_above_ground_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_sigma_layer_24_Hour_Average</Name>
        <Title>Relative humidity (24_Hour Average) @ Sigma level layer</Title>
        <Abstract>Relative humidity (24_Hour Average) @ Sigma level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.5800000429153442">
            0.5800000429153442,
            0.6650000214576721,
            0.7200000286102295,
            0.8300000429153442
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_height_above_ground_24_Hour_Average</Name>
        <Title>Temperature (24_Hour Average) @ Specified height level above ground</Title>
        <Abstract>Temperature (24_Hour Average) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="2.0">
            2.0,
            40.0,
            50.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_height_above_ground_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_height_above_ground_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_height_above_ground_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer >
        <Title> of wind (24_Hour Average) @ Specific altitude above mean sea level</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Specific altitude above mean sea level</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group</Name>
        <Title> of wind (24_Hour Average) @ Specific altitude above mean sea level</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="80.0">
            80.0,
            100.0,
            305.0,
            457.0,
            914.0,
            1829.0,
            2134.0,
            2743.0
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-mag</Name>
        <Title>Magnitude of  of wind (24 Hour Average) @ Specific altitude above mean sea level</Title>
        <Abstract>Magnitude of components:
u-component of wind (24_Hour Average) @ Specific altitude above mean sea level and
v-component of wind (24_Hour Average) @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="80.0">
            80.0,
            100.0,
            305.0,
            457.0,
            914.0,
            1829.0,
            2134.0,
            2743.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_altitude_above_msl_24_Hour_Average:v-component_of_wind_altitude_above_msl_24_Hour_Average-dir</Name>
        <Title>Direction of  of wind (24 Hour Average) @ Specific altitude above mean sea level</Title>
        <Abstract>Direction of components:
u-component of wind (24_Hour Average) @ Specific altitude above mean sea level and
v-component of wind (24_Hour Average) @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="80.0">
            80.0,
            100.0,
            305.0,
            457.0,
            914.0,
            1829.0,
            2134.0,
            2743.0
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_altitude_above_msl_24_Hour_Average</Name>
        <Title>u-component of wind (24_Hour Average) @ Specific altitude above mean sea level</Title>
        <Abstract>u-component of wind (24_Hour Average) @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="80.0">
            80.0,
            100.0,
            305.0,
            457.0,
            914.0,
            1829.0,
            2134.0,
            2743.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_altitude_above_msl_24_Hour_Average</Name>
        <Title>v-component of wind (24_Hour Average) @ Specific altitude above mean sea level</Title>
        <Abstract>v-component of wind (24_Hour Average) @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="80.0">
            80.0,
            100.0,
            305.0,
            457.0,
            914.0,
            1829.0,
            2134.0,
            2743.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_altitude_above_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_altitude_above_msl_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_altitude_above_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_altitude_above_msl_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_altitude_above_msl_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_altitude_above_msl_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind (24_Hour Average) @ Maximum wind level</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Maximum wind level</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group</Name>
        <Title> of wind (24_Hour Average) @ Maximum wind level</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-mag</Name>
        <Title>Magnitude of  of wind (24 Hour Average) @ Maximum wind level</Title>
        <Abstract>Magnitude of components:
u-component of wind (24_Hour Average) @ Maximum wind level and
v-component of wind (24_Hour Average) @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_maximum_wind_24_Hour_Average:v-component_of_wind_maximum_wind_24_Hour_Average-dir</Name>
        <Title>Direction of  of wind (24 Hour Average) @ Maximum wind level</Title>
        <Abstract>Direction of components:
u-component of wind (24_Hour Average) @ Maximum wind level and
v-component of wind (24_Hour Average) @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_maximum_wind_24_Hour_Average</Name>
        <Title>u-component of wind (24_Hour Average) @ Maximum wind level</Title>
        <Abstract>u-component of wind (24_Hour Average) @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_maximum_wind_24_Hour_Average</Name>
        <Title>v-component of wind (24_Hour Average) @ Maximum wind level</Title>
        <Abstract>v-component of wind (24_Hour Average) @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_maximum_wind_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_maximum_wind_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_maximum_wind_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_maximum_wind_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Isobaric surface</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group</Name>
        <Title> of wind (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-mag</Name>
        <Title>Magnitude of  of wind (24 Hour Average) @ Isobaric surface</Title>
        <Abstract>Magnitude of components:
u-component of wind (24_Hour Average) @ Isobaric surface and
v-component of wind (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_isobaric_24_Hour_Average:v-component_of_wind_isobaric_24_Hour_Average-dir</Name>
        <Title>Direction of  of wind (24 Hour Average) @ Isobaric surface</Title>
        <Abstract>Direction of components:
u-component of wind (24_Hour Average) @ Isobaric surface and
v-component of wind (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_isobaric_24_Hour_Average</Name>
        <Title>u-component of wind (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>u-component of wind (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_isobaric_24_Hour_Average</Name>
        <Title>v-component of wind (24_Hour Average) @ Isobaric surface</Title>
        <Abstract>v-component of wind (24_Hour Average) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            100.0,
            200.0,
            500.0,
            1000.0,
            2000.0,
            3000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            40000.0,
            50000.0,
            60000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            92500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isobaric_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isobaric_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isobaric_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isobaric_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind (24_Hour Average) @ Sigma level</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Sigma level</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group</Name>
        <Title> of wind (24_Hour Average) @ Sigma level</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9950000047683716">
            0.9950000047683716
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-mag</Name>
        <Title>Magnitude of  of wind (24 Hour Average) @ Sigma level</Title>
        <Abstract>Magnitude of components:
u-component of wind (24_Hour Average) @ Sigma level and
v-component of wind (24_Hour Average) @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9950000047683716">
            0.9950000047683716
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_sigma_24_Hour_Average:v-component_of_wind_sigma_24_Hour_Average-dir</Name>
        <Title>Direction of  of wind (24 Hour Average) @ Sigma level</Title>
        <Abstract>Direction of components:
u-component of wind (24_Hour Average) @ Sigma level and
v-component of wind (24_Hour Average) @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9950000047683716">
            0.9950000047683716
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_sigma_24_Hour_Average</Name>
        <Title>u-component of wind (24_Hour Average) @ Sigma level</Title>
        <Abstract>u-component of wind (24_Hour Average) @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9950000047683716">
            0.9950000047683716
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_sigma_24_Hour_Average</Name>
        <Title>v-component of wind (24_Hour Average) @ Sigma level</Title>
        <Abstract>v-component of wind (24_Hour Average) @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9950000047683716">
            0.9950000047683716
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_sigma_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_sigma_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_sigma_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_sigma_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind (24_Hour Average) @ Tropopause</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Tropopause</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group</Name>
        <Title> of wind (24_Hour Average) @ Tropopause</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-mag</Name>
        <Title>Magnitude of  of wind (24 Hour Average) @ Tropopause</Title>
        <Abstract>Magnitude of components:
u-component of wind (24_Hour Average) @ Tropopause and
v-component of wind (24_Hour Average) @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_tropopause_24_Hour_Average:v-component_of_wind_tropopause_24_Hour_Average-dir</Name>
        <Title>Direction of  of wind (24 Hour Average) @ Tropopause</Title>
        <Abstract>Direction of components:
u-component of wind (24_Hour Average) @ Tropopause and
v-component of wind (24_Hour Average) @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_tropopause_24_Hour_Average</Name>
        <Title>u-component of wind (24_Hour Average) @ Tropopause</Title>
        <Abstract>u-component of wind (24_Hour Average) @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_tropopause_24_Hour_Average</Name>
        <Title>v-component of wind (24_Hour Average) @ Tropopause</Title>
        <Abstract>v-component of wind (24_Hour Average) @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_tropopause_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_tropopause_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_tropopause_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_tropopause_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind (24_Hour Average) @ Planetary Boundary Layer</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Planetary Boundary Layer</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group</Name>
        <Title> of wind (24_Hour Average) @ Planetary Boundary Layer</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-mag</Name>
        <Title>Magnitude of  of wind (24 Hour Average) @ Planetary Boundary Layer</Title>
        <Abstract>Magnitude of components:
u-component of wind (24_Hour Average) @ Planetary Boundary Layer and
v-component of wind (24_Hour Average) @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_planetary_boundary_24_Hour_Average:v-component_of_wind_planetary_boundary_24_Hour_Average-dir</Name>
        <Title>Direction of  of wind (24 Hour Average) @ Planetary Boundary Layer</Title>
        <Abstract>Direction of components:
u-component of wind (24_Hour Average) @ Planetary Boundary Layer and
v-component of wind (24_Hour Average) @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_planetary_boundary_24_Hour_Average</Name>
        <Title>u-component of wind (24_Hour Average) @ Planetary Boundary Layer</Title>
        <Abstract>u-component of wind (24_Hour Average) @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_planetary_boundary_24_Hour_Average</Name>
        <Title>v-component of wind (24_Hour Average) @ Planetary Boundary Layer</Title>
        <Abstract>v-component of wind (24_Hour Average) @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_planetary_boundary_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_planetary_boundary_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_planetary_boundary_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_planetary_boundary_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_planetary_boundary_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_planetary_boundary_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group</Name>
        <Title> of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-mag</Name>
        <Title>Magnitude of  of wind (24 Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Magnitude of components:
u-component of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer and
v-component of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_pressure_difference_layer_24_Hour_Average:v-component_of_wind_pressure_difference_layer_24_Hour_Average-dir</Name>
        <Title>Direction of  of wind (24 Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Direction of components:
u-component of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer and
v-component of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_pressure_difference_layer_24_Hour_Average</Name>
        <Title>u-component of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>u-component of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_pressure_difference_layer_24_Hour_Average</Name>
        <Title>v-component of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>v-component of wind (24_Hour Average) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_pressure_difference_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_pressure_difference_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_pressure_difference_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_pressure_difference_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind (24_Hour Average) @ Specified height level above ground</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Specified height level above ground</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group</Name>
        <Title> of wind (24_Hour Average) @ Specified height level above ground</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0,
            40.0,
            50.0
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-mag</Name>
        <Title>Magnitude of  of wind (24 Hour Average) @ Specified height level above ground</Title>
        <Abstract>Magnitude of components:
u-component of wind (24_Hour Average) @ Specified height level above ground and
v-component of wind (24_Hour Average) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0,
            40.0,
            50.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_height_above_ground_24_Hour_Average:v-component_of_wind_height_above_ground_24_Hour_Average-dir</Name>
        <Title>Direction of  of wind (24 Hour Average) @ Specified height level above ground</Title>
        <Abstract>Direction of components:
u-component of wind (24_Hour Average) @ Specified height level above ground and
v-component of wind (24_Hour Average) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0,
            40.0,
            50.0
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_height_above_ground_24_Hour_Average</Name>
        <Title>u-component of wind (24_Hour Average) @ Specified height level above ground</Title>
        <Abstract>u-component of wind (24_Hour Average) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0,
            40.0,
            50.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_height_above_ground_24_Hour_Average</Name>
        <Title>v-component of wind (24_Hour Average) @ Specified height level above ground</Title>
        <Abstract>v-component of wind (24_Hour Average) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0,
            40.0,
            50.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_height_above_ground_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_height_above_ground_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_height_above_ground_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_height_above_ground_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> storm motion (24_Hour Average) @ Specified height level above ground layer</Title>
        <Abstract>Vector fields for  storm motion (24_Hour Average) @ Specified height level above ground layer</Abstract>
    <Layer queryable="1">
        <Name>u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group</Name>
        <Title> storm motion (24_Hour Average) @ Specified height level above ground layer</Title>
        <Abstract>Vector fields for  storm motion (24_Hour Average) @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="3000.0">
            3000.0
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-mag</Name>
        <Title>Magnitude of  storm motion (24 Hour Average) @ Specified height level above ground layer</Title>
        <Abstract>Magnitude of components:
u-component storm motion (24_Hour Average) @ Specified height level above ground layer and
v-component storm motion (24_Hour Average) @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="3000.0">
            3000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_storm_motion_height_above_ground_layer_24_Hour_Average:v-component_storm_motion_height_above_ground_layer_24_Hour_Average-dir</Name>
        <Title>Direction of  storm motion (24 Hour Average) @ Specified height level above ground layer</Title>
        <Abstract>Direction of components:
u-component storm motion (24_Hour Average) @ Specified height level above ground layer and
v-component storm motion (24_Hour Average) @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="3000.0">
            3000.0
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_storm_motion_height_above_ground_layer_24_Hour_Average</Name>
        <Title>u-component storm motion (24_Hour Average) @ Specified height level above ground layer</Title>
        <Abstract>u-component storm motion (24_Hour Average) @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="3000.0">
            3000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_storm_motion_height_above_ground_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_storm_motion_height_above_ground_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_storm_motion_height_above_ground_layer_24_Hour_Average</Name>
        <Title>v-component storm motion (24_Hour Average) @ Specified height level above ground layer</Title>
        <Abstract>v-component storm motion (24_Hour Average) @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="3000.0">
            3000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_storm_motion_height_above_ground_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_storm_motion_height_above_ground_layer_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_storm_motion_height_above_ground_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_storm_motion_height_above_ground_layer_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_storm_motion_height_above_ground_layer_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_storm_motion_height_above_ground_layer_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind (24_Hour Average) @ Isentropic (theta) level</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Isentropic (theta) level</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group</Name>
        <Title> of wind (24_Hour Average) @ Isentropic (theta) level</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Isentropic (theta) level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K" default="320.0">
            320.0
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-mag</Name>
        <Title>Magnitude of  of wind (24 Hour Average) @ Isentropic (theta) level</Title>
        <Abstract>Magnitude of components:
u-component of wind (24_Hour Average) @ Isentropic (theta) level and
v-component of wind (24_Hour Average) @ Isentropic (theta) level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K" default="320.0">
            320.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_isentrope_24_Hour_Average:v-component_of_wind_isentrope_24_Hour_Average-dir</Name>
        <Title>Direction of  of wind (24 Hour Average) @ Isentropic (theta) level</Title>
        <Abstract>Direction of components:
u-component of wind (24_Hour Average) @ Isentropic (theta) level and
v-component of wind (24_Hour Average) @ Isentropic (theta) level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K" default="320.0">
            320.0
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_isentrope_24_Hour_Average</Name>
        <Title>u-component of wind (24_Hour Average) @ Isentropic (theta) level</Title>
        <Abstract>u-component of wind (24_Hour Average) @ Isentropic (theta) level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K" default="320.0">
            320.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isentrope_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_isentrope_24_Hour_Average</Name>
        <Title>v-component of wind (24_Hour Average) @ Isentropic (theta) level</Title>
        <Abstract>v-component of wind (24_Hour Average) @ Isentropic (theta) level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K" default="320.0">
            320.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isentrope_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isentrope_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isentrope_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isentrope_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind (24_Hour Average) @ Potential vorticity surface</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Potential vorticity surface</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group</Name>
        <Title> of wind (24_Hour Average) @ Potential vorticity surface</Title>
        <Abstract>Vector fields for  of wind (24_Hour Average) @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-4.999999987376214E-7">
            -1.9999999949504854E-6,
            -1.500000053056283E-6,
            -9.999999974752427E-7,
            -4.999999987376214E-7,
            4.999999987376214E-7,
            9.999999974752427E-7,
            1.500000053056283E-6,
            1.9999999949504854E-6
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-mag</Name>
        <Title>Magnitude of  of wind (24 Hour Average) @ Potential vorticity surface</Title>
        <Abstract>Magnitude of components:
u-component of wind (24_Hour Average) @ Potential vorticity surface and
v-component of wind (24_Hour Average) @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-4.999999987376214E-7">
            -1.9999999949504854E-6,
            -1.500000053056283E-6,
            -9.999999974752427E-7,
            -4.999999987376214E-7,
            4.999999987376214E-7,
            9.999999974752427E-7,
            1.500000053056283E-6,
            1.9999999949504854E-6
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_potential_vorticity_surface_24_Hour_Average:v-component_of_wind_potential_vorticity_surface_24_Hour_Average-dir</Name>
        <Title>Direction of  of wind (24 Hour Average) @ Potential vorticity surface</Title>
        <Abstract>Direction of components:
u-component of wind (24_Hour Average) @ Potential vorticity surface and
v-component of wind (24_Hour Average) @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-4.999999987376214E-7">
            -1.9999999949504854E-6,
            -1.500000053056283E-6,
            -9.999999974752427E-7,
            -4.999999987376214E-7,
            4.999999987376214E-7,
            9.999999974752427E-7,
            1.500000053056283E-6,
            1.9999999949504854E-6
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_potential_vorticity_surface_24_Hour_Average</Name>
        <Title>u-component of wind (24_Hour Average) @ Potential vorticity surface</Title>
        <Abstract>u-component of wind (24_Hour Average) @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-4.999999987376214E-7">
            -1.9999999949504854E-6,
            -1.500000053056283E-6,
            -9.999999974752427E-7,
            -4.999999987376214E-7,
            4.999999987376214E-7,
            9.999999974752427E-7,
            1.500000053056283E-6,
            1.9999999949504854E-6
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_potential_vorticity_surface_24_Hour_Average</Name>
        <Title>v-component of wind (24_Hour Average) @ Potential vorticity surface</Title>
        <Abstract>v-component of wind (24_Hour Average) @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-89.81075668334961</southBoundLatitude>
            <northBoundLatitude>89.81075668334961</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-89.81075668334961" maxy="89.81075668334961"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="1983-10-10T21:00:00.000Z">
            1983-10-10T21:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-4.999999987376214E-7">
            -1.9999999949504854E-6,
            -1.500000053056283E-6,
            -9.999999974752427E-7,
            -4.999999987376214E-7,
            4.999999987376214E-7,
            9.999999974752427E-7,
            1.500000053056283E-6,
            1.9999999949504854E-6
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_potential_vorticity_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_potential_vorticity_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_potential_vorticity_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d090004/day_pgb/1983/pgb.19831010.grb?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_potential_vorticity_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
