<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-04-13T03:18:09.423-05:00"
        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>UW-Madison AOS THREDDS Data Server</Title>
        <Abstract>Scientific 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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>UW-AOS THREDDS Support</ContactPerson>
                <ContactOrganization>UW-AOS</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>poker@aos.wisc.edu</ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>5000</MaxWidth>
        <MaxHeight>5000</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD"/>
                        </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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD"/>
                        </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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD"/>
                        </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>UW-Madison AOS THREDDS Data 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>Relative_humidity_sigma_layer</Name>
        <Title>Relative humidity @ Sigma level layer</Title>
        <Abstract>Relative humidity @ Sigma level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_309_Hour_Accumulation</Name>
        <Title>Total precipitation (309_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (309_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_309_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_309_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_309_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_309_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_309_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_309_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_309_Hour_Accumulation</Name>
        <Title>Convective precipitation (309_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (309_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_309_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_309_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_309_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_309_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_309_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_309_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_279_Hour_Accumulation</Name>
        <Title>Convective precipitation (279_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (279_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_279_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_279_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_279_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_279_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_279_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_279_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_279_Hour_Accumulation</Name>
        <Title>Total precipitation (279_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (279_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_279_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_279_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_279_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_279_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_279_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_279_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_height_above_ground</Name>
        <Title>Pressure @ Specified height level above ground</Title>
        <Abstract>Pressure @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="80.0">
            80.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_54_Hour_Accumulation</Name>
        <Title>Convective precipitation (54_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (54_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_54_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_54_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_54_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_54_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_54_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_54_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_54_Hour_Accumulation</Name>
        <Title>Total precipitation (54_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (54_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_54_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_54_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_54_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_54_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_54_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_54_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_51_Hour_Accumulation</Name>
        <Title>Convective precipitation (51_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (51_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_51_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_51_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_51_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_51_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_51_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_51_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_51_Hour_Accumulation</Name>
        <Title>Total precipitation (51_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (51_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_51_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_51_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_51_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_51_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_51_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_51_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_78_Hour_Accumulation</Name>
        <Title>Convective precipitation (78_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (78_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_78_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_78_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_78_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_78_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_78_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_78_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_78_Hour_Accumulation</Name>
        <Title>Total precipitation (78_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (78_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_78_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_78_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_78_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_78_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_78_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_78_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_117_Hour_Accumulation</Name>
        <Title>Total precipitation (117_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (117_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_117_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_117_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_117_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_117_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_117_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_117_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_117_Hour_Accumulation</Name>
        <Title>Convective precipitation (117_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (117_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_117_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_117_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_117_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_117_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_117_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_117_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_174_Hour_Accumulation</Name>
        <Title>Convective precipitation (174_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (174_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_174_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_174_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_174_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_174_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_174_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_174_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_174_Hour_Accumulation</Name>
        <Title>Total precipitation (174_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (174_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_174_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_174_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_174_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_174_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_174_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_174_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_366_Hour_Accumulation</Name>
        <Title>Convective precipitation (366_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (366_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_366_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_366_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_366_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_366_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_366_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_366_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_366_Hour_Accumulation</Name>
        <Title>Total precipitation (366_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (366_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_366_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_366_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_366_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_366_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_366_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_366_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_312_Hour_Accumulation</Name>
        <Title>Total precipitation (312_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (312_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_312_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_312_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_312_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_312_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_312_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_312_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_312_Hour_Accumulation</Name>
        <Title>Convective precipitation (312_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (312_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_312_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_312_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_312_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_312_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_312_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_312_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_87_Hour_Accumulation</Name>
        <Title>Convective precipitation (87_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (87_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_87_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_87_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_87_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_87_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_87_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_87_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_87_Hour_Accumulation</Name>
        <Title>Total precipitation (87_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (87_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_87_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_87_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_87_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_87_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_87_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_87_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_189_Hour_Accumulation</Name>
        <Title>Total precipitation (189_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (189_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_189_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_189_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_189_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_189_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_189_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_189_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_189_Hour_Accumulation</Name>
        <Title>Convective precipitation (189_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (189_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_189_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_189_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_189_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_189_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_189_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_189_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_39_Hour_Accumulation</Name>
        <Title>Convective precipitation (39_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (39_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_39_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_39_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_39_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_39_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_39_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_39_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_39_Hour_Accumulation</Name>
        <Title>Total precipitation (39_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (39_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_39_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_39_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_39_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_39_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_39_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_39_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_384_Hour_Accumulation</Name>
        <Title>Total precipitation (384_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (384_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_384_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_384_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_384_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_384_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_384_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_384_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_384_Hour_Accumulation</Name>
        <Title>Convective precipitation (384_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (384_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_384_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_384_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_384_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_384_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_384_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_384_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_81_Hour_Accumulation</Name>
        <Title>Total precipitation (81_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (81_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_81_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_81_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_81_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_81_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_81_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_81_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_81_Hour_Accumulation</Name>
        <Title>Convective precipitation (81_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (81_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_81_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_81_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_81_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_81_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_81_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_81_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_153_Hour_Accumulation</Name>
        <Title>Total precipitation (153_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (153_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_153_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_153_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_153_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_153_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_153_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_153_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_153_Hour_Accumulation</Name>
        <Title>Convective precipitation (153_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (153_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_153_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_153_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_153_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_153_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_153_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_153_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_135_Hour_Accumulation</Name>
        <Title>Convective precipitation (135_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (135_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_135_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_135_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_135_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_135_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_135_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_135_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_135_Hour_Accumulation</Name>
        <Title>Total precipitation (135_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (135_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_135_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_135_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_135_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_135_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_135_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_135_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_convective_cloud_bottom</Name>
        <Title>Pressure @ Convective cloud bottom level</Title>
        <Abstract>Pressure @ Convective cloud bottom level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_convective_cloud_bottom
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_convective_cloud_bottom&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_convective_cloud_bottom
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_convective_cloud_bottom&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_convective_cloud_bottom
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_convective_cloud_bottom&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_cloud_cover_convective_cloud</Name>
        <Title>Total cloud cover @ Convective cloud layer</Title>
        <Abstract>Total cloud cover @ Convective cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_convective_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_convective_cloud&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_convective_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_convective_cloud&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_convective_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_convective_cloud&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_rate_surface</Name>
        <Title>Convective precipitation rate @ Ground or water surface</Title>
        <Abstract>Convective precipitation rate @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_rate_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_rate_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_rate_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_rate_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_rate_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_rate_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_convective_cloud_top</Name>
        <Title>Pressure @ Convective cloud top level</Title>
        <Abstract>Pressure @ Convective cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_convective_cloud_top
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_convective_cloud_top&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_convective_cloud_top
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_convective_cloud_top&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_convective_cloud_top
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_convective_cloud_top&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Potential_Evaporation_Rate_surface</Name>
        <Title>Potential Evaporation Rate @ Ground or water surface</Title>
        <Abstract>Potential Evaporation Rate @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_Evaporation_Rate_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_Evaporation_Rate_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_Evaporation_Rate_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_Evaporation_Rate_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_Evaporation_Rate_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_Evaporation_Rate_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_60_Hour_Accumulation</Name>
        <Title>Total precipitation (60_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (60_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_60_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_60_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_60_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_60_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_60_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_60_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_60_Hour_Accumulation</Name>
        <Title>Convective precipitation (60_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (60_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_60_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_60_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_60_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_60_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_60_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_60_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_90_Hour_Accumulation</Name>
        <Title>Convective precipitation (90_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (90_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_90_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_90_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_90_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_90_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_90_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_90_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_90_Hour_Accumulation</Name>
        <Title>Total precipitation (90_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (90_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_90_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_90_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_90_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_90_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_90_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_90_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Minimum_temperature_height_above_ground_6_Hour_Minimum</Name>
        <Title>Minimum temperature (6_Hour Minimum) @ Specified height level above ground</Title>
        <Abstract>Minimum temperature (6_Hour Minimum) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Minimum_temperature_height_above_ground_6_Hour_Minimum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Minimum_temperature_height_above_ground_6_Hour_Minimum&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Minimum_temperature_height_above_ground_6_Hour_Minimum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Minimum_temperature_height_above_ground_6_Hour_Minimum&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Minimum_temperature_height_above_ground_6_Hour_Minimum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Minimum_temperature_height_above_ground_6_Hour_Minimum&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Maximum_temperature_height_above_ground_6_Hour_Maximum</Name>
        <Title>Maximum temperature (6_Hour Maximum) @ Specified height level above ground</Title>
        <Abstract>Maximum temperature (6_Hour Maximum) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Maximum_temperature_height_above_ground_6_Hour_Maximum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Maximum_temperature_height_above_ground_6_Hour_Maximum&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Maximum_temperature_height_above_ground_6_Hour_Maximum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Maximum_temperature_height_above_ground_6_Hour_Maximum&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Maximum_temperature_height_above_ground_6_Hour_Maximum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Maximum_temperature_height_above_ground_6_Hour_Maximum&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_57_Hour_Accumulation</Name>
        <Title>Total precipitation (57_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (57_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_57_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_57_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_57_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_57_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_57_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_57_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_57_Hour_Accumulation</Name>
        <Title>Convective precipitation (57_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (57_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_57_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_57_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_57_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_57_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_57_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_57_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Storm_relative_helicity_height_above_ground_layer</Name>
        <Title>Storm relative helicity @ Specified height level above ground layer</Title>
        <Abstract>Storm relative helicity @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_relative_helicity_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_relative_helicity_height_above_ground_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_relative_helicity_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_relative_helicity_height_above_ground_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_relative_helicity_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_relative_helicity_height_above_ground_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_63_Hour_Accumulation</Name>
        <Title>Convective precipitation (63_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (63_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_63_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_63_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_63_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_63_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_63_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_63_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_63_Hour_Accumulation</Name>
        <Title>Total precipitation (63_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (63_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_63_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_63_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_63_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_63_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_63_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_63_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_216_Hour_Accumulation</Name>
        <Title>Total precipitation (216_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (216_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_216_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_216_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_216_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_216_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_216_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_216_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_216_Hour_Accumulation</Name>
        <Title>Convective precipitation (216_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (216_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_216_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_216_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_216_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_216_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_216_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_216_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_351_Hour_Accumulation</Name>
        <Title>Convective precipitation (351_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (351_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_351_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_351_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_351_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_351_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_351_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_351_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_351_Hour_Accumulation</Name>
        <Title>Total precipitation (351_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (351_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_351_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_351_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_351_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_351_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_351_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_351_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_12_Hour_Accumulation</Name>
        <Title>Total precipitation (12_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (12_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_12_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_12_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_12_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_12_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_12_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_12_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_12_Hour_Accumulation</Name>
        <Title>Convective precipitation (12_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (12_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_12_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_12_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_12_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_12_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_12_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_12_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_237_Hour_Accumulation</Name>
        <Title>Total precipitation (237_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (237_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_237_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_237_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_237_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_237_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_237_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_237_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_237_Hour_Accumulation</Name>
        <Title>Convective precipitation (237_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (237_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_237_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_237_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_237_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_237_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_237_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_237_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_306_Hour_Accumulation</Name>
        <Title>Convective precipitation (306_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (306_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_306_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_306_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_306_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_306_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_306_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_306_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_306_Hour_Accumulation</Name>
        <Title>Total precipitation (306_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (306_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_306_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_306_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_306_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_306_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_306_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_306_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_282_Hour_Accumulation</Name>
        <Title>Convective precipitation (282_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (282_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_282_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_282_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_282_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_282_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_282_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_282_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_282_Hour_Accumulation</Name>
        <Title>Total precipitation (282_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (282_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_282_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_282_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_282_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_282_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_282_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_282_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_165_Hour_Accumulation</Name>
        <Title>Total precipitation (165_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (165_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_165_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_165_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_165_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_165_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_165_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_165_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_165_Hour_Accumulation</Name>
        <Title>Convective precipitation (165_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (165_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_165_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_165_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_165_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_165_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_165_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_165_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_75_Hour_Accumulation</Name>
        <Title>Convective precipitation (75_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (75_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_75_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_75_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_75_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_75_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_75_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_75_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_75_Hour_Accumulation</Name>
        <Title>Total precipitation (75_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (75_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_75_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_75_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_75_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_75_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_75_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_75_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_180_Hour_Accumulation</Name>
        <Title>Total precipitation (180_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (180_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_180_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_180_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_180_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_180_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_180_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_180_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_180_Hour_Accumulation</Name>
        <Title>Convective precipitation (180_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (180_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_180_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_180_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_180_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_180_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_180_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_180_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_69_Hour_Accumulation</Name>
        <Title>Total precipitation (69_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (69_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_69_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_69_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_69_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_69_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_69_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_69_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_69_Hour_Accumulation</Name>
        <Title>Convective precipitation (69_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (69_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_69_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_69_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_69_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_69_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_69_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_69_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_297_Hour_Accumulation</Name>
        <Title>Total precipitation (297_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (297_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_297_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_297_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_297_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_297_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_297_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_297_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_297_Hour_Accumulation</Name>
        <Title>Convective precipitation (297_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (297_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_297_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_297_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_297_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_297_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_297_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_297_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_138_Hour_Accumulation</Name>
        <Title>Convective precipitation (138_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (138_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_138_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_138_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_138_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_138_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_138_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_138_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_138_Hour_Accumulation</Name>
        <Title>Total precipitation (138_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (138_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_138_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_138_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_138_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_138_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_138_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_138_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Specific_humidity_pressure_difference_layer</Name>
        <Title>Specific humidity @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Specific humidity @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_pressure_difference_layer</Name>
        <Title>Temperature @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Temperature @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_pressure_difference_layer</Name>
        <Title>Relative humidity @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Relative humidity @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_291_Hour_Accumulation</Name>
        <Title>Convective precipitation (291_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (291_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_291_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_291_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_291_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_291_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_291_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_291_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_291_Hour_Accumulation</Name>
        <Title>Total precipitation (291_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (291_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_291_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_291_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_291_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_291_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_291_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_291_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_147_Hour_Accumulation</Name>
        <Title>Convective precipitation (147_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (147_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_147_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_147_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_147_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_147_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_147_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_147_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_147_Hour_Accumulation</Name>
        <Title>Total precipitation (147_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (147_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_147_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_147_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_147_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_147_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_147_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_147_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_altitude_above_msl</Name>
        <Title>Temperature @ Specific altitude above mean sea level</Title>
        <Abstract>Temperature @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="1829.0">
            1829.0,
            2743.0,
            3658.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_altitude_above_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_altitude_above_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_altitude_above_msl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_252_Hour_Accumulation</Name>
        <Title>Total precipitation (252_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (252_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_252_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_252_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_252_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_252_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_252_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_252_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_252_Hour_Accumulation</Name>
        <Title>Convective precipitation (252_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (252_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_252_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_252_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_252_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_252_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_252_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_252_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_357_Hour_Accumulation</Name>
        <Title>Total precipitation (357_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (357_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_357_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_357_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_357_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_357_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_357_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_357_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_357_Hour_Accumulation</Name>
        <Title>Convective precipitation (357_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (357_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_357_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_357_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_357_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_357_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_357_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_357_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_159_Hour_Accumulation</Name>
        <Title>Convective precipitation (159_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (159_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_159_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_159_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_159_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_159_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_159_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_159_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_159_Hour_Accumulation</Name>
        <Title>Total precipitation (159_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (159_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_159_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_159_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_159_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_159_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_159_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_159_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_18_Hour_Accumulation</Name>
        <Title>Convective precipitation (18_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (18_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_18_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_18_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_18_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_18_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_18_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_18_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_18_Hour_Accumulation</Name>
        <Title>Total precipitation (18_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (18_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_18_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_18_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_18_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_18_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_18_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_18_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_222_Hour_Accumulation</Name>
        <Title>Convective precipitation (222_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (222_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_222_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_222_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_222_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_222_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_222_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_222_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_222_Hour_Accumulation</Name>
        <Title>Total precipitation (222_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (222_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_222_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_222_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_222_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_222_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_222_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_222_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_height_above_ground</Name>
        <Title>Temperature @ Specified height level above ground</Title>
        <Abstract>Temperature @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="2.0">
            2.0,
            80.0,
            100.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_288_Hour_Accumulation</Name>
        <Title>Total precipitation (288_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (288_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_288_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_288_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_288_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_288_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_288_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_288_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_288_Hour_Accumulation</Name>
        <Title>Convective precipitation (288_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (288_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_288_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_288_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_288_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_288_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_288_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_288_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Reflectivity_hybrid</Name>
        <Title>Reflectivity @ Hybrid level</Title>
        <Abstract>Reflectivity @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Reflectivity_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Reflectivity_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Reflectivity_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Reflectivity_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Reflectivity_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Reflectivity_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_96_Hour_Accumulation</Name>
        <Title>Total precipitation (96_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (96_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_96_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_96_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_96_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_96_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_96_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_96_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_96_Hour_Accumulation</Name>
        <Title>Convective precipitation (96_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (96_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_96_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_96_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_96_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_96_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_96_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_96_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_sigma</Name>
        <Title>Temperature @ Sigma level</Title>
        <Abstract>Temperature @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_sigma</Name>
        <Title>Relative humidity @ Sigma level</Title>
        <Abstract>Relative humidity @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Potential_temperature_sigma</Name>
        <Title>Potential temperature @ Sigma level</Title>
        <Abstract>Potential temperature @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_temperature_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_temperature_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_temperature_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_temperature_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_temperature_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_temperature_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_velocity_pressure_sigma</Name>
        <Title>Vertical velocity (pressure) @ Sigma level</Title>
        <Abstract>Vertical velocity (pressure) @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_342_Hour_Accumulation</Name>
        <Title>Convective precipitation (342_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (342_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_342_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_342_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_342_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_342_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_342_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_342_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_342_Hour_Accumulation</Name>
        <Title>Total precipitation (342_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (342_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_342_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_342_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_342_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_342_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_342_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_342_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_93_Hour_Accumulation</Name>
        <Title>Total precipitation (93_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (93_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_93_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_93_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_93_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_93_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_93_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_93_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_93_Hour_Accumulation</Name>
        <Title>Convective precipitation (93_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (93_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_93_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_93_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_93_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_93_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_93_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_93_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_276_Hour_Accumulation</Name>
        <Title>Total precipitation (276_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (276_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_276_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_276_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_276_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_276_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_276_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_276_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_276_Hour_Accumulation</Name>
        <Title>Convective precipitation (276_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (276_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_276_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_276_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_276_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_276_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_276_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_276_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_219_Hour_Accumulation</Name>
        <Title>Convective precipitation (219_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (219_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_219_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_219_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_219_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_219_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_219_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_219_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_219_Hour_Accumulation</Name>
        <Title>Total precipitation (219_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (219_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_219_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_219_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_219_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_219_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_219_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_219_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_333_Hour_Accumulation</Name>
        <Title>Total precipitation (333_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (333_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_333_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_333_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_333_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_333_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_333_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_333_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_333_Hour_Accumulation</Name>
        <Title>Convective precipitation (333_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (333_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_333_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_333_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_333_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_333_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_333_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_333_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_102_Hour_Accumulation</Name>
        <Title>Convective precipitation (102_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (102_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_102_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_102_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_102_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_102_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_102_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_102_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_102_Hour_Accumulation</Name>
        <Title>Total precipitation (102_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (102_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_102_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_102_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_102_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_102_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_102_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_102_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_249_Hour_Accumulation</Name>
        <Title>Total precipitation (249_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (249_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_249_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_249_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_249_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_249_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_249_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_249_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_249_Hour_Accumulation</Name>
        <Title>Convective precipitation (249_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (249_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_249_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_249_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_249_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_249_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_249_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_249_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_Speed_Shear_potential_vorticity_surface</Name>
        <Title>Vertical Speed Shear @ Potential vorticity surface</Title>
        <Abstract>Vertical Speed Shear @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-1.9999999949504854E-6">
            -1.9999999949504854E-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_Speed_Shear_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_Speed_Shear_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_Speed_Shear_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_Speed_Shear_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_Speed_Shear_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_Speed_Shear_potential_vorticity_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_potential_vorticity_surface</Name>
        <Title>Pressure @ Potential vorticity surface</Title>
        <Abstract>Pressure @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-1.9999999949504854E-6">
            -1.9999999949504854E-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_potential_vorticity_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_potential_vorticity_surface</Name>
        <Title>Temperature @ Potential vorticity surface</Title>
        <Abstract>Temperature @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-1.9999999949504854E-6">
            -1.9999999949504854E-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_potential_vorticity_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_potential_vorticity_surface</Name>
        <Title>Geopotential height @ Potential vorticity surface</Title>
        <Abstract>Geopotential height @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-1.9999999949504854E-6">
            -1.9999999949504854E-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_potential_vorticity_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_270_Hour_Accumulation</Name>
        <Title>Convective precipitation (270_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (270_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_270_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_270_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_270_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_270_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_270_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_270_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_270_Hour_Accumulation</Name>
        <Title>Total precipitation (270_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (270_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_270_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_270_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_270_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_270_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_270_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_270_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_36_Hour_Accumulation</Name>
        <Title>Total precipitation (36_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (36_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_36_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_36_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_36_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_36_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_36_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_36_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_36_Hour_Accumulation</Name>
        <Title>Convective precipitation (36_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (36_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_36_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_36_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_36_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_36_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_36_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_36_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_294_Hour_Accumulation</Name>
        <Title>Convective precipitation (294_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (294_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_294_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_294_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_294_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_294_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_294_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_294_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_294_Hour_Accumulation</Name>
        <Title>Total precipitation (294_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (294_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_294_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_294_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_294_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_294_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_294_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_294_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_213_Hour_Accumulation</Name>
        <Title>Total precipitation (213_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (213_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_213_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_213_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_213_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_213_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_213_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_213_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_213_Hour_Accumulation</Name>
        <Title>Convective precipitation (213_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (213_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_213_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_213_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_213_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_213_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_213_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_213_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_363_Hour_Accumulation</Name>
        <Title>Convective precipitation (363_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (363_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_363_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_363_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_363_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_363_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_363_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_363_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_363_Hour_Accumulation</Name>
        <Title>Total precipitation (363_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (363_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_363_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_363_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_363_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_363_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_363_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_363_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_33_Hour_Accumulation</Name>
        <Title>Total precipitation (33_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (33_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_33_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_33_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_33_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_33_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_33_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_33_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_33_Hour_Accumulation</Name>
        <Title>Convective precipitation (33_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (33_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_33_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_33_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_33_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_33_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_33_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_33_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_300_Hour_Accumulation</Name>
        <Title>Total precipitation (300_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (300_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_300_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_300_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_300_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_300_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_300_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_300_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_300_Hour_Accumulation</Name>
        <Title>Convective precipitation (300_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (300_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_300_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_300_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_300_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_300_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_300_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_300_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_105_Hour_Accumulation</Name>
        <Title>Total precipitation (105_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (105_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_105_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_105_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_105_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_105_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_105_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_105_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_105_Hour_Accumulation</Name>
        <Title>Convective precipitation (105_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (105_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_105_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_105_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_105_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_105_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_105_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_105_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Minimum_temperature_height_above_ground_3_Hour_Minimum</Name>
        <Title>Minimum temperature (3_Hour Minimum) @ Specified height level above ground</Title>
        <Abstract>Minimum temperature (3_Hour Minimum) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Minimum_temperature_height_above_ground_3_Hour_Minimum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Minimum_temperature_height_above_ground_3_Hour_Minimum&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Minimum_temperature_height_above_ground_3_Hour_Minimum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Minimum_temperature_height_above_ground_3_Hour_Minimum&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Minimum_temperature_height_above_ground_3_Hour_Minimum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Minimum_temperature_height_above_ground_3_Hour_Minimum&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Maximum_temperature_height_above_ground_3_Hour_Maximum</Name>
        <Title>Maximum temperature (3_Hour Maximum) @ Specified height level above ground</Title>
        <Abstract>Maximum temperature (3_Hour Maximum) @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Maximum_temperature_height_above_ground_3_Hour_Maximum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Maximum_temperature_height_above_ground_3_Hour_Maximum&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Maximum_temperature_height_above_ground_3_Hour_Maximum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Maximum_temperature_height_above_ground_3_Hour_Maximum&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Maximum_temperature_height_above_ground_3_Hour_Maximum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Maximum_temperature_height_above_ground_3_Hour_Maximum&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_available_potential_energy_pressure_difference_layer</Name>
        <Title>Convective available potential energy @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Convective available potential energy @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="12750.0">
            4500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_inhibition_pressure_difference_layer</Name>
        <Title>Convective inhibition @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Convective inhibition @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="12750.0">
            4500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_171_Hour_Accumulation</Name>
        <Title>Convective precipitation (171_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (171_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_171_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_171_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_171_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_171_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_171_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_171_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_171_Hour_Accumulation</Name>
        <Title>Total precipitation (171_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (171_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_171_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_171_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_171_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_171_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_171_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_171_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_330_Hour_Accumulation</Name>
        <Title>Convective precipitation (330_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (330_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_330_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_330_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_330_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_330_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_330_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_330_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_330_Hour_Accumulation</Name>
        <Title>Total precipitation (330_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (330_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_330_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_330_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_330_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_330_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_330_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_330_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_111_Hour_Accumulation</Name>
        <Title>Convective precipitation (111_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (111_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_111_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_111_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_111_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_111_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_111_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_111_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_111_Hour_Accumulation</Name>
        <Title>Total precipitation (111_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (111_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_111_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_111_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_111_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_111_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_111_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_111_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_261_Hour_Accumulation</Name>
        <Title>Total precipitation (261_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (261_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_261_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_261_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_261_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_261_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_261_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_261_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_261_Hour_Accumulation</Name>
        <Title>Convective precipitation (261_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (261_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_261_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_261_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_261_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_261_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_261_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_261_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_9_Hour_Accumulation</Name>
        <Title>Total precipitation (9_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (9_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_9_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_9_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_9_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_9_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_9_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_9_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_9_Hour_Accumulation</Name>
        <Title>Convective precipitation (9_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (9_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_9_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_9_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_9_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_9_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_9_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_9_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_255_Hour_Accumulation</Name>
        <Title>Convective precipitation (255_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (255_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_255_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_255_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_255_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_255_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_255_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_255_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_255_Hour_Accumulation</Name>
        <Title>Total precipitation (255_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (255_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_255_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_255_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_255_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_255_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_255_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_255_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_120_Hour_Accumulation</Name>
        <Title>Total precipitation (120_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (120_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_120_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_120_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_120_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_120_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_120_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_120_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_120_Hour_Accumulation</Name>
        <Title>Convective precipitation (120_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (120_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_120_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_120_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_120_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_120_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_120_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_120_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_243_Hour_Accumulation</Name>
        <Title>Convective precipitation (243_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (243_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_243_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_243_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_243_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_243_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_243_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_243_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_243_Hour_Accumulation</Name>
        <Title>Total precipitation (243_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (243_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_243_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_243_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_243_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_243_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_243_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_243_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_210_Hour_Accumulation</Name>
        <Title>Convective precipitation (210_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (210_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_210_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_210_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_210_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_210_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_210_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_210_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_210_Hour_Accumulation</Name>
        <Title>Total precipitation (210_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (210_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_210_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_210_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_210_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_210_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_210_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_210_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_27_Hour_Accumulation</Name>
        <Title>Convective precipitation (27_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (27_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_27_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_27_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_27_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_27_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_27_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_27_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_27_Hour_Accumulation</Name>
        <Title>Total precipitation (27_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (27_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_27_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_27_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_27_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_27_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_27_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_27_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_cloud_cover_isobaric</Name>
        <Title>Total cloud cover @ Isobaric surface</Title>
        <Abstract>Total cloud cover @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Cloud_mixing_ratio_isobaric</Name>
        <Title>Cloud mixing ratio @ Isobaric surface</Title>
        <Abstract>Cloud mixing ratio @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ice_water_mixing_ratio_isobaric</Name>
        <Title>Ice water mixing ratio @ Isobaric surface</Title>
        <Abstract>Ice water mixing ratio @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_water_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_water_mixing_ratio_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_water_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_water_mixing_ratio_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_water_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_water_mixing_ratio_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Rain_mixing_ratio_isobaric</Name>
        <Title>Rain mixing ratio @ Isobaric surface</Title>
        <Abstract>Rain mixing ratio @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rain_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rain_mixing_ratio_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rain_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rain_mixing_ratio_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rain_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rain_mixing_ratio_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Snow_mixing_ratio_isobaric</Name>
        <Title>Snow mixing ratio @ Isobaric surface</Title>
        <Abstract>Snow mixing ratio @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_mixing_ratio_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_mixing_ratio_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_mixing_ratio_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Graupel_snow_pellets_isobaric</Name>
        <Title>Graupel (snow pellets) @ Isobaric surface</Title>
        <Abstract>Graupel (snow pellets) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Graupel_snow_pellets_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Graupel_snow_pellets_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Graupel_snow_pellets_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Graupel_snow_pellets_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Graupel_snow_pellets_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Graupel_snow_pellets_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_72_Hour_Accumulation</Name>
        <Title>Total precipitation (72_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (72_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_72_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_72_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_72_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_72_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_72_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_72_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_72_Hour_Accumulation</Name>
        <Title>Convective precipitation (72_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (72_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_72_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_72_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_72_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_72_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_72_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_72_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_231_Hour_Accumulation</Name>
        <Title>Convective precipitation (231_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (231_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_231_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_231_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_231_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_231_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_231_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_231_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_231_Hour_Accumulation</Name>
        <Title>Total precipitation (231_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (231_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_231_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_231_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_231_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_231_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_231_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_231_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_378_Hour_Accumulation</Name>
        <Title>Convective precipitation (378_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (378_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_378_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_378_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_378_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_378_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_378_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_378_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_378_Hour_Accumulation</Name>
        <Title>Total precipitation (378_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (378_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_378_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_378_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_378_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_378_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_378_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_378_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_144_Hour_Accumulation</Name>
        <Title>Total precipitation (144_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (144_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_144_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_144_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_144_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_144_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_144_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_144_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_144_Hour_Accumulation</Name>
        <Title>Convective precipitation (144_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (144_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_144_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_144_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_144_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_144_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_144_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_144_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_108_Hour_Accumulation</Name>
        <Title>Total precipitation (108_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (108_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_108_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_108_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_108_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_108_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_108_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_108_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_108_Hour_Accumulation</Name>
        <Title>Convective precipitation (108_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (108_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_108_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_108_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_108_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_108_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_108_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_108_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_372_Hour_Accumulation</Name>
        <Title>Total precipitation (372_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (372_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_372_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_372_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_372_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_372_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_372_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_372_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_372_Hour_Accumulation</Name>
        <Title>Convective precipitation (372_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (372_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_372_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_372_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_372_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_372_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_372_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_372_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_141_Hour_Accumulation</Name>
        <Title>Total precipitation (141_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (141_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_141_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_141_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_141_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_141_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_141_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_141_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_141_Hour_Accumulation</Name>
        <Title>Convective precipitation (141_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (141_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_141_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_141_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_141_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_141_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_141_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_141_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_228_Hour_Accumulation</Name>
        <Title>Total precipitation (228_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (228_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_228_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_228_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_228_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_228_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_228_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_228_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_228_Hour_Accumulation</Name>
        <Title>Convective precipitation (228_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (228_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_228_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_228_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_228_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_228_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_228_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_228_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Apparent_temperature_height_above_ground</Name>
        <Title>Apparent temperature @ Specified height level above ground</Title>
        <Abstract>Apparent temperature @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Apparent_temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Apparent_temperature_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Apparent_temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Apparent_temperature_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Apparent_temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Apparent_temperature_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_height_above_ground</Name>
        <Title>Relative humidity @ Specified height level above ground</Title>
        <Abstract>Relative humidity @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Dewpoint_temperature_height_above_ground</Name>
        <Title>Dewpoint temperature @ Specified height level above ground</Title>
        <Abstract>Dewpoint temperature @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_150_Hour_Accumulation</Name>
        <Title>Convective precipitation (150_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (150_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_150_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_150_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_150_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_150_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_150_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_150_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_150_Hour_Accumulation</Name>
        <Title>Total precipitation (150_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (150_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_150_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_150_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_150_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_150_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_150_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_150_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Low_cloud_cover_low_cloud_3_Hour_Average</Name>
        <Title>Low cloud cover (3_Hour Average) @ Low cloud layer</Title>
        <Abstract>Low cloud cover (3_Hour Average) @ Low cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_cloud_cover_boundary_layer_cloud_3_Hour_Average</Name>
        <Title>Total cloud cover (3_Hour Average) @ Boundary layer cloud layer</Title>
        <Abstract>Total cloud cover (3_Hour Average) @ Boundary layer cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_boundary_layer_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_boundary_layer_cloud_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_boundary_layer_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_boundary_layer_cloud_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_boundary_layer_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_boundary_layer_cloud_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Cloud_Work_Function_entire_atmosphere_single_layer_3_Hour_Average</Name>
        <Title>Cloud Work Function (3_Hour Average) @ Entire atmosphere layer</Title>
        <Abstract>Cloud Work Function (3_Hour Average) @ Entire atmosphere layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_Work_Function_entire_atmosphere_single_layer_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_Work_Function_entire_atmosphere_single_layer_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_Work_Function_entire_atmosphere_single_layer_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_Work_Function_entire_atmosphere_single_layer_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_Work_Function_entire_atmosphere_single_layer_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_Work_Function_entire_atmosphere_single_layer_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_Precipitation_Rate_surface_3_Hour_Average</Name>
        <Title>Convective Precipitation Rate (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Convective Precipitation Rate (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_Precipitation_Rate_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_Precipitation_Rate_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_Precipitation_Rate_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_Precipitation_Rate_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_Precipitation_Rate_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_Precipitation_Rate_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Snow_surface_3_Hour_Average</Name>
        <Title>Categorical Snow (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Categorical Snow (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Ice_Pellets_surface_3_Hour_Average</Name>
        <Title>Categorical Ice Pellets (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Categorical Ice Pellets (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>High_cloud_cover_high_cloud_3_Hour_Average</Name>
        <Title>High cloud cover (3_Hour Average) @ High cloud layer</Title>
        <Abstract>High cloud cover (3_Hour Average) @ High cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Freezing_Rain_surface_3_Hour_Average</Name>
        <Title>Categorical Freezing Rain (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Categorical Freezing Rain (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Medium_cloud_cover_middle_cloud_3_Hour_Average</Name>
        <Title>Medium cloud cover (3_Hour Average) @ Middle cloud layer</Title>
        <Abstract>Medium cloud cover (3_Hour Average) @ Middle cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Rain_surface_3_Hour_Average</Name>
        <Title>Categorical Rain (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Categorical Rain (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_cloud_cover_entire_atmosphere_3_Hour_Average</Name>
        <Title>Total cloud cover (3_Hour Average) @ Entire atmosphere</Title>
        <Abstract>Total cloud cover (3_Hour Average) @ Entire atmosphere</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Momentum_flux_v-component_surface_3_Hour_Average</Name>
        <Title>Momentum flux, v-component (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Momentum flux, v-component (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_v-component_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_v-component_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_v-component_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_v-component_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_v-component_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_v-component_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Momentum_flux_u-component_surface_3_Hour_Average</Name>
        <Title>Momentum flux, u-component (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Momentum flux, u-component (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_u-component_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_u-component_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_u-component_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_u-component_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_u-component_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_u-component_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Short-Wave_Radiation_Flux_atmosphere_top_3_Hour_Average</Name>
        <Title>Upward Short-Wave Radiation Flux (3_Hour Average) @ Nominal top of the atmosphere</Title>
        <Abstract>Upward Short-Wave Radiation Flux (3_Hour Average) @ Nominal top of the atmosphere</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_atmosphere_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_atmosphere_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_atmosphere_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_atmosphere_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_atmosphere_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_atmosphere_top_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Short-Wave_Radiation_Flux_surface_3_Hour_Average</Name>
        <Title>Upward Short-Wave Radiation Flux (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Upward Short-Wave Radiation Flux (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Water_runoff_surface_3_Hour_Accumulation</Name>
        <Title>Water runoff (3_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Water runoff (3_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_runoff_surface_3_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_runoff_surface_3_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_runoff_surface_3_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_runoff_surface_3_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_runoff_surface_3_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_runoff_surface_3_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Downward_Short-Wave_Radiation_Flux_surface_3_Hour_Average</Name>
        <Title>Downward Short-Wave Radiation Flux (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Downward Short-Wave Radiation Flux (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Short-Wave_Radiation_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Short-Wave_Radiation_Flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Short-Wave_Radiation_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Short-Wave_Radiation_Flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Short-Wave_Radiation_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Short-Wave_Radiation_Flux_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Sensible_heat_net_flux_surface_3_Hour_Average</Name>
        <Title>Sensible heat net flux (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Sensible heat net flux (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sensible_heat_net_flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sensible_heat_net_flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sensible_heat_net_flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sensible_heat_net_flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sensible_heat_net_flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sensible_heat_net_flux_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Latent_heat_net_flux_surface_3_Hour_Average</Name>
        <Title>Latent heat net flux (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Latent heat net flux (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latent_heat_net_flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latent_heat_net_flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latent_heat_net_flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latent_heat_net_flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latent_heat_net_flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latent_heat_net_flux_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Albedo_surface_3_Hour_Average</Name>
        <Title>Albedo (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Albedo (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Long-Wave_Radp_Flux_atmosphere_top_3_Hour_Average</Name>
        <Title>Upward Long-Wave Rad. Flux (3_Hour Average) @ Nominal top of the atmosphere</Title>
        <Abstract>Upward Long-Wave Rad. Flux (3_Hour Average) @ Nominal top of the atmosphere</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_atmosphere_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_atmosphere_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_atmosphere_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_atmosphere_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_atmosphere_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_atmosphere_top_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Long-Wave_Radp_Flux_surface_3_Hour_Average</Name>
        <Title>Upward Long-Wave Rad. Flux (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Upward Long-Wave Rad. Flux (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Downward_Long-Wave_Radp_Flux_surface_3_Hour_Average</Name>
        <Title>Downward Long-Wave Rad. Flux (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Downward Long-Wave Rad. Flux (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Long-Wave_Radp_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Long-Wave_Radp_Flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Long-Wave_Radp_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Long-Wave_Radp_Flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Long-Wave_Radp_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Long-Wave_Radp_Flux_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ground_Heat_Flux_surface_3_Hour_Average</Name>
        <Title>Ground Heat Flux (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Ground Heat Flux (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ground_Heat_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ground_Heat_Flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ground_Heat_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ground_Heat_Flux_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ground_Heat_Flux_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ground_Heat_Flux_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_3_Hour_Accumulation</Name>
        <Title>Convective precipitation (3_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (3_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_3_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_3_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_3_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_3_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_3_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_3_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_3_Hour_Accumulation</Name>
        <Title>Total precipitation (3_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (3_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_3_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_3_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_3_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_3_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_3_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_3_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Precipitation_rate_surface_3_Hour_Average</Name>
        <Title>Precipitation rate (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Precipitation rate (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitation_rate_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitation_rate_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitation_rate_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitation_rate_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitation_rate_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitation_rate_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_low_cloud_top_3_Hour_Average</Name>
        <Title>Temperature (3_Hour Average) @ Low cloud top level</Title>
        <Abstract>Temperature (3_Hour Average) @ Low cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_low_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_low_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_low_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_low_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_low_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_low_cloud_top_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_middle_cloud_top_3_Hour_Average</Name>
        <Title>Temperature (3_Hour Average) @ Middle cloud top level</Title>
        <Abstract>Temperature (3_Hour Average) @ Middle cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_middle_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_middle_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_middle_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_middle_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_middle_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_middle_cloud_top_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_high_cloud_top_3_Hour_Average</Name>
        <Title>Temperature (3_Hour Average) @ High cloud top level</Title>
        <Abstract>Temperature (3_Hour Average) @ High cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_high_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_high_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_high_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_high_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_high_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_high_cloud_top_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Meridional_Flux_of_Gravity_Wave_Stress_surface_3_Hour_Average</Name>
        <Title>Meridional Flux of Gravity Wave Stress (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Meridional Flux of Gravity Wave Stress (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Meridional_Flux_of_Gravity_Wave_Stress_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Meridional_Flux_of_Gravity_Wave_Stress_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Meridional_Flux_of_Gravity_Wave_Stress_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Meridional_Flux_of_Gravity_Wave_Stress_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Meridional_Flux_of_Gravity_Wave_Stress_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Meridional_Flux_of_Gravity_Wave_Stress_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Zonal_Flux_of_Gravity_Wave_Stress_surface_3_Hour_Average</Name>
        <Title>Zonal Flux of Gravity Wave Stress (3_Hour Average) @ Ground or water surface</Title>
        <Abstract>Zonal Flux of Gravity Wave Stress (3_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Zonal_Flux_of_Gravity_Wave_Stress_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Zonal_Flux_of_Gravity_Wave_Stress_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Zonal_Flux_of_Gravity_Wave_Stress_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Zonal_Flux_of_Gravity_Wave_Stress_surface_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Zonal_Flux_of_Gravity_Wave_Stress_surface_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Zonal_Flux_of_Gravity_Wave_Stress_surface_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_low_cloud_top_3_Hour_Average</Name>
        <Title>Pressure (3_Hour Average) @ Low cloud top level</Title>
        <Abstract>Pressure (3_Hour Average) @ Low cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_top_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_low_cloud_bottom_3_Hour_Average</Name>
        <Title>Pressure (3_Hour Average) @ Low cloud bottom level</Title>
        <Abstract>Pressure (3_Hour Average) @ Low cloud bottom level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_bottom_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_bottom_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_bottom_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_bottom_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_bottom_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_bottom_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_middle_cloud_bottom_3_Hour_Average</Name>
        <Title>Pressure (3_Hour Average) @ Middle cloud bottom level</Title>
        <Abstract>Pressure (3_Hour Average) @ Middle cloud bottom level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_bottom_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_bottom_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_bottom_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_bottom_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_bottom_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_bottom_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_middle_cloud_top_3_Hour_Average</Name>
        <Title>Pressure (3_Hour Average) @ Middle cloud top level</Title>
        <Abstract>Pressure (3_Hour Average) @ Middle cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_top_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_high_cloud_top_3_Hour_Average</Name>
        <Title>Pressure (3_Hour Average) @ High cloud top level</Title>
        <Abstract>Pressure (3_Hour Average) @ High cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_top_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_top_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_top_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_high_cloud_bottom_3_Hour_Average</Name>
        <Title>Pressure (3_Hour Average) @ High cloud bottom level</Title>
        <Abstract>Pressure (3_Hour Average) @ High cloud bottom level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_bottom_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_bottom_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_bottom_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_bottom_3_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_bottom_3_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_bottom_3_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_114_Hour_Accumulation</Name>
        <Title>Convective precipitation (114_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (114_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_114_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_114_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_114_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_114_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_114_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_114_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_114_Hour_Accumulation</Name>
        <Title>Total precipitation (114_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (114_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_114_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_114_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_114_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_114_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_114_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_114_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_126_Hour_Accumulation</Name>
        <Title>Convective precipitation (126_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (126_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_126_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_126_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_126_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_126_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_126_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_126_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_126_Hour_Accumulation</Name>
        <Title>Total precipitation (126_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (126_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_126_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_126_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_126_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_126_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_126_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_126_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_324_Hour_Accumulation</Name>
        <Title>Total precipitation (324_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (324_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_324_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_324_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_324_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_324_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_324_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_324_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_324_Hour_Accumulation</Name>
        <Title>Convective precipitation (324_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (324_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_324_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_324_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_324_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_324_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_324_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_324_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_183_Hour_Accumulation</Name>
        <Title>Convective precipitation (183_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (183_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_183_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_183_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_183_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_183_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_183_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_183_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_183_Hour_Accumulation</Name>
        <Title>Total precipitation (183_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (183_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_183_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_183_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_183_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_183_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_183_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_183_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_375_Hour_Accumulation</Name>
        <Title>Convective precipitation (375_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (375_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_375_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_375_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_375_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_375_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_375_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_375_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_375_Hour_Accumulation</Name>
        <Title>Total precipitation (375_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (375_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_375_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_375_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_375_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_375_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_375_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_375_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_30_Hour_Accumulation</Name>
        <Title>Convective precipitation (30_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (30_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_30_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_30_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_30_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_30_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_30_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_30_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_30_Hour_Accumulation</Name>
        <Title>Total precipitation (30_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (30_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_30_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_30_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_30_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_30_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_30_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_30_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_285_Hour_Accumulation</Name>
        <Title>Total precipitation (285_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (285_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_285_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_285_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_285_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_285_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_285_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_285_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_285_Hour_Accumulation</Name>
        <Title>Convective precipitation (285_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (285_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_285_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_285_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_285_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_285_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_285_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_285_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_123_Hour_Accumulation</Name>
        <Title>Convective precipitation (123_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (123_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_123_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_123_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_123_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_123_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_123_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_123_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_123_Hour_Accumulation</Name>
        <Title>Total precipitation (123_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (123_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_123_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_123_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_123_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_123_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_123_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_123_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Low_cloud_cover_low_cloud_6_Hour_Average</Name>
        <Title>Low cloud cover (6_Hour Average) @ Low cloud layer</Title>
        <Abstract>Low cloud cover (6_Hour Average) @ Low cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_cloud_cover_boundary_layer_cloud_6_Hour_Average</Name>
        <Title>Total cloud cover (6_Hour Average) @ Boundary layer cloud layer</Title>
        <Abstract>Total cloud cover (6_Hour Average) @ Boundary layer cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_boundary_layer_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_boundary_layer_cloud_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_boundary_layer_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_boundary_layer_cloud_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_boundary_layer_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_boundary_layer_cloud_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Cloud_Work_Function_entire_atmosphere_single_layer_6_Hour_Average</Name>
        <Title>Cloud Work Function (6_Hour Average) @ Entire atmosphere layer</Title>
        <Abstract>Cloud Work Function (6_Hour Average) @ Entire atmosphere layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_Work_Function_entire_atmosphere_single_layer_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_Work_Function_entire_atmosphere_single_layer_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_Work_Function_entire_atmosphere_single_layer_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_Work_Function_entire_atmosphere_single_layer_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_Work_Function_entire_atmosphere_single_layer_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_Work_Function_entire_atmosphere_single_layer_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Medium_cloud_cover_middle_cloud_6_Hour_Average</Name>
        <Title>Medium cloud cover (6_Hour Average) @ Middle cloud layer</Title>
        <Abstract>Medium cloud cover (6_Hour Average) @ Middle cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>High_cloud_cover_high_cloud_6_Hour_Average</Name>
        <Title>High cloud cover (6_Hour Average) @ High cloud layer</Title>
        <Abstract>High cloud cover (6_Hour Average) @ High cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Zonal_Flux_of_Gravity_Wave_Stress_surface_6_Hour_Average</Name>
        <Title>Zonal Flux of Gravity Wave Stress (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Zonal Flux of Gravity Wave Stress (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Zonal_Flux_of_Gravity_Wave_Stress_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Zonal_Flux_of_Gravity_Wave_Stress_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Zonal_Flux_of_Gravity_Wave_Stress_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Zonal_Flux_of_Gravity_Wave_Stress_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Zonal_Flux_of_Gravity_Wave_Stress_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Zonal_Flux_of_Gravity_Wave_Stress_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Meridional_Flux_of_Gravity_Wave_Stress_surface_6_Hour_Average</Name>
        <Title>Meridional Flux of Gravity Wave Stress (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Meridional Flux of Gravity Wave Stress (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Meridional_Flux_of_Gravity_Wave_Stress_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Meridional_Flux_of_Gravity_Wave_Stress_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Meridional_Flux_of_Gravity_Wave_Stress_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Meridional_Flux_of_Gravity_Wave_Stress_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Meridional_Flux_of_Gravity_Wave_Stress_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Meridional_Flux_of_Gravity_Wave_Stress_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_low_cloud_top_6_Hour_Average</Name>
        <Title>Pressure (6_Hour Average) @ Low cloud top level</Title>
        <Abstract>Pressure (6_Hour Average) @ Low cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_top_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_middle_cloud_top_6_Hour_Average</Name>
        <Title>Pressure (6_Hour Average) @ Middle cloud top level</Title>
        <Abstract>Pressure (6_Hour Average) @ Middle cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_top_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_high_cloud_top_6_Hour_Average</Name>
        <Title>Pressure (6_Hour Average) @ High cloud top level</Title>
        <Abstract>Pressure (6_Hour Average) @ High cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_top_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_low_cloud_bottom_6_Hour_Average</Name>
        <Title>Pressure (6_Hour Average) @ Low cloud bottom level</Title>
        <Abstract>Pressure (6_Hour Average) @ Low cloud bottom level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_bottom_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_bottom_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_bottom_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_bottom_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_low_cloud_bottom_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_low_cloud_bottom_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_middle_cloud_bottom_6_Hour_Average</Name>
        <Title>Pressure (6_Hour Average) @ Middle cloud bottom level</Title>
        <Abstract>Pressure (6_Hour Average) @ Middle cloud bottom level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_bottom_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_bottom_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_bottom_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_bottom_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_middle_cloud_bottom_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_middle_cloud_bottom_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_high_cloud_bottom_6_Hour_Average</Name>
        <Title>Pressure (6_Hour Average) @ High cloud bottom level</Title>
        <Abstract>Pressure (6_Hour Average) @ High cloud bottom level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_bottom_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_bottom_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_bottom_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_bottom_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_high_cloud_bottom_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_high_cloud_bottom_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_cloud_cover_entire_atmosphere_6_Hour_Average</Name>
        <Title>Total cloud cover (6_Hour Average) @ Entire atmosphere</Title>
        <Abstract>Total cloud cover (6_Hour Average) @ Entire atmosphere</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_middle_cloud_top_6_Hour_Average</Name>
        <Title>Temperature (6_Hour Average) @ Middle cloud top level</Title>
        <Abstract>Temperature (6_Hour Average) @ Middle cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_middle_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_middle_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_middle_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_middle_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_middle_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_middle_cloud_top_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_low_cloud_top_6_Hour_Average</Name>
        <Title>Temperature (6_Hour Average) @ Low cloud top level</Title>
        <Abstract>Temperature (6_Hour Average) @ Low cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_low_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_low_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_low_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_low_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_low_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_low_cloud_top_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_high_cloud_top_6_Hour_Average</Name>
        <Title>Temperature (6_Hour Average) @ High cloud top level</Title>
        <Abstract>Temperature (6_Hour Average) @ High cloud top level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_high_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_high_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_high_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_high_cloud_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_high_cloud_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_high_cloud_top_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Downward_Short-Wave_Radiation_Flux_surface_6_Hour_Average</Name>
        <Title>Downward Short-Wave Radiation Flux (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Downward Short-Wave Radiation Flux (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Short-Wave_Radiation_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Short-Wave_Radiation_Flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Short-Wave_Radiation_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Short-Wave_Radiation_Flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Short-Wave_Radiation_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Short-Wave_Radiation_Flux_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Short-Wave_Radiation_Flux_atmosphere_top_6_Hour_Average</Name>
        <Title>Upward Short-Wave Radiation Flux (6_Hour Average) @ Nominal top of the atmosphere</Title>
        <Abstract>Upward Short-Wave Radiation Flux (6_Hour Average) @ Nominal top of the atmosphere</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_atmosphere_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_atmosphere_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_atmosphere_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_atmosphere_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_atmosphere_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_atmosphere_top_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Short-Wave_Radiation_Flux_surface_6_Hour_Average</Name>
        <Title>Upward Short-Wave Radiation Flux (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Upward Short-Wave Radiation Flux (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ground_Heat_Flux_surface_6_Hour_Average</Name>
        <Title>Ground Heat Flux (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Ground Heat Flux (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ground_Heat_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ground_Heat_Flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ground_Heat_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ground_Heat_Flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ground_Heat_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ground_Heat_Flux_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_6_Hour_Accumulation</Name>
        <Title>Convective precipitation (6_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (6_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_6_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_6_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_6_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Momentum_flux_v-component_surface_6_Hour_Average</Name>
        <Title>Momentum flux, v-component (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Momentum flux, v-component (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_v-component_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_v-component_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_v-component_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_v-component_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_v-component_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_v-component_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_6_Hour_Accumulation</Name>
        <Title>Total precipitation (6_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (6_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_6_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_6_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_6_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Momentum_flux_u-component_surface_6_Hour_Average</Name>
        <Title>Momentum flux, u-component (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Momentum flux, u-component (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_u-component_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_u-component_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_u-component_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_u-component_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_u-component_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_u-component_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Precipitation_rate_surface_6_Hour_Average</Name>
        <Title>Precipitation rate (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Precipitation rate (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitation_rate_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitation_rate_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitation_rate_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitation_rate_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitation_rate_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitation_rate_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Albedo_surface_6_Hour_Average</Name>
        <Title>Albedo (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Albedo (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Water_runoff_surface_6_Hour_Accumulation</Name>
        <Title>Water runoff (6_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Water runoff (6_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_runoff_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_runoff_surface_6_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_runoff_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_runoff_surface_6_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_runoff_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_runoff_surface_6_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Latent_heat_net_flux_surface_6_Hour_Average</Name>
        <Title>Latent heat net flux (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Latent heat net flux (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latent_heat_net_flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latent_heat_net_flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latent_heat_net_flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latent_heat_net_flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latent_heat_net_flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latent_heat_net_flux_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Sensible_heat_net_flux_surface_6_Hour_Average</Name>
        <Title>Sensible heat net flux (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Sensible heat net flux (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sensible_heat_net_flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sensible_heat_net_flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sensible_heat_net_flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sensible_heat_net_flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sensible_heat_net_flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sensible_heat_net_flux_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Ice_Pellets_surface_6_Hour_Average</Name>
        <Title>Categorical Ice Pellets (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Categorical Ice Pellets (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Snow_surface_6_Hour_Average</Name>
        <Title>Categorical Snow (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Categorical Snow (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Rain_surface_6_Hour_Average</Name>
        <Title>Categorical Rain (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Categorical Rain (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Downward_Long-Wave_Radp_Flux_surface_6_Hour_Average</Name>
        <Title>Downward Long-Wave Rad. Flux (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Downward Long-Wave Rad. Flux (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Long-Wave_Radp_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Long-Wave_Radp_Flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Long-Wave_Radp_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Long-Wave_Radp_Flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Long-Wave_Radp_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Long-Wave_Radp_Flux_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Freezing_Rain_surface_6_Hour_Average</Name>
        <Title>Categorical Freezing Rain (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Categorical Freezing Rain (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Long-Wave_Radp_Flux_atmosphere_top_6_Hour_Average</Name>
        <Title>Upward Long-Wave Rad. Flux (6_Hour Average) @ Nominal top of the atmosphere</Title>
        <Abstract>Upward Long-Wave Rad. Flux (6_Hour Average) @ Nominal top of the atmosphere</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_atmosphere_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_atmosphere_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_atmosphere_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_atmosphere_top_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_atmosphere_top_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_atmosphere_top_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Long-Wave_Radp_Flux_surface_6_Hour_Average</Name>
        <Title>Upward Long-Wave Rad. Flux (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Upward Long-Wave Rad. Flux (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_Precipitation_Rate_surface_6_Hour_Average</Name>
        <Title>Convective Precipitation Rate (6_Hour Average) @ Ground or water surface</Title>
        <Abstract>Convective Precipitation Rate (6_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_Precipitation_Rate_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_Precipitation_Rate_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_Precipitation_Rate_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_Precipitation_Rate_surface_6_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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_Precipitation_Rate_surface_6_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_Precipitation_Rate_surface_6_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Soil_temperature_depth_below_surface_layer</Name>
        <Title>Soil temperature @ Depth below land surface layer</Title>
        <Abstract>Soil temperature @ Depth below land surface layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.05000000074505806">
            0.05000000074505806,
            0.25,
            0.699999988079071,
            1.5
        </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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Soil_temperature_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Soil_temperature_depth_below_surface_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Soil_temperature_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Soil_temperature_depth_below_surface_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Soil_temperature_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Soil_temperature_depth_below_surface_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Liquid_Volumetric_Soil_Moisture_non_Frozen_depth_below_surface_layer</Name>
        <Title>Liquid Volumetric Soil Moisture (non Frozen) @ Depth below land surface layer</Title>
        <Abstract>Liquid Volumetric Soil Moisture (non Frozen) @ Depth below land surface layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.05000000074505806">
            0.05000000074505806,
            0.25,
            0.699999988079071,
            1.5
        </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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Liquid_Volumetric_Soil_Moisture_non_Frozen_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Liquid_Volumetric_Soil_Moisture_non_Frozen_depth_below_surface_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Liquid_Volumetric_Soil_Moisture_non_Frozen_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Liquid_Volumetric_Soil_Moisture_non_Frozen_depth_below_surface_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Liquid_Volumetric_Soil_Moisture_non_Frozen_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Liquid_Volumetric_Soil_Moisture_non_Frozen_depth_below_surface_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Volumetric_Soil_Moisture_Content_depth_below_surface_layer</Name>
        <Title>Volumetric Soil Moisture Content @ Depth below land surface layer</Title>
        <Abstract>Volumetric Soil Moisture Content @ Depth below land surface layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.05000000074505806">
            0.05000000074505806,
            0.25,
            0.699999988079071,
            1.5
        </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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Volumetric_Soil_Moisture_Content_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Volumetric_Soil_Moisture_Content_depth_below_surface_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Volumetric_Soil_Moisture_Content_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Volumetric_Soil_Moisture_Content_depth_below_surface_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Volumetric_Soil_Moisture_Content_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Volumetric_Soil_Moisture_Content_depth_below_surface_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_225_Hour_Accumulation</Name>
        <Title>Total precipitation (225_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (225_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_225_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_225_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_225_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_225_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_225_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_225_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_225_Hour_Accumulation</Name>
        <Title>Convective precipitation (225_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (225_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_225_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_225_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_225_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_225_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_225_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_225_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_45_Hour_Accumulation</Name>
        <Title>Total precipitation (45_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (45_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_45_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_45_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_45_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_45_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_45_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_45_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_45_Hour_Accumulation</Name>
        <Title>Convective precipitation (45_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (45_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_45_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_45_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_45_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_45_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_45_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_45_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_204_Hour_Accumulation</Name>
        <Title>Total precipitation (204_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (204_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_204_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_204_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_204_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_204_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_204_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_204_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_204_Hour_Accumulation</Name>
        <Title>Convective precipitation (204_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (204_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_204_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_204_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_204_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_204_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_204_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_204_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_168_Hour_Accumulation</Name>
        <Title>Total precipitation (168_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (168_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_168_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_168_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_168_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_168_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_168_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_168_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_168_Hour_Accumulation</Name>
        <Title>Convective precipitation (168_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (168_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_168_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_168_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_168_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_168_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_168_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_168_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>U-Component_Storm_Motion_height_above_ground_layer</Name>
        <Title>U-Component Storm Motion @ Specified height level above ground layer</Title>
        <Abstract>U-Component Storm Motion @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=U-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U-Component_Storm_Motion_height_above_ground_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=U-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U-Component_Storm_Motion_height_above_ground_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=U-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U-Component_Storm_Motion_height_above_ground_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>V-Component_Storm_Motion_height_above_ground_layer</Name>
        <Title>V-Component Storm Motion @ Specified height level above ground layer</Title>
        <Abstract>V-Component Storm Motion @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=V-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V-Component_Storm_Motion_height_above_ground_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=V-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V-Component_Storm_Motion_height_above_ground_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=V-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V-Component_Storm_Motion_height_above_ground_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_369_Hour_Accumulation</Name>
        <Title>Total precipitation (369_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (369_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_369_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_369_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_369_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_369_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_369_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_369_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_369_Hour_Accumulation</Name>
        <Title>Convective precipitation (369_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (369_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_369_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_369_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_369_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_369_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_369_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_369_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_198_Hour_Accumulation</Name>
        <Title>Convective precipitation (198_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (198_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_198_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_198_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_198_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_198_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_198_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_198_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_198_Hour_Accumulation</Name>
        <Title>Total precipitation (198_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (198_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_198_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_198_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_198_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_198_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_198_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_198_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_66_Hour_Accumulation</Name>
        <Title>Convective precipitation (66_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (66_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_66_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_66_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_66_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_66_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_66_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_66_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_66_Hour_Accumulation</Name>
        <Title>Total precipitation (66_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (66_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_66_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_66_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_66_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_66_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_66_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_66_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_267_Hour_Accumulation</Name>
        <Title>Convective precipitation (267_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (267_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_267_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_267_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_267_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_267_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_267_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_267_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_267_Hour_Accumulation</Name>
        <Title>Total precipitation (267_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (267_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_267_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_267_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_267_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_267_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_267_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_267_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_336_Hour_Accumulation</Name>
        <Title>Total precipitation (336_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (336_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_336_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_336_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_336_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_336_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_336_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_336_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_336_Hour_Accumulation</Name>
        <Title>Convective precipitation (336_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (336_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_336_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_336_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_336_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_336_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_336_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_336_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ice_growth_rate_altitude_above_msl</Name>
        <Title>Ice growth rate @ Specific altitude above mean sea level</Title>
        <Abstract>Ice growth rate @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_growth_rate_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_growth_rate_altitude_above_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_growth_rate_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_growth_rate_altitude_above_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_growth_rate_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_growth_rate_altitude_above_msl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_315_Hour_Accumulation</Name>
        <Title>Convective precipitation (315_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (315_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_315_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_315_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_315_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_315_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_315_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_315_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_315_Hour_Accumulation</Name>
        <Title>Total precipitation (315_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (315_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_315_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_315_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_315_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_315_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_315_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_315_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_177_Hour_Accumulation</Name>
        <Title>Total precipitation (177_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (177_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_177_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_177_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_177_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_177_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_177_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_177_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_177_Hour_Accumulation</Name>
        <Title>Convective precipitation (177_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (177_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_177_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_177_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_177_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_177_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_177_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_177_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_246_Hour_Accumulation</Name>
        <Title>Convective precipitation (246_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (246_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_246_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_246_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_246_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_246_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_246_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_246_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_246_Hour_Accumulation</Name>
        <Title>Total precipitation (246_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (246_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_246_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_246_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_246_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_246_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_246_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_246_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_99_Hour_Accumulation</Name>
        <Title>Convective precipitation (99_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (99_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_99_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_99_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_99_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_99_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_99_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_99_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_99_Hour_Accumulation</Name>
        <Title>Total precipitation (99_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (99_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_99_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_99_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_99_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_99_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_99_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_99_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_42_Hour_Accumulation</Name>
        <Title>Convective precipitation (42_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (42_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_42_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_42_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_42_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_42_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_42_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_42_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_42_Hour_Accumulation</Name>
        <Title>Total precipitation (42_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (42_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_42_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_42_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_42_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_42_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_42_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_42_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_186_Hour_Accumulation</Name>
        <Title>Convective precipitation (186_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (186_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_186_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_186_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_186_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_186_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_186_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_186_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_186_Hour_Accumulation</Name>
        <Title>Total precipitation (186_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (186_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_186_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_186_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_186_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_186_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_186_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_186_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_345_Hour_Accumulation</Name>
        <Title>Total precipitation (345_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (345_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_345_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_345_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_345_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_345_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_345_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_345_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_345_Hour_Accumulation</Name>
        <Title>Convective precipitation (345_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (345_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_345_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_345_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_345_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_345_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_345_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_345_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_156_Hour_Accumulation</Name>
        <Title>Total precipitation (156_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (156_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_156_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_156_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_156_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_156_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_156_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_156_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_156_Hour_Accumulation</Name>
        <Title>Convective precipitation (156_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (156_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_156_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_156_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_156_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_156_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_156_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_156_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_129_Hour_Accumulation</Name>
        <Title>Total precipitation (129_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (129_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_129_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_129_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_129_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_129_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_129_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_129_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_129_Hour_Accumulation</Name>
        <Title>Convective precipitation (129_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (129_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_129_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_129_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_129_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_129_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_129_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_129_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_ozone_entire_atmosphere_single_layer</Name>
        <Title>Total ozone @ Entire atmosphere layer</Title>
        <Abstract>Total ozone @ Entire atmosphere layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_ozone_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_ozone_entire_atmosphere_single_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_ozone_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_ozone_entire_atmosphere_single_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_ozone_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_ozone_entire_atmosphere_single_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ventilation_Rate_planetary_boundary</Name>
        <Title>Ventilation Rate @ Planetary Boundary Layer</Title>
        <Abstract>Ventilation Rate @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ventilation_Rate_planetary_boundary
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ventilation_Rate_planetary_boundary&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ventilation_Rate_planetary_boundary
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ventilation_Rate_planetary_boundary&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ventilation_Rate_planetary_boundary
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ventilation_Rate_planetary_boundary&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Wind_speed_gust_surface</Name>
        <Title>Wind speed (gust) @ Ground or water surface</Title>
        <Abstract>Wind speed (gust) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ice_cover_surface</Name>
        <Title>Ice cover @ Ground or water surface</Title>
        <Abstract>Ice cover @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_cover_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_cover_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_cover_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_cover_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_cover_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_cover_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Land_cover_0__sea_1__land_surface</Name>
        <Title>Land cover (0 = sea, 1 = land) @ Ground or water surface</Title>
        <Abstract>Land cover (0 = sea, 1 = land) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Land_cover_0__sea_1__land_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Land_cover_0__sea_1__land_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Land_cover_0__sea_1__land_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Land_cover_0__sea_1__land_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Land_cover_0__sea_1__land_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Land_cover_0__sea_1__land_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_surface</Name>
        <Title>Pressure @ Ground or water surface</Title>
        <Abstract>Pressure @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Soil_type_surface</Name>
        <Title>Soil type @ Ground or water surface</Title>
        <Abstract>Soil type @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Soil_type_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Soil_type_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Soil_type_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Soil_type_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Soil_type_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Soil_type_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_surface</Name>
        <Title>Temperature @ Ground or water surface</Title>
        <Abstract>Temperature @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Visibility_surface</Name>
        <Title>Visibility @ Ground or water surface</Title>
        <Abstract>Visibility @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Visibility_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Visibility_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Visibility_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Visibility_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Visibility_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Visibility_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ice_thickness_surface</Name>
        <Title>Ice thickness @ Ground or water surface</Title>
        <Abstract>Ice thickness @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_thickness_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_thickness_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_thickness_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_thickness_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_thickness_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_thickness_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Surface_roughness_surface</Name>
        <Title>Surface roughness @ Ground or water surface</Title>
        <Abstract>Surface roughness @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_roughness_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_roughness_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_roughness_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_roughness_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_roughness_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_roughness_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Haines_index_surface</Name>
        <Title>Haines index @ Ground or water surface</Title>
        <Abstract>Haines index @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Haines_index_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Haines_index_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Haines_index_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Haines_index_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Haines_index_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Haines_index_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vegetation_surface</Name>
        <Title>Vegetation @ Ground or water surface</Title>
        <Abstract>Vegetation @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vegetation_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vegetation_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vegetation_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vegetation_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vegetation_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vegetation_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_surface</Name>
        <Title>Geopotential height @ Ground or water surface</Title>
        <Abstract>Geopotential height @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_available_potential_energy_surface</Name>
        <Title>Convective available potential energy @ Ground or water surface</Title>
        <Abstract>Convective available potential energy @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_inhibition_surface</Name>
        <Title>Convective inhibition @ Ground or water surface</Title>
        <Abstract>Convective inhibition @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Precipitation_rate_surface</Name>
        <Title>Precipitation rate @ Ground or water surface</Title>
        <Abstract>Precipitation rate @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitation_rate_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitation_rate_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitation_rate_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitation_rate_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitation_rate_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitation_rate_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ice_temperature_surface</Name>
        <Title>Ice temperature @ Ground or water surface</Title>
        <Abstract>Ice temperature @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_temperature_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_temperature_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_temperature_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Snow_depth_surface</Name>
        <Title>Snow depth @ Ground or water surface</Title>
        <Abstract>Snow depth @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_depth_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_depth_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_depth_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_depth_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_depth_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_depth_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Water_equivalent_of_accumulated_snow_depth_surface</Name>
        <Title>Water equivalent of accumulated snow depth @ Ground or water surface</Title>
        <Abstract>Water equivalent of accumulated snow depth @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_entire_atmosphere_single_layer</Name>
        <Title>Relative humidity @ Entire atmosphere layer</Title>
        <Abstract>Relative humidity @ Entire atmosphere layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_entire_atmosphere_single_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_entire_atmosphere_single_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_entire_atmosphere_single_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_highest_tropospheric_freezing</Name>
        <Title>Relative humidity @ Highest tropospheric freezing level</Title>
        <Abstract>Relative humidity @ Highest tropospheric freezing level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_highest_tropospheric_freezing
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_highest_tropospheric_freezing&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_highest_tropospheric_freezing
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_highest_tropospheric_freezing&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_highest_tropospheric_freezing
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_highest_tropospheric_freezing&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Per_cent_frozen_precipitation_surface</Name>
        <Title>Per cent frozen precipitation @ Ground or water surface</Title>
        <Abstract>Per cent frozen precipitation @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Per_cent_frozen_precipitation_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Per_cent_frozen_precipitation_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Per_cent_frozen_precipitation_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Per_cent_frozen_precipitation_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Per_cent_frozen_precipitation_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Per_cent_frozen_precipitation_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_zeroDegC_isotherm</Name>
        <Title>Relative humidity @ Level of 0 °C isotherm</Title>
        <Abstract>Relative humidity @ Level of 0 °C isotherm</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_zeroDegC_isotherm&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_zeroDegC_isotherm&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_zeroDegC_isotherm&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_zeroDegC_isotherm</Name>
        <Title>Geopotential height @ Level of 0 °C isotherm</Title>
        <Abstract>Geopotential height @ Level of 0 °C isotherm</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_zeroDegC_isotherm&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_zeroDegC_isotherm&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_zeroDegC_isotherm&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_maximum_wind</Name>
        <Title>Pressure @ Maximum wind level</Title>
        <Abstract>Pressure @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_maximum_wind&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_maximum_wind</Name>
        <Title>Temperature @ Maximum wind level</Title>
        <Abstract>Temperature @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_maximum_wind&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ICAO_Standard_Atmosphere_Reference_Height_maximum_wind</Name>
        <Title>ICAO Standard Atmosphere Reference Height @ Maximum wind level</Title>
        <Abstract>ICAO Standard Atmosphere Reference Height @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_maximum_wind&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Low_cloud_cover_low_cloud</Name>
        <Title>Low cloud cover @ Low cloud layer</Title>
        <Abstract>Low cloud cover @ Low cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_maximum_wind</Name>
        <Title>Geopotential height @ Maximum wind level</Title>
        <Abstract>Geopotential height @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_maximum_wind&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Precipitable_water_entire_atmosphere_single_layer</Name>
        <Title>Precipitable water @ Entire atmosphere layer</Title>
        <Abstract>Precipitable water @ Entire atmosphere layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_entire_atmosphere_single_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_entire_atmosphere_single_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_entire_atmosphere_single_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_tropopause</Name>
        <Title>Pressure @ Tropopause</Title>
        <Abstract>Pressure @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_tropopause</Name>
        <Title>Temperature @ Tropopause</Title>
        <Abstract>Temperature @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ICAO_Standard_Atmosphere_Reference_Height_tropopause</Name>
        <Title>ICAO Standard Atmosphere Reference Height @ Tropopause</Title>
        <Abstract>ICAO Standard Atmosphere Reference Height @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=ICAO_Standard_Atmosphere_Reference_Height_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ICAO_Standard_Atmosphere_Reference_Height_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_tropopause</Name>
        <Title>Geopotential height @ Tropopause</Title>
        <Abstract>Geopotential height @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Medium_cloud_cover_middle_cloud</Name>
        <Title>Medium cloud cover @ Middle cloud layer</Title>
        <Abstract>Medium cloud cover @ Middle cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Composite_reflectivity_entire_atmosphere</Name>
        <Title>Composite reflectivity @ Entire atmosphere</Title>
        <Abstract>Composite reflectivity @ Entire atmosphere</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Composite_reflectivity_entire_atmosphere
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Composite_reflectivity_entire_atmosphere&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Composite_reflectivity_entire_atmosphere
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Composite_reflectivity_entire_atmosphere&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Composite_reflectivity_entire_atmosphere
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Composite_reflectivity_entire_atmosphere&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_cloud_cover_entire_atmosphere</Name>
        <Title>Total cloud cover @ Entire atmosphere</Title>
        <Abstract>Total cloud cover @ Entire atmosphere</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>High_cloud_cover_high_cloud</Name>
        <Title>High cloud cover @ High cloud layer</Title>
        <Abstract>High cloud cover @ High cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_highest_tropospheric_freezing</Name>
        <Title>Geopotential height @ Highest tropospheric freezing level</Title>
        <Abstract>Geopotential height @ Highest tropospheric freezing level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_highest_tropospheric_freezing
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_highest_tropospheric_freezing&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_highest_tropospheric_freezing
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_highest_tropospheric_freezing&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_highest_tropospheric_freezing
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_highest_tropospheric_freezing&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Cloud_water_entire_atmosphere_single_layer</Name>
        <Title>Cloud water @ Entire atmosphere layer</Title>
        <Abstract>Cloud water @ Entire atmosphere layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_water_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_water_entire_atmosphere_single_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_water_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_water_entire_atmosphere_single_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_water_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_water_entire_atmosphere_single_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Surface_Lifted_Index_surface</Name>
        <Title>Surface Lifted Index @ Ground or water surface</Title>
        <Abstract>Surface Lifted Index @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_Lifted_Index_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_Lifted_Index_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_Lifted_Index_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_Lifted_Index_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_Lifted_Index_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_Lifted_Index_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_Speed_Shear_tropopause</Name>
        <Title>Vertical Speed Shear @ Tropopause</Title>
        <Abstract>Vertical Speed Shear @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_Speed_Shear_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_Speed_Shear_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_Speed_Shear_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_Speed_Shear_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_Speed_Shear_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_Speed_Shear_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MSLP_Eta_model_reduction_msl</Name>
        <Title>MSLP (Eta model reduction) @ Mean sea level</Title>
        <Abstract>MSLP (Eta model reduction) @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=MSLP_Eta_model_reduction_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MSLP_Eta_model_reduction_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=MSLP_Eta_model_reduction_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MSLP_Eta_model_reduction_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=MSLP_Eta_model_reduction_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MSLP_Eta_model_reduction_msl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Rain_surface</Name>
        <Title>Categorical Rain @ Ground or water surface</Title>
        <Abstract>Categorical Rain @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Best_4_layer_Lifted_Index_surface</Name>
        <Title>Best (4 layer) Lifted Index @ Ground or water surface</Title>
        <Abstract>Best (4 layer) Lifted Index @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Best_4_layer_Lifted_Index_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Best_4_layer_Lifted_Index_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Best_4_layer_Lifted_Index_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Best_4_layer_Lifted_Index_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Best_4_layer_Lifted_Index_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Best_4_layer_Lifted_Index_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Freezing_Rain_surface</Name>
        <Title>Categorical Freezing Rain @ Ground or water surface</Title>
        <Abstract>Categorical Freezing Rain @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Ice_Pellets_surface</Name>
        <Title>Categorical Ice Pellets @ Ground or water surface</Title>
        <Abstract>Categorical Ice Pellets @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_reduced_to_MSL_msl</Name>
        <Title>Pressure reduced to MSL @ Mean sea level</Title>
        <Abstract>Pressure reduced to MSL @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_reduced_to_MSL_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_reduced_to_MSL_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_reduced_to_MSL_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_reduced_to_MSL_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_reduced_to_MSL_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_reduced_to_MSL_msl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Snow_surface</Name>
        <Title>Categorical Snow @ Ground or water surface</Title>
        <Abstract>Categorical Snow @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Planetary_Boundary_Layer_Height_surface</Name>
        <Title>Planetary Boundary Layer Height @ Ground or water surface</Title>
        <Abstract>Planetary Boundary Layer Height @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Planetary_Boundary_Layer_Height_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Planetary_Boundary_Layer_Height_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Planetary_Boundary_Layer_Height_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Planetary_Boundary_Layer_Height_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Planetary_Boundary_Layer_Height_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Planetary_Boundary_Layer_Height_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Plant_Canopy_Surface_Water_surface</Name>
        <Title>Plant Canopy Surface Water @ Ground or water surface</Title>
        <Abstract>Plant Canopy Surface Water @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Plant_Canopy_Surface_Water_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Plant_Canopy_Surface_Water_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Plant_Canopy_Surface_Water_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Plant_Canopy_Surface_Water_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Plant_Canopy_Surface_Water_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Plant_Canopy_Surface_Water_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_cloud_ceiling</Name>
        <Title>Geopotential height @ Cloud ceiling</Title>
        <Abstract>Geopotential height @ Cloud ceiling</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_cloud_ceiling
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_cloud_ceiling&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_cloud_ceiling
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_cloud_ceiling&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_cloud_ceiling
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_cloud_ceiling&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Frictional_Velocity_surface</Name>
        <Title>Frictional Velocity @ Ground or water surface</Title>
        <Abstract>Frictional Velocity @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Frictional_Velocity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Frictional_Velocity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Frictional_Velocity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Frictional_Velocity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Frictional_Velocity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Frictional_Velocity_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Sunshine_Duration_surface</Name>
        <Title>Sunshine Duration @ Ground or water surface</Title>
        <Abstract>Sunshine Duration @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sunshine_Duration_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sunshine_Duration_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sunshine_Duration_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sunshine_Duration_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sunshine_Duration_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sunshine_Duration_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Wilting_Point_surface</Name>
        <Title>Wilting Point @ Ground or water surface</Title>
        <Abstract>Wilting Point @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wilting_Point_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wilting_Point_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wilting_Point_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wilting_Point_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wilting_Point_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wilting_Point_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Field_Capacity_surface</Name>
        <Title>Field Capacity @ Ground or water surface</Title>
        <Abstract>Field Capacity @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Field_Capacity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Field_Capacity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Field_Capacity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Field_Capacity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Field_Capacity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Field_Capacity_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ozone_Mixing_Ratio_isobaric</Name>
        <Title>Ozone Mixing Ratio @ Isobaric surface</Title>
        <Abstract>Ozone Mixing Ratio @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ozone_Mixing_Ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ozone_Mixing_Ratio_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ozone_Mixing_Ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ozone_Mixing_Ratio_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ozone_Mixing_Ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ozone_Mixing_Ratio_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Specific_humidity_isobaric</Name>
        <Title>Specific humidity @ Isobaric surface</Title>
        <Abstract>Specific humidity @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_isobaric</Name>
        <Title>Temperature @ Isobaric surface</Title>
        <Abstract>Temperature @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_isobaric</Name>
        <Title>Relative humidity @ Isobaric surface</Title>
        <Abstract>Relative humidity @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_isobaric</Name>
        <Title>Geopotential height @ Isobaric surface</Title>
        <Abstract>Geopotential height @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_velocity_pressure_isobaric</Name>
        <Title>Vertical velocity (pressure) @ Isobaric surface</Title>
        <Abstract>Vertical velocity (pressure) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_velocity_geometric_isobaric</Name>
        <Title>Vertical velocity (geometric) @ Isobaric surface</Title>
        <Abstract>Vertical velocity (geometric) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_geometric_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_geometric_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_geometric_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_geometric_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_geometric_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_geometric_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Absolute_vorticity_isobaric</Name>
        <Title>Absolute vorticity @ Isobaric surface</Title>
        <Abstract>Absolute vorticity @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Absolute_vorticity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Absolute_vorticity_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Absolute_vorticity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Absolute_vorticity_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Absolute_vorticity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Absolute_vorticity_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_21_Hour_Accumulation</Name>
        <Title>Total precipitation (21_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (21_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_21_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_21_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_21_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_21_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_21_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_21_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_21_Hour_Accumulation</Name>
        <Title>Convective precipitation (21_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (21_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_21_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_21_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_21_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_21_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_21_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_21_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_84_Hour_Accumulation</Name>
        <Title>Total precipitation (84_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (84_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_84_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_84_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_84_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_84_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_84_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_84_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_84_Hour_Accumulation</Name>
        <Title>Convective precipitation (84_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (84_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_84_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_84_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_84_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_84_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_84_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_84_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_318_Hour_Accumulation</Name>
        <Title>Convective precipitation (318_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (318_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_318_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_318_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_318_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_318_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_318_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_318_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_318_Hour_Accumulation</Name>
        <Title>Total precipitation (318_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (318_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_318_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_318_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_318_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_318_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_318_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_318_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_381_Hour_Accumulation</Name>
        <Title>Total precipitation (381_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (381_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_381_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_381_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_381_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_381_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_381_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_381_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_381_Hour_Accumulation</Name>
        <Title>Convective precipitation (381_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (381_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_381_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_381_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_381_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_381_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_381_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_381_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_162_Hour_Accumulation</Name>
        <Title>Convective precipitation (162_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (162_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_162_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_162_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_162_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_162_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_162_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_162_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_162_Hour_Accumulation</Name>
        <Title>Total precipitation (162_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (162_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_162_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_162_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_162_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_162_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_162_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_162_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_48_Hour_Accumulation</Name>
        <Title>Total precipitation (48_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (48_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_48_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_48_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_48_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_48_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_48_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_48_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_48_Hour_Accumulation</Name>
        <Title>Convective precipitation (48_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (48_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_48_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_48_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_48_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_48_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_48_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_48_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Reflectivity_height_above_ground</Name>
        <Title>Reflectivity @ Specified height level above ground</Title>
        <Abstract>Reflectivity @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="1000.0">
            1000.0,
            4000.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Reflectivity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Reflectivity_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Reflectivity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Reflectivity_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Reflectivity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Reflectivity_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_354_Hour_Accumulation</Name>
        <Title>Convective precipitation (354_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (354_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_354_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_354_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_354_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_354_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_354_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_354_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_354_Hour_Accumulation</Name>
        <Title>Total precipitation (354_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (354_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_354_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_354_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_354_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_354_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_354_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_354_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_15_Hour_Accumulation</Name>
        <Title>Convective precipitation (15_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (15_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_15_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_15_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_15_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_15_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_15_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_15_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_15_Hour_Accumulation</Name>
        <Title>Total precipitation (15_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (15_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_15_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_15_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_15_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_15_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_15_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_15_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_321_Hour_Accumulation</Name>
        <Title>Total precipitation (321_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (321_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_321_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_321_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_321_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_321_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_321_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_321_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_321_Hour_Accumulation</Name>
        <Title>Convective precipitation (321_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (321_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_321_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_321_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_321_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_321_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_321_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_321_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_195_Hour_Accumulation</Name>
        <Title>Convective precipitation (195_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (195_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_195_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_195_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_195_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_195_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_195_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_195_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_195_Hour_Accumulation</Name>
        <Title>Total precipitation (195_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (195_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_195_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_195_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_195_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_195_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_195_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_195_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_192_Hour_Accumulation</Name>
        <Title>Total precipitation (192_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (192_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_192_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_192_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_192_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_192_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_192_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_192_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_192_Hour_Accumulation</Name>
        <Title>Convective precipitation (192_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (192_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_192_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_192_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_192_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_192_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_192_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_192_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_327_Hour_Accumulation</Name>
        <Title>Convective precipitation (327_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (327_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_327_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_327_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_327_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_327_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_327_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_327_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_327_Hour_Accumulation</Name>
        <Title>Total precipitation (327_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (327_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_327_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_327_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_327_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_327_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_327_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_327_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_360_Hour_Accumulation</Name>
        <Title>Total precipitation (360_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (360_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_360_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_360_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_360_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_360_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_360_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_360_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_360_Hour_Accumulation</Name>
        <Title>Convective precipitation (360_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (360_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_360_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_360_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_360_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_360_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_360_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_360_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_339_Hour_Accumulation</Name>
        <Title>Convective precipitation (339_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (339_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_339_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_339_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_339_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_339_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_339_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_339_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_339_Hour_Accumulation</Name>
        <Title>Total precipitation (339_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (339_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_339_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_339_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_339_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_339_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_339_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_339_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_264_Hour_Accumulation</Name>
        <Title>Total precipitation (264_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (264_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_264_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_264_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_264_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_264_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_264_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_264_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_264_Hour_Accumulation</Name>
        <Title>Convective precipitation (264_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (264_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_264_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_264_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_264_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_264_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_264_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_264_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_24_Hour_Accumulation</Name>
        <Title>Total precipitation (24_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (24_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_24_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_24_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_24_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_24_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_24_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_24_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_24_Hour_Accumulation</Name>
        <Title>Convective precipitation (24_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (24_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_24_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_24_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_24_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_24_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_24_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_24_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_258_Hour_Accumulation</Name>
        <Title>Convective precipitation (258_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (258_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_258_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_258_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_258_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_258_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_258_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_258_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_258_Hour_Accumulation</Name>
        <Title>Total precipitation (258_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (258_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_258_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_258_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_258_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_258_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_258_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_258_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_207_Hour_Accumulation</Name>
        <Title>Convective precipitation (207_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (207_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_207_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_207_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_207_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_207_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_207_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_207_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_207_Hour_Accumulation</Name>
        <Title>Total precipitation (207_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (207_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_207_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_207_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_207_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_207_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_207_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_207_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_348_Hour_Accumulation</Name>
        <Title>Total precipitation (348_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (348_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_348_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_348_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_348_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_348_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_348_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_348_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_348_Hour_Accumulation</Name>
        <Title>Convective precipitation (348_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (348_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_348_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_348_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_348_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_348_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_348_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_348_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Specific_humidity_height_above_ground</Name>
        <Title>Specific humidity @ Specified height level above ground</Title>
        <Abstract>Specific humidity @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="2.0">
            2.0,
            80.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_240_Hour_Accumulation</Name>
        <Title>Total precipitation (240_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (240_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_240_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_240_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_240_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_240_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_240_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_240_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_240_Hour_Accumulation</Name>
        <Title>Convective precipitation (240_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (240_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_240_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_240_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_240_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_240_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_240_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_240_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Cloud_mixing_ratio_hybrid</Name>
        <Title>Cloud mixing ratio @ Hybrid level</Title>
        <Abstract>Cloud mixing ratio @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ice_water_mixing_ratio_hybrid</Name>
        <Title>Ice water mixing ratio @ Hybrid level</Title>
        <Abstract>Ice water mixing ratio @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_water_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_water_mixing_ratio_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_water_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_water_mixing_ratio_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_water_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_water_mixing_ratio_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Rain_mixing_ratio_hybrid</Name>
        <Title>Rain mixing ratio @ Hybrid level</Title>
        <Abstract>Rain mixing ratio @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rain_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rain_mixing_ratio_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rain_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rain_mixing_ratio_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rain_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rain_mixing_ratio_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Snow_mixing_ratio_hybrid</Name>
        <Title>Snow mixing ratio @ Hybrid level</Title>
        <Abstract>Snow mixing ratio @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_mixing_ratio_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_mixing_ratio_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_mixing_ratio_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Graupel_snow_pellets_hybrid</Name>
        <Title>Graupel (snow pellets) @ Hybrid level</Title>
        <Abstract>Graupel (snow pellets) @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Graupel_snow_pellets_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Graupel_snow_pellets_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Graupel_snow_pellets_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Graupel_snow_pellets_hybrid&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Graupel_snow_pellets_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Graupel_snow_pellets_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_303_Hour_Accumulation</Name>
        <Title>Convective precipitation (303_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (303_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_303_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_303_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_303_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_303_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_303_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_303_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_303_Hour_Accumulation</Name>
        <Title>Total precipitation (303_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (303_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_303_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_303_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_303_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_303_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_303_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_303_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer</Name>
        <Title>Pressure of level from which parcel was lifted @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Pressure of level from which parcel was lifted @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_234_Hour_Accumulation</Name>
        <Title>Convective precipitation (234_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (234_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_234_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_234_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_234_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_234_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_234_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_234_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_234_Hour_Accumulation</Name>
        <Title>Total precipitation (234_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (234_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_234_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_234_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_234_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_234_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_234_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_234_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_273_Hour_Accumulation</Name>
        <Title>Total precipitation (273_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (273_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_273_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_273_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_273_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_273_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_273_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_273_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_273_Hour_Accumulation</Name>
        <Title>Convective precipitation (273_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (273_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_273_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_273_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_273_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_273_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_273_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_273_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_132_Hour_Accumulation</Name>
        <Title>Total precipitation (132_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (132_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_132_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_132_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_132_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_132_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_132_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_132_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_132_Hour_Accumulation</Name>
        <Title>Convective precipitation (132_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (132_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_132_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_132_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_132_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_132_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_132_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_132_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_201_Hour_Accumulation</Name>
        <Title>Total precipitation (201_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (201_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_201_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_201_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_201_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_201_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_201_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_201_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_201_Hour_Accumulation</Name>
        <Title>Convective precipitation (201_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (201_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_201_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_201_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_201_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_201_Hour_Accumulation&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_201_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_201_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer >
        <Title> of wind @ Isobaric surface</Title>
        <Abstract>Vector fields for  of wind @ Isobaric surface</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_isobaric:v-component_of_wind_isobaric-group</Name>
        <Title> of wind @ Isobaric surface</Title>
        <Abstract>Vector fields for  of wind @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag</Name>
        <Title>Magnitude of  of wind @ Isobaric surface</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Isobaric surface and
v-component of wind @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_isobaric:v-component_of_wind_isobaric-dir</Name>
        <Title>Direction of  of wind @ Isobaric surface</Title>
        <Abstract>Direction of components:
u-component of wind @ Isobaric surface and
v-component of wind @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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</Name>
        <Title>u-component of wind @ Isobaric surface</Title>
        <Abstract>u-component of wind @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_isobaric</Name>
        <Title>v-component of wind @ Isobaric surface</Title>
        <Abstract>v-component of wind @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            1.0,
            2.0,
            4.0,
            7.0,
            10.0,
            20.0,
            40.0,
            70.0,
            100.0,
            200.0,
            300.0,
            500.0,
            700.0,
            1000.0,
            1500.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            7000.0,
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            92500.0,
            95000.0,
            97500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isobaric&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Vector fields for  of wind @ Level at specified pressure difference from ground to level layer</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group</Name>
        <Title> of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Vector fields for  of wind @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="1500.0">
            1500.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag</Name>
        <Title>Magnitude of  of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Level at specified pressure difference from ground to level layer and
v-component of wind @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-dir</Name>
        <Title>Direction of  of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Direction of components:
u-component of wind @ Level at specified pressure difference from ground to level layer and
v-component of wind @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="1500.0">
            1500.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</Name>
        <Title>u-component of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>u-component of wind @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_pressure_difference_layer</Name>
        <Title>v-component of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>v-component of wind @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_pressure_difference_layer&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Maximum wind level</Title>
        <Abstract>Vector fields for  of wind @ Maximum wind level</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group</Name>
        <Title> of wind @ Maximum wind level</Title>
        <Abstract>Vector fields for  of wind @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag</Name>
        <Title>Magnitude of  of wind @ Maximum wind level</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Maximum wind level and
v-component of wind @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-dir</Name>
        <Title>Direction of  of wind @ Maximum wind level</Title>
        <Abstract>Direction of components:
u-component of wind @ Maximum wind level and
v-component of wind @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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</Name>
        <Title>u-component of wind @ Maximum wind level</Title>
        <Abstract>u-component of wind @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_maximum_wind</Name>
        <Title>v-component of wind @ Maximum wind level</Title>
        <Abstract>v-component of wind @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_maximum_wind&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_maximum_wind&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Potential vorticity surface</Title>
        <Abstract>Vector fields for  of wind @ Potential vorticity surface</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group</Name>
        <Title> of wind @ Potential vorticity surface</Title>
        <Abstract>Vector fields for  of wind @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-1.9999999949504854E-6">
            -1.9999999949504854E-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-mag</Name>
        <Title>Magnitude of  of wind @ Potential vorticity surface</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Potential vorticity surface and
v-component of wind @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-1.9999999949504854E-6">
            -1.9999999949504854E-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_potential_vorticity_surface:v-component_of_wind_potential_vorticity_surface-dir</Name>
        <Title>Direction of  of wind @ Potential vorticity surface</Title>
        <Abstract>Direction of components:
u-component of wind @ Potential vorticity surface and
v-component of wind @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-1.9999999949504854E-6">
            -1.9999999949504854E-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</Name>
        <Title>u-component of wind @ Potential vorticity surface</Title>
        <Abstract>u-component of wind @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-1.9999999949504854E-6">
            -1.9999999949504854E-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_potential_vorticity_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_potential_vorticity_surface</Name>
        <Title>v-component of wind @ Potential vorticity surface</Title>
        <Abstract>v-component of wind @ Potential vorticity surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="K m2 kg-1 s-1" default="-1.9999999949504854E-6">
            -1.9999999949504854E-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_potential_vorticity_surface&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_potential_vorticity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_potential_vorticity_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Specific altitude above mean sea level</Title>
        <Abstract>Vector fields for  of wind @ Specific altitude above mean sea level</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group</Name>
        <Title> of wind @ Specific altitude above mean sea level</Title>
        <Abstract>Vector fields for  of wind @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="1829.0">
            1829.0,
            2743.0,
            3658.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag</Name>
        <Title>Magnitude of  of wind @ Specific altitude above mean sea level</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specific altitude above mean sea level and
v-component of wind @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="1829.0">
            1829.0,
            2743.0,
            3658.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-dir</Name>
        <Title>Direction of  of wind @ Specific altitude above mean sea level</Title>
        <Abstract>Direction of components:
u-component of wind @ Specific altitude above mean sea level and
v-component of wind @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="1829.0">
            1829.0,
            2743.0,
            3658.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</Name>
        <Title>u-component of wind @ Specific altitude above mean sea level</Title>
        <Abstract>u-component of wind @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="1829.0">
            1829.0,
            2743.0,
            3658.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_altitude_above_msl</Name>
        <Title>v-component of wind @ Specific altitude above mean sea level</Title>
        <Abstract>v-component of wind @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="1829.0">
            1829.0,
            2743.0,
            3658.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_altitude_above_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_altitude_above_msl&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_altitude_above_msl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Tropopause</Title>
        <Abstract>Vector fields for  of wind @ Tropopause</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_tropopause:v-component_of_wind_tropopause-group</Name>
        <Title> of wind @ Tropopause</Title>
        <Abstract>Vector fields for  of wind @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag</Name>
        <Title>Magnitude of  of wind @ Tropopause</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Tropopause and
v-component of wind @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_tropopause:v-component_of_wind_tropopause-dir</Name>
        <Title>Direction of  of wind @ Tropopause</Title>
        <Abstract>Direction of components:
u-component of wind @ Tropopause and
v-component of wind @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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</Name>
        <Title>u-component of wind @ Tropopause</Title>
        <Abstract>u-component of wind @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_tropopause</Name>
        <Title>v-component of wind @ Tropopause</Title>
        <Abstract>v-component of wind @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_tropopause&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Specified height level above ground</Title>
        <Abstract>Vector fields for  of wind @ Specified height level above ground</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group</Name>
        <Title> of wind @ Specified height level above ground</Title>
        <Abstract>Vector fields for  of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0,
            20.0,
            30.0,
            40.0,
            50.0,
            80.0,
            100.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag</Name>
        <Title>Magnitude of  of wind @ Specified height level above ground</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0,
            20.0,
            30.0,
            40.0,
            50.0,
            80.0,
            100.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-dir</Name>
        <Title>Direction of  of wind @ Specified height level above ground</Title>
        <Abstract>Direction of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0,
            20.0,
            30.0,
            40.0,
            50.0,
            80.0,
            100.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</Name>
        <Title>u-component of wind @ Specified height level above ground</Title>
        <Abstract>u-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0,
            20.0,
            30.0,
            40.0,
            50.0,
            80.0,
            100.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_height_above_ground</Name>
        <Title>v-component of wind @ Specified height level above ground</Title>
        <Abstract>v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0,
            20.0,
            30.0,
            40.0,
            50.0,
            80.0,
            100.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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_height_above_ground&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Planetary Boundary Layer</Title>
        <Abstract>Vector fields for  of wind @ Planetary Boundary Layer</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group</Name>
        <Title> of wind @ Planetary Boundary Layer</Title>
        <Abstract>Vector fields for  of wind @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-mag</Name>
        <Title>Magnitude of  of wind @ Planetary Boundary Layer</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Planetary Boundary Layer and
v-component of wind @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_planetary_boundary:v-component_of_wind_planetary_boundary-dir</Name>
        <Title>Direction of  of wind @ Planetary Boundary Layer</Title>
        <Abstract>Direction of components:
u-component of wind @ Planetary Boundary Layer and
v-component of wind @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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</Name>
        <Title>u-component of wind @ Planetary Boundary Layer</Title>
        <Abstract>u-component of wind @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_planetary_boundary
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_planetary_boundary&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_planetary_boundary</Name>
        <Title>v-component of wind @ Planetary Boundary Layer</Title>
        <Abstract>v-component of wind @ Planetary Boundary Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_planetary_boundary
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_planetary_boundary&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_planetary_boundary
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_planetary_boundary&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_planetary_boundary
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_planetary_boundary&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Sigma level</Title>
        <Abstract>Vector fields for  of wind @ Sigma level</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_sigma:v-component_of_wind_sigma-group</Name>
        <Title> of wind @ Sigma level</Title>
        <Abstract>Vector fields for  of wind @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_sigma:v-component_of_wind_sigma-mag</Name>
        <Title>Magnitude of  of wind @ Sigma level</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Sigma level and
v-component of wind @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_sigma:v-component_of_wind_sigma-dir</Name>
        <Title>Direction of  of wind @ Sigma level</Title>
        <Abstract>Direction of components:
u-component of wind @ Sigma level and
v-component of wind @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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</Name>
        <Title>u-component of wind @ Sigma level</Title>
        <Abstract>u-component of wind @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_sigma</Name>
        <Title>v-component of wind @ Sigma level</Title>
        <Abstract>v-component of wind @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_sigma&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.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/GFS/Global_onedeg/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
