<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-04-04T05:13:52.695Z"
        xmlns="http://www.opengis.net/wms"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:edal="http://reading-escience-centre.github.io/edal-java/wms"
        xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd">
    <Service>
        <Name>WMS</Name>
        <Title>NCAR GDEX TDS Installation</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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>Support</ContactPerson>
                <ContactOrganization>NCAR GDEX</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>rpconroy@ucar.edu</ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>2048</MaxWidth>
        <MaxHeight>2048</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc"/>
                        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc"/>
                        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetFeatureInfo>
        </Request>
        <Exception>
            <Format>XML</Format>
        </Exception>
        <edal:ExtendedCapabilities>
            <edal:CapabilitiesType>ncWMS2</edal:CapabilitiesType>
            <edal:ExtendedRequest>
                <edal:Request>GetMap</edal:Request>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORSCALERANGE</edal:ParameterName>
                    <edal:ParameterDescription>Of the form min,max this is the scale range used for plotting the data.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>NUMCOLORBANDS</edal:ParameterName>
                    <edal:ParameterDescription>The number of discrete colours to plot the data. Must be between 2 and 250</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ABOVEMAXCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are above the maximum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the maximum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>BELOWMINCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are below the minimum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the minimum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>LOGSCALE</edal:ParameterName>
                    <edal:ParameterDescription> "true" or "false" - whether to plot data with a logarithmic scale</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETTIME</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the time range (specified in the TIME parameter) will be plotted. In the case that an in-situ point has multiple time readings within that range, the colour used to plot them will depend on the time value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETELEVATION</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the elevation range (specified in the ELEVATION parameter) will be plotted. In the case that an in-situ point has multiple elevation readings within that range, the colour used to plot them will depend on the elevation value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>OPACITY</edal:ParameterName>
                    <edal:ParameterDescription>The percentage opacity of the final output image</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ANIMATION</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false" - whether to generate an animation. This also needs the TIME to be of the formstarttime/endtime, and currently is only implemented for features with a discrete time axis.</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTimeseries</edal:Request>
                <edal:RequestDescription>This produces either a timeseries graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The TIME parameter should specify a range of times in the form starttime/endtime, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetVerticalProfile</edal:Request>
                <edal:RequestDescription>This produces either a vertical profile graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The ELEVATION parameter should specify a range of elevations in the form startelevation/endelevation, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTransect</edal:Request>
                <edal:RequestDescription>This produces a graph of data values along an arbitrary path. Additionally if there is vertical information present in the dataset, it will produce a vertical section along the same path.  It accepts the same URL parameters as a GetMap requestion, with the additional mandatory parameter LINESTRING</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>LINESTRING</edal:ParameterName>
                    <edal:ParameterDescription>The points which define the path of the transect to plot.  Of the form x1 y1,x2 y2,x3 y3...</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetMetadata</edal:Request>
                <edal:RequestDescription>Fetches small pieces of metadata.  Many of these are also present in this capabilities document, but GetMetadata provides a more convenient method of accessing such data. GetMetadata always returns data in the JSON format</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>ITEM</edal:ParameterName>
                    <edal:ParameterDescription>This specifies the metadata to return.  This can take the values:
                        menu: Returns a tree representation of the available WMS layers, with IDs. Takes the optional parameter DATASET to return the same tree for a single dataset
                        layerDetails: Returns a set of details needed to plot a given layer. This includes such data as units, layer bounding box, configured scale range, etc. Takes the parameters LAYERNAME and TIME. The TIME parameter is optional, and if it is specified then the nearest available time is returned as part of the layer's details.
                        minmax: Calculates the range of values in the given area. Takes the same parameters as a GetMap request.
                        timesteps: Returns the available times for a given day. Takes the parameters LAYERNAME and DAY (yyyy-mm-dd)
                        animationTimesteps: Returns a list of time strings at different temporal resolutions for a given time range. This is used to present to the user different frequencies for the generation of an animation. Takes the parameters LAYERNAME, START, and END</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetLegendGraphic</edal:Request>
                <edal:RequestDescription>The GetLegendGraphic request generates an image which can be used as a legend. There are two main options: Generating just a colourbar, and generating a full legend.</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORBARONLY</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false".  Whether to generate a full legend or just the colour bar.  If it's "true", the following URL parameters are required:
                        PALETTE: The name of the palette to use. If missing, set to "default"
                        NUMCOLORBANDS: The number of colour bands to use. If missing, set to 250
                        VERTICAL: Whether to very colours vertically. If missing, defaults to true
                        WIDTH: The width of the image to generate. If missing, defaults to 50
                        HEIGHT: The height of the image to generate. If missing, defaults to 200
                    
                    For a full legend, the additional parameters LAYERS and either STYLES, SLD, or SLD_BODY must be supplied. This is because a single WMS layer may depend on an arbitrary number of sub-layers, depending on the style it is plotted in. In addition to these parameters, the optional parameters controlling the style may be supplied (these are the same as documented in the GetMap request).  Note that for full legends, the supplied width and height are NOT the final height of the image, but rather the width and height of each individual coloured plot area (i.e. the 1d/2d colourbar)</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
        </edal:ExtendedCapabilities>
        <Layer>
            <Title>NCAR GDEX TDS Installation</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>Arctic System Reanalysis - The Ohio State Univresity, Polar Meteorology Group</Title>
    <Layer queryable="1">
        <Name>Q2M</Name>
        <Title>QV at 2 M</Title>
        <Abstract>QV at 2 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Q2M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Q2M&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Q2M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Q2M&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Q2M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Q2M&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>T2M</Name>
        <Title>TEMP at 2 M</Title>
        <Abstract>TEMP at 2 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T2M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T2M&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T2M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T2M&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T2M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T2M&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PSFC</Name>
        <Title>SFC PRESSURE</Title>
        <Abstract>SFC PRESSURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PSFC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PSFC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PSFC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PSFC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PSFC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PSFC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>U10M</Name>
        <Title>U at 10 M</Title>
        <Abstract>U at 10 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U10M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U10M&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U10M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U10M&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U10M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U10M&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>V10M</Name>
        <Title>V at 10 M</Title>
        <Abstract>V at 10 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V10M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V10M&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V10M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V10M&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V10M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V10M&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SNOALB</Name>
        <Title>ANNUAL MAX SNOW ALBEDO IN FRACTION</Title>
        <Abstract>ANNUAL MAX SNOW ALBEDO IN FRACTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOALB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOALB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOALB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOALB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOALB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOALB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SFROFF</Name>
        <Title>SURFACE RUNOFF</Title>
        <Abstract>SURFACE RUNOFF</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFROFF&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFROFF&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFROFF&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UDROFF</Name>
        <Title>UNDERGROUND RUNOFF</Title>
        <Abstract>UNDERGROUND RUNOFF</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UDROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UDROFF&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UDROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UDROFF&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UDROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UDROFF&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>GRDFLX</Name>
        <Title>GROUND HEAT FLUX</Title>
        <Abstract>GROUND HEAT FLUX</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRDFLX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRDFLX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRDFLX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACGRDFLX</Name>
        <Title>ACCUMULATED GROUND HEAT FLUX</Title>
        <Abstract>ACCUMULATED GROUND HEAT FLUX</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACGRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACGRDFLX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACGRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACGRDFLX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACGRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACGRDFLX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SNOW</Name>
        <Title>SNOW WATER EQUIVALENT</Title>
        <Abstract>SNOW WATER EQUIVALENT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOW&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOW&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOW&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SNOWH</Name>
        <Title>PHYSICAL SNOW DEPTH</Title>
        <Abstract>PHYSICAL SNOW DEPTH</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWH&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWH&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWH&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CANWAT</Name>
        <Title>CANOPY WATER</Title>
        <Abstract>CANOPY WATER</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CANWAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CANWAT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CANWAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CANWAT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CANWAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CANWAT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SKINTEMP</Name>
        <Title>SURFACE SKIN TEMPERATURE</Title>
        <Abstract>SURFACE SKIN TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SKINTEMP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SKINTEMP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SKINTEMP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SKINTEMP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SKINTEMP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SKINTEMP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>RAINC</Name>
        <Title>ACCUMULATED TOTAL CUMULUS PRECIPITATION</Title>
        <Abstract>ACCUMULATED TOTAL CUMULUS PRECIPITATION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>RAINNC</Name>
        <Title>ACCUMULATED TOTAL GRID SCALE PRECIPITATION</Title>
        <Abstract>ACCUMULATED TOTAL GRID SCALE PRECIPITATION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINNC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINNC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINNC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SNOWNC</Name>
        <Title>ACCUMULATED TOTAL GRID SCALE SNOW AND ICE</Title>
        <Abstract>ACCUMULATED TOTAL GRID SCALE SNOW AND ICE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWNC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWNC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWNC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>GRAUPELNC</Name>
        <Title>ACCUMULATED TOTAL GRID SCALE GRAUPEL</Title>
        <Abstract>ACCUMULATED TOTAL GRID SCALE GRAUPEL</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRAUPELNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRAUPELNC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRAUPELNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRAUPELNC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRAUPELNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRAUPELNC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWDOWN</Name>
        <Title>DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE</Title>
        <Abstract>DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDOWN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDOWN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDOWN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDOWN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDOWN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDOWN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>GLW</Name>
        <Title>DOWNWARD LONG WAVE FLUX AT GROUND SURFACE</Title>
        <Abstract>DOWNWARD LONG WAVE FLUX AT GROUND SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GLW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GLW&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GLW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GLW&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GLW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GLW&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWUPT</Name>
        <Title>ACCUMULATED UPWELLING SHORTWAVE FLUX AT TOP</Title>
        <Abstract>ACCUMULATED UPWELLING SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWUPTC</Name>
        <Title>ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Title>
        <Abstract>ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWDNT</Name>
        <Title>ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT TOP</Title>
        <Abstract>ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWDNTC</Name>
        <Title>ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Title>
        <Abstract>ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWUPB</Name>
        <Title>ACCUMULATED UPWELLING SHORTWAVE FLUX AT BOTTOM</Title>
        <Abstract>ACCUMULATED UPWELLING SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWUPBC</Name>
        <Title>ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Title>
        <Abstract>ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWDNB</Name>
        <Title>ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT BOTTOM</Title>
        <Abstract>ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWDNBC</Name>
        <Title>ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Title>
        <Abstract>ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWUPT</Name>
        <Title>ACCUMULATED UPWELLING LONGWAVE FLUX AT TOP</Title>
        <Abstract>ACCUMULATED UPWELLING LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWUPTC</Name>
        <Title>ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Title>
        <Abstract>ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWDNT</Name>
        <Title>ACCUMULATED DOWNWELLING LONGWAVE FLUX AT TOP</Title>
        <Abstract>ACCUMULATED DOWNWELLING LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWDNTC</Name>
        <Title>ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Title>
        <Abstract>ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWUPB</Name>
        <Title>ACCUMULATED UPWELLING LONGWAVE FLUX AT BOTTOM</Title>
        <Abstract>ACCUMULATED UPWELLING LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWUPBC</Name>
        <Title>ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Title>
        <Abstract>ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWDNB</Name>
        <Title>ACCUMULATED DOWNWELLING LONGWAVE FLUX AT BOTTOM</Title>
        <Abstract>ACCUMULATED DOWNWELLING LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWDNBC</Name>
        <Title>ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Title>
        <Abstract>ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWUPT</Name>
        <Title>INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT TOP</Title>
        <Abstract>INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWUPTC</Name>
        <Title>INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Title>
        <Abstract>INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWDNT</Name>
        <Title>INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT TOP</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWDNTC</Name>
        <Title>INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWUPB</Name>
        <Title>INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT BOTTOM</Title>
        <Abstract>INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWUPBC</Name>
        <Title>INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Title>
        <Abstract>INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWDNB</Name>
        <Title>INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT BOTTOM</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWDNBC</Name>
        <Title>INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWUPT</Name>
        <Title>INSTANTANEOUS UPWELLING LONGWAVE FLUX AT TOP</Title>
        <Abstract>INSTANTANEOUS UPWELLING LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWUPTC</Name>
        <Title>INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Title>
        <Abstract>INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWDNT</Name>
        <Title>INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT TOP</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWDNTC</Name>
        <Title>INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWUPB</Name>
        <Title>INSTANTANEOUS UPWELLING LONGWAVE FLUX AT BOTTOM</Title>
        <Abstract>INSTANTANEOUS UPWELLING LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWUPBC</Name>
        <Title>INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Title>
        <Abstract>INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWDNB</Name>
        <Title>INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT BOTTOM</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWDNBC</Name>
        <Title>INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>OLR</Name>
        <Title>TOA OUTGOING LONG WAVE</Title>
        <Abstract>TOA OUTGOING LONG WAVE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OLR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OLR&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OLR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OLR&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OLR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OLR&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ALBEDO</Name>
        <Title>ALBEDO</Title>
        <Abstract>ALBEDO</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALBEDO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALBEDO&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALBEDO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALBEDO&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALBEDO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALBEDO&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>EMISS</Name>
        <Title>SURFACE EMISSIVITY</Title>
        <Abstract>SURFACE EMISSIVITY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EMISS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EMISS&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EMISS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EMISS&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EMISS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EMISS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UST</Name>
        <Title>U* IN SIMILARITY THEORY</Title>
        <Abstract>U* IN SIMILARITY THEORY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UST&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UST&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UST&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PBLH</Name>
        <Title>PBL HEIGHT</Title>
        <Abstract>PBL HEIGHT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PBLH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PBLH&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PBLH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PBLH&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PBLH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PBLH&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HFX</Name>
        <Title>UPWARD HEAT FLUX AT THE SURFACE</Title>
        <Abstract>UPWARD HEAT FLUX AT THE SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HFX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HFX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HFX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QFX</Name>
        <Title>UPWARD MOISTURE FLUX AT THE SURFACE</Title>
        <Abstract>UPWARD MOISTURE FLUX AT THE SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QFX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QFX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QFX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LH</Name>
        <Title>LATENT HEAT FLUX AT THE SURFACE</Title>
        <Abstract>LATENT HEAT FLUX AT THE SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LH&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LH&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LH&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACHFX</Name>
        <Title>ACCUMULATED UPWARD HEAT FLUX AT THE SURFACE</Title>
        <Abstract>ACCUMULATED UPWARD HEAT FLUX AT THE SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACHFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACHFX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACHFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACHFX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACHFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACHFX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLHF</Name>
        <Title>ACCUMULATED UPWARD LATENT HEAT FLUX AT THE SURFACE</Title>
        <Abstract>ACCUMULATED UPWARD LATENT HEAT FLUX AT THE SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLHF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLHF&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLHF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLHF&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLHF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLHF&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SNOWC</Name>
        <Title>FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)</Title>
        <Abstract>FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SR</Name>
        <Title>fraction of frozen precipitation</Title>
        <Abstract>fraction of frozen precipitation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SR&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SR&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SR&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>RH2M</Name>
        <Title>Relative Humidity at 2 M</Title>
        <Abstract>Relative Humidity at 2 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RH2M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RH2M&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RH2M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RH2M&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RH2M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RH2M&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>U10E</Name>
        <Title>Earth-relative zonal wind at 10 M</Title>
        <Abstract>Earth-relative zonal wind at 10 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U10E
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U10E&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U10E
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U10E&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U10E
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U10E&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>V10E</Name>
        <Title>Earth-relative meridional wind at 10 M</Title>
        <Abstract>Earth-relative meridional wind at 10 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.99942016601562</westBoundLongitude>
            <eastBoundLongitude>179.9983367919922</eastBoundLongitude>
            <southBoundLatitude>24.63347625732422</southBoundLatitude>
            <northBoundLatitude>89.89720153808594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.99942016601562" maxx="179.9983367919922" miny="24.63347625732422" maxy="89.89720153808594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2005-11-01T21:00:00.000Z">
            2005-11-01T00:00:00.000Z/2005-11-01T21:00:00.000Z/PT3H
        </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://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V10E
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V10E&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V10E
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V10E&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V10E
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/g/d631001/asr15.fcst3.2D/asr15km.fct.2D.20051101.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V10E&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
