<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-07-03T09:13:34.673-05:00"
        xmlns="http://www.opengis.net/wms"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:edal="http://reading-escience-centre.github.io/edal-java/wms"
        xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd">
    <Service>
        <Name>WMS</Name>
        <Title>UW-Madison AOS THREDDS Data Server</Title>
        <Abstract>Scientific Data</Abstract>
        <KeywordList>
            <Keyword>meteorology</Keyword>
            <Keyword> atmosphere</Keyword>
            <Keyword> climate</Keyword>
            <Keyword> ocean</Keyword>
            <Keyword> earth science</Keyword>
        </KeywordList>
        <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>UW-AOS THREDDS Support</ContactPerson>
                <ContactOrganization>UW-AOS</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>poker@aos.wisc.edu</ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>5000</MaxWidth>
        <MaxHeight>5000</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetCapabilities>
            <GetMap>
                <Format>image/png</Format>
                <Format>image/png;mode=32bit</Format>
                <Format>image/gif</Format>
                <Format>image/jpeg</Format>
                <Format>application/vnd.google-earth.kmz</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetMap>
            <GetFeatureInfo>
                <Format>text/plain</Format>
                <Format>text/xml</Format>
                <Format>text/html</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetFeatureInfo>
        </Request>
        <Exception>
            <Format>XML</Format>
        </Exception>
        <edal:ExtendedCapabilities>
            <edal:CapabilitiesType>ncWMS2</edal:CapabilitiesType>
            <edal:ExtendedRequest>
                <edal:Request>GetMap</edal:Request>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORSCALERANGE</edal:ParameterName>
                    <edal:ParameterDescription>Of the form min,max this is the scale range used for plotting the data.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>NUMCOLORBANDS</edal:ParameterName>
                    <edal:ParameterDescription>The number of discrete colours to plot the data. Must be between 2 and 250</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ABOVEMAXCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are above the maximum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the maximum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>BELOWMINCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are below the minimum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the minimum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>LOGSCALE</edal:ParameterName>
                    <edal:ParameterDescription> "true" or "false" - whether to plot data with a logarithmic scale</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETTIME</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the time range (specified in the TIME parameter) will be plotted. In the case that an in-situ point has multiple time readings within that range, the colour used to plot them will depend on the time value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETELEVATION</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the elevation range (specified in the ELEVATION parameter) will be plotted. In the case that an in-situ point has multiple elevation readings within that range, the colour used to plot them will depend on the elevation value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>OPACITY</edal:ParameterName>
                    <edal:ParameterDescription>The percentage opacity of the final output image</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ANIMATION</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false" - whether to generate an animation. This also needs the TIME to be of the formstarttime/endtime, and currently is only implemented for features with a discrete time axis.</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTimeseries</edal:Request>
                <edal:RequestDescription>This produces either a timeseries graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The TIME parameter should specify a range of times in the form starttime/endtime, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetVerticalProfile</edal:Request>
                <edal:RequestDescription>This produces either a vertical profile graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The ELEVATION parameter should specify a range of elevations in the form startelevation/endelevation, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTransect</edal:Request>
                <edal:RequestDescription>This produces a graph of data values along an arbitrary path. Additionally if there is vertical information present in the dataset, it will produce a vertical section along the same path.  It accepts the same URL parameters as a GetMap requestion, with the additional mandatory parameter LINESTRING</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>LINESTRING</edal:ParameterName>
                    <edal:ParameterDescription>The points which define the path of the transect to plot.  Of the form x1 y1,x2 y2,x3 y3...</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetMetadata</edal:Request>
                <edal:RequestDescription>Fetches small pieces of metadata.  Many of these are also present in this capabilities document, but GetMetadata provides a more convenient method of accessing such data. GetMetadata always returns data in the JSON format</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>ITEM</edal:ParameterName>
                    <edal:ParameterDescription>This specifies the metadata to return.  This can take the values:
                        menu: Returns a tree representation of the available WMS layers, with IDs. Takes the optional parameter DATASET to return the same tree for a single dataset
                        layerDetails: Returns a set of details needed to plot a given layer. This includes such data as units, layer bounding box, configured scale range, etc. Takes the parameters LAYERNAME and TIME. The TIME parameter is optional, and if it is specified then the nearest available time is returned as part of the layer's details.
                        minmax: Calculates the range of values in the given area. Takes the same parameters as a GetMap request.
                        timesteps: Returns the available times for a given day. Takes the parameters LAYERNAME and DAY (yyyy-mm-dd)
                        animationTimesteps: Returns a list of time strings at different temporal resolutions for a given time range. This is used to present to the user different frequencies for the generation of an animation. Takes the parameters LAYERNAME, START, and END</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetLegendGraphic</edal:Request>
                <edal:RequestDescription>The GetLegendGraphic request generates an image which can be used as a legend. There are two main options: Generating just a colourbar, and generating a full legend.</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORBARONLY</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false".  Whether to generate a full legend or just the colour bar.  If it's "true", the following URL parameters are required:
                        PALETTE: The name of the palette to use. If missing, set to "default"
                        NUMCOLORBANDS: The number of colour bands to use. If missing, set to 250
                        VERTICAL: Whether to very colours vertically. If missing, defaults to true
                        WIDTH: The width of the image to generate. If missing, defaults to 50
                        HEIGHT: The height of the image to generate. If missing, defaults to 200
                    
                    For a full legend, the additional parameters LAYERS and either STYLES, SLD, or SLD_BODY must be supplied. This is because a single WMS layer may depend on an arbitrary number of sub-layers, depending on the style it is plotted in. In addition to these parameters, the optional parameters controlling the style may be supplied (these are the same as documented in the GetMap request).  Note that for full legends, the supplied width and height are NOT the final height of the image, but rather the width and height of each individual coloured plot area (i.e. the 1d/2d colourbar)</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
        </edal:ExtendedCapabilities>
        <Layer>
            <Title>UW-Madison AOS THREDDS Data Server</Title>
            <CRS>EPSG:4326</CRS>
            <CRS>CRS:84</CRS>
            <CRS>EPSG:41001</CRS>
            <CRS>EPSG:27700</CRS>
            <CRS>EPSG:3408</CRS>
            <CRS>EPSG:3409</CRS>
            <CRS>EPSG:3857</CRS>
            <CRS>EPSG:5041</CRS>
            <CRS>EPSG:5042</CRS>
            <CRS>EPSG:32661</CRS>
            <CRS>EPSG:32761</CRS>
            <Layer>
                <Title>No dataset title found.</Title>
    <Layer queryable="1">
        <Name>FLASH_QPE_ARI03H_surface</Name>
        <Title>FLASH_QPE_ARI03H @ Ground or water surface</Title>
        <Abstract>FLASH_QPE_ARI03H @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:58:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-19T12:14:00.000Z/PT2M,2026-06-19T12:18:00.000Z/2026-06-19T13:14:00.000Z/PT2M,2026-06-19T13:18:00.000Z/2026-06-19T14:14:00.000Z/PT2M,2026-06-19T14:18:00.000Z/2026-06-19T17:14:00.000Z/PT2M,2026-06-19T17:18:00.000Z/2026-06-19T18:14:00.000Z/PT2M,2026-06-19T18:18:00.000Z/2026-06-19T19:24:00.000Z/PT2M,2026-06-19T19:28:00.000Z/2026-06-19T23:24:00.000Z/PT2M,2026-06-19T23:28:00.000Z/2026-06-20T00:44:00.000Z/PT2M,2026-06-20T00:48:00.000Z/2026-06-20T08:24:00.000Z/PT2M,2026-06-20T08:28:00.000Z/2026-06-20T08:54:00.000Z/PT2M,2026-06-20T08:58:00.000Z/2026-06-20T09:14:00.000Z/PT2M,2026-06-20T09:18:00.000Z/2026-06-20T10:44:00.000Z/PT2M,2026-06-20T10:48:00.000Z/2026-06-20T17:44:00.000Z/PT2M,2026-06-20T17:48:00.000Z/2026-06-20T19:34:00.000Z/PT2M,2026-06-20T19:38:00.000Z/2026-06-21T07:34:00.000Z/PT2M,2026-06-21T07:38:00.000Z/2026-06-21T08:24:00.000Z/PT2M,2026-06-21T08:28:00.000Z/2026-06-21T13:54:00.000Z/PT2M,2026-06-21T13:58:00.000Z/2026-06-22T06:06:00.000Z/PT2M,2026-06-22T06:10:00.000Z/2026-06-22T07:54:00.000Z/PT2M,2026-06-22T07:58:00.000Z/2026-06-22T14:24:00.000Z/PT2M,2026-06-22T14:28:00.000Z/2026-06-22T17:04:00.000Z/PT2M,2026-06-22T17:08:00.000Z/2026-06-22T17:34:00.000Z/PT2M,2026-06-22T17:38:00.000Z/2026-06-22T18:14:00.000Z/PT2M,2026-06-22T18:18:00.000Z/2026-06-22T18:34:00.000Z/PT2M,2026-06-22T18:38:00.000Z/2026-06-22T19:44:00.000Z/PT2M,2026-06-22T19:48:00.000Z/2026-06-23T08:50:00.000Z/PT2M,2026-06-23T08:54:00.000Z/2026-06-23T12:44:00.000Z/PT2M,2026-06-23T12:48:00.000Z/2026-06-23T18:24:00.000Z/PT2M,2026-06-23T18:28:00.000Z/2026-06-23T19:14:00.000Z/PT2M,2026-06-23T19:18:00.000Z/2026-06-23T20:24:00.000Z/PT2M,2026-06-23T20:28:00.000Z/2026-06-23T22:14:00.000Z/PT2M,2026-06-23T22:18:00.000Z/2026-06-24T00:10:00.000Z/PT2M,2026-06-24T00:14:00.000Z/2026-06-24T00:34:00.000Z/PT2M,2026-06-24T00:38:00.000Z/2026-06-24T06:14:00.000Z/PT2M,2026-06-24T06:18:00.000Z/2026-06-24T12:34:00.000Z/PT2M,2026-06-24T12:38:00.000Z/2026-06-24T14:24:00.000Z/PT2M,2026-06-24T14:28:00.000Z/2026-06-24T18:24:00.000Z/PT2M,2026-06-24T18:28:00.000Z/2026-06-25T02:34:00.000Z/PT2M,2026-06-25T02:38:00.000Z/2026-06-25T03:44:00.000Z/PT2M,2026-06-25T03:48:00.000Z/2026-06-25T04:44:00.000Z/PT2M,2026-06-25T04:48:00.000Z/2026-06-25T05:54:00.000Z/PT2M,2026-06-25T05:58:00.000Z/2026-06-25T11:44:00.000Z/PT2M,2026-06-25T11:48:00.000Z/2026-06-25T12:14:00.000Z/PT2M,2026-06-25T12:18:00.000Z/2026-06-25T17:24:00.000Z/PT2M,2026-06-25T17:28:00.000Z/2026-06-25T22:16:00.000Z/PT2M,2026-06-25T22:20:00.000Z/2026-06-25T23:58:00.000Z/PT2M,2026-06-26T00:02:00.000Z/2026-06-26T00:24:00.000Z/PT2M,2026-06-26T00:28:00.000Z/2026-06-26T05:54:00.000Z/PT2M,2026-06-26T05:58:00.000Z/2026-06-26T06:06:00.000Z/PT2M,2026-06-26T06:10:00.000Z/2026-06-26T06:54:00.000Z/PT2M,2026-06-26T06:58:00.000Z/2026-06-26T07:04:00.000Z/PT2M,2026-06-26T07:08:00.000Z/2026-06-26T07:14:00.000Z/PT2M,2026-06-26T07:18:00.000Z/2026-06-26T07:34:00.000Z/PT2M,2026-06-26T07:38:00.000Z/2026-06-26T08:04:00.000Z/PT2M,2026-06-26T08:08:00.000Z/2026-06-26T08:44:00.000Z/PT2M,2026-06-26T08:48:00.000Z/2026-06-26T09:34:00.000Z/PT2M,2026-06-26T09:38:00.000Z/2026-06-26T10:24:00.000Z/PT2M,2026-06-26T10:28:00.000Z/2026-06-26T11:04:00.000Z/PT2M,2026-06-26T11:08:00.000Z/2026-06-26T11:44:00.000Z/PT2M,2026-06-26T11:48:00.000Z/2026-06-26T11:54:00.000Z/PT2M,2026-06-26T11:58:00.000Z/2026-06-26T12:14:00.000Z/PT2M,2026-06-26T12:18:00.000Z/2026-06-26T15:48:00.000Z/PT2M,2026-06-26T15:52:00.000Z/2026-06-26T17:14:00.000Z/PT2M,2026-06-26T17:18:00.000Z/2026-06-26T18:04:00.000Z/PT2M,2026-06-26T18:08:00.000Z/2026-06-26T18:24:00.000Z/PT2M,2026-06-26T18:28:00.000Z/2026-06-26T18:54:00.000Z/PT2M,2026-06-26T18:58:00.000Z/2026-06-26T19:54:00.000Z/PT2M,2026-06-26T19:58:00.000Z/2026-06-26T21:14:00.000Z/PT2M,2026-06-26T21:18:00.000Z/2026-06-26T22:04:00.000Z/PT2M,2026-06-26T22:08:00.000Z/2026-06-26T22:42:00.000Z/PT2M,2026-06-26T22:46:00.000Z/2026-06-26T23:04:00.000Z/PT2M,2026-06-26T23:08:00.000Z/2026-06-26T23:34:00.000Z/PT2M,2026-06-26T23:38:00.000Z,2026-06-26T23:40:00.000Z,2026-06-26T23:44:00.000Z/2026-06-27T01:24:00.000Z/PT2M,2026-06-27T01:28:00.000Z/2026-06-27T01:44:00.000Z/PT2M,2026-06-27T01:48:00.000Z/2026-06-27T01:54:00.000Z/PT2M,2026-06-27T01:58:00.000Z/2026-06-27T02:04:00.000Z/PT2M,2026-06-27T02:08:00.000Z/2026-06-27T02:14:00.000Z/PT2M,2026-06-27T02:18:00.000Z/2026-06-27T03:04:00.000Z/PT2M,2026-06-27T03:08:00.000Z/2026-06-27T04:44:00.000Z/PT2M,2026-06-27T04:48:00.000Z/2026-06-27T05:44:00.000Z/PT2M,2026-06-27T05:48:00.000Z/2026-06-27T07:36:00.000Z/PT2M,2026-06-27T07:40:00.000Z/2026-06-27T10:16:00.000Z/PT2M,2026-06-27T10:20:00.000Z/2026-06-27T11:54:00.000Z/PT2M,2026-06-27T11:58:00.000Z/2026-06-27T12:14:00.000Z/PT2M,2026-06-27T12:18:00.000Z/2026-06-27T14:14:00.000Z/PT2M,2026-06-27T14:18:00.000Z/2026-06-27T14:34:00.000Z/PT2M,2026-06-27T14:38:00.000Z/2026-06-27T15:24:00.000Z/PT2M,2026-06-27T15:28:00.000Z/2026-06-27T16:06:00.000Z/PT2M,2026-06-27T16:10:00.000Z/2026-06-27T16:34:00.000Z/PT2M,2026-06-27T16:38:00.000Z/2026-06-27T17:44:00.000Z/PT2M,2026-06-27T17:48:00.000Z/2026-06-27T17:54:00.000Z/PT2M,2026-06-27T17:58:00.000Z/2026-06-27T18:30:00.000Z/PT2M,2026-06-27T18:34:00.000Z/2026-06-27T19:54:00.000Z/PT2M,2026-06-27T19:58:00.000Z/2026-06-27T22:54:00.000Z/PT2M,2026-06-27T22:58:00.000Z/2026-06-27T23:44:00.000Z/PT2M,2026-06-27T23:48:00.000Z/2026-06-28T02:34:00.000Z/PT2M,2026-06-28T02:38:00.000Z/2026-06-28T02:44:00.000Z/PT2M,2026-06-28T02:48:00.000Z/2026-06-28T05:34:00.000Z/PT2M,2026-06-28T05:38:00.000Z/2026-06-28T07:34:00.000Z/PT2M,2026-06-28T07:38:00.000Z/2026-06-28T08:34:00.000Z/PT2M,2026-06-28T08:38:00.000Z/2026-06-28T09:24:00.000Z/PT2M,2026-06-28T09:28:00.000Z/2026-06-28T10:34:00.000Z/PT2M,2026-06-28T10:38:00.000Z/2026-06-28T10:44:00.000Z/PT2M,2026-06-28T10:48:00.000Z/2026-06-28T11:54:00.000Z/PT2M,2026-06-28T11:58:00.000Z/2026-06-28T13:26:00.000Z/PT2M,2026-06-28T13:30:00.000Z/2026-06-28T16:24:00.000Z/PT2M,2026-06-28T16:28:00.000Z/2026-06-28T17:14:00.000Z/PT2M,2026-06-28T17:18:00.000Z/2026-06-29T00:14:00.000Z/PT2M,2026-06-29T00:18:00.000Z/2026-06-29T01:16:00.000Z/PT2M,2026-06-29T15:52:00.000Z/2026-06-29T16:04:00.000Z/PT2M,2026-06-29T16:10:00.000Z/2026-06-29T17:34:00.000Z/PT2M,2026-06-29T17:38:00.000Z/2026-06-30T03:10:00.000Z/PT2M,2026-06-30T03:14:00.000Z/2026-06-30T07:46:00.000Z/PT2M,2026-06-30T07:50:00.000Z/2026-06-30T14:32:00.000Z/PT2M,2026-06-30T14:36:00.000Z/2026-06-30T14:54:00.000Z/PT2M,2026-06-30T14:58:00.000Z/2026-06-30T19:14:00.000Z/PT2M,2026-06-30T19:18:00.000Z/2026-06-30T20:14:00.000Z/PT2M,2026-06-30T20:18:00.000Z/2026-06-30T20:52:00.000Z/PT2M,2026-06-30T20:56:00.000Z/2026-06-30T22:44:00.000Z/PT2M,2026-06-30T22:48:00.000Z/2026-06-30T23:06:00.000Z/PT2M,2026-06-30T23:10:00.000Z/2026-07-01T00:56:00.000Z/PT2M,2026-07-01T01:00:00.000Z/2026-07-01T03:12:00.000Z/PT2M,2026-07-01T03:16:00.000Z/2026-07-01T03:40:00.000Z/PT2M,2026-07-01T03:44:00.000Z/2026-07-01T07:24:00.000Z/PT2M,2026-07-01T07:28:00.000Z/2026-07-01T11:28:00.000Z/PT2M,2026-07-01T11:32:00.000Z/2026-07-01T16:34:00.000Z/PT2M,2026-07-01T16:40:00.000Z/2026-07-01T18:56:00.000Z/PT2M,2026-07-01T19:00:00.000Z/2026-07-01T19:50:00.000Z/PT2M,2026-07-01T19:54:00.000Z/2026-07-02T02:36:00.000Z/PT2M,2026-07-02T02:40:00.000Z/2026-07-02T04:00:00.000Z/PT2M,2026-07-02T04:04:00.000Z/2026-07-02T05:50:00.000Z/PT2M,2026-07-02T05:54:00.000Z/2026-07-02T16:32:00.000Z/PT2M,2026-07-02T16:36:00.000Z/2026-07-02T19:24:00.000Z/PT2M,2026-07-02T19:28:00.000Z/2026-07-02T20:22:00.000Z/PT2M,2026-07-02T20:26:00.000Z/2026-07-02T21:34:00.000Z/PT2M,2026-07-02T21:38:00.000Z/2026-07-03T02:10:00.000Z/PT2M,2026-07-03T13:10:00.000Z/2026-07-03T13:58:00.000Z/PT2M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI03H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI03H_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI03H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI03H_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI03H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI03H_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_QPE_ARI24H_surface</Name>
        <Title>FLASH_QPE_ARI24H @ Ground or water surface</Title>
        <Abstract>FLASH_QPE_ARI24H @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:58:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-19T12:04:00.000Z/PT2M,2026-06-19T12:08:00.000Z/2026-06-19T12:34:00.000Z/PT2M,2026-06-19T12:38:00.000Z/2026-06-19T12:44:00.000Z/PT2M,2026-06-19T12:48:00.000Z/2026-06-19T12:54:00.000Z/PT2M,2026-06-19T12:58:00.000Z/2026-06-19T15:14:00.000Z/PT2M,2026-06-19T15:18:00.000Z/2026-06-19T16:04:00.000Z/PT2M,2026-06-19T16:08:00.000Z/2026-06-19T16:14:00.000Z/PT2M,2026-06-19T16:18:00.000Z/2026-06-19T17:04:00.000Z/PT2M,2026-06-19T17:08:00.000Z/2026-06-19T18:04:00.000Z/PT2M,2026-06-19T18:08:00.000Z/2026-06-19T19:24:00.000Z/PT2M,2026-06-19T19:28:00.000Z/2026-06-19T20:44:00.000Z/PT2M,2026-06-19T20:48:00.000Z/2026-06-19T20:54:00.000Z/PT2M,2026-06-19T20:58:00.000Z/2026-06-19T21:24:00.000Z/PT2M,2026-06-19T21:28:00.000Z/2026-06-19T22:54:00.000Z/PT2M,2026-06-19T22:58:00.000Z/2026-06-19T23:34:00.000Z/PT2M,2026-06-19T23:38:00.000Z/2026-06-20T01:14:00.000Z/PT2M,2026-06-20T01:18:00.000Z/2026-06-20T06:44:00.000Z/PT2M,2026-06-20T06:48:00.000Z/2026-06-20T08:04:00.000Z/PT2M,2026-06-20T08:08:00.000Z/2026-06-20T08:14:00.000Z/PT2M,2026-06-20T08:18:00.000Z/2026-06-20T08:34:00.000Z/PT2M,2026-06-20T08:38:00.000Z/2026-06-20T10:24:00.000Z/PT2M,2026-06-20T10:28:00.000Z/2026-06-20T10:34:00.000Z/PT2M,2026-06-20T10:38:00.000Z/2026-06-20T11:04:00.000Z/PT2M,2026-06-20T11:08:00.000Z/2026-06-20T11:54:00.000Z/PT2M,2026-06-20T11:58:00.000Z/2026-06-20T12:24:00.000Z/PT2M,2026-06-20T12:28:00.000Z/2026-06-20T12:44:00.000Z/PT2M,2026-06-20T12:48:00.000Z/2026-06-20T12:54:00.000Z/PT2M,2026-06-20T12:58:00.000Z/2026-06-20T13:34:00.000Z/PT2M,2026-06-20T13:38:00.000Z/2026-06-20T14:04:00.000Z/PT2M,2026-06-20T14:08:00.000Z/2026-06-20T15:04:00.000Z/PT2M,2026-06-20T15:08:00.000Z/2026-06-20T16:14:00.000Z/PT2M,2026-06-20T16:18:00.000Z/2026-06-20T17:14:00.000Z/PT2M,2026-06-20T17:18:00.000Z/2026-06-20T17:54:00.000Z/PT2M,2026-06-20T17:58:00.000Z/2026-06-20T18:54:00.000Z/PT2M,2026-06-20T18:58:00.000Z/2026-06-20T19:04:00.000Z/PT2M,2026-06-20T19:08:00.000Z/2026-06-20T19:24:00.000Z/PT2M,2026-06-20T19:28:00.000Z/2026-06-20T19:44:00.000Z/PT2M,2026-06-20T19:48:00.000Z/2026-06-20T19:54:00.000Z/PT2M,2026-06-20T19:58:00.000Z/2026-06-21T02:34:00.000Z/PT2M,2026-06-21T02:38:00.000Z/2026-06-21T04:44:00.000Z/PT2M,2026-06-21T04:48:00.000Z/2026-06-21T05:14:00.000Z/PT2M,2026-06-21T05:18:00.000Z/2026-06-21T06:04:00.000Z/PT2M,2026-06-21T06:08:00.000Z/2026-06-21T08:14:00.000Z/PT2M,2026-06-21T08:18:00.000Z/2026-06-21T09:24:00.000Z/PT2M,2026-06-21T09:28:00.000Z/2026-06-21T09:54:00.000Z/PT2M,2026-06-21T09:58:00.000Z/2026-06-21T10:44:00.000Z/PT2M,2026-06-21T10:48:00.000Z/2026-06-21T10:54:00.000Z/PT2M,2026-06-21T10:58:00.000Z/2026-06-21T11:04:00.000Z/PT2M,2026-06-21T11:08:00.000Z/2026-06-21T11:14:00.000Z/PT2M,2026-06-21T11:18:00.000Z/2026-06-21T11:24:00.000Z/PT2M,2026-06-21T11:28:00.000Z/2026-06-21T11:34:00.000Z/PT2M,2026-06-21T11:38:00.000Z/2026-06-21T11:54:00.000Z/PT2M,2026-06-21T11:58:00.000Z/2026-06-21T12:24:00.000Z/PT2M,2026-06-21T12:28:00.000Z/2026-06-21T13:04:00.000Z/PT2M,2026-06-21T13:08:00.000Z/2026-06-21T13:14:00.000Z/PT2M,2026-06-21T13:18:00.000Z/2026-06-21T13:24:00.000Z/PT2M,2026-06-21T13:28:00.000Z/2026-06-21T14:04:00.000Z/PT2M,2026-06-21T14:08:00.000Z/2026-06-21T14:44:00.000Z/PT2M,2026-06-21T14:48:00.000Z/2026-06-21T22:04:00.000Z/PT2M,2026-06-21T22:08:00.000Z/2026-06-21T22:54:00.000Z/PT2M,2026-06-21T22:58:00.000Z/2026-06-21T23:24:00.000Z/PT2M,2026-06-21T23:28:00.000Z/2026-06-21T23:34:00.000Z/PT2M,2026-06-21T23:38:00.000Z/2026-06-22T01:34:00.000Z/PT2M,2026-06-22T01:38:00.000Z/2026-06-22T02:14:00.000Z/PT2M,2026-06-22T02:18:00.000Z/2026-06-22T02:54:00.000Z/PT2M,2026-06-22T02:58:00.000Z/2026-06-22T04:04:00.000Z/PT2M,2026-06-22T04:08:00.000Z/2026-06-22T04:14:00.000Z/PT2M,2026-06-22T04:18:00.000Z/2026-06-22T04:34:00.000Z/PT2M,2026-06-22T04:38:00.000Z/2026-06-22T06:04:00.000Z/PT2M,2026-06-22T06:08:00.000Z/2026-06-22T06:14:00.000Z/PT2M,2026-06-22T06:18:00.000Z/2026-06-22T07:44:00.000Z/PT2M,2026-06-22T07:48:00.000Z/2026-06-22T08:14:00.000Z/PT2M,2026-06-22T08:18:00.000Z/2026-06-22T08:54:00.000Z/PT2M,2026-06-22T08:58:00.000Z/2026-06-22T09:44:00.000Z/PT2M,2026-06-22T09:48:00.000Z/2026-06-22T09:54:00.000Z/PT2M,2026-06-22T09:58:00.000Z/2026-06-22T10:54:00.000Z/PT2M,2026-06-22T10:58:00.000Z/2026-06-22T11:24:00.000Z/PT2M,2026-06-22T11:28:00.000Z/2026-06-22T12:34:00.000Z/PT2M,2026-06-22T12:38:00.000Z/2026-06-22T15:24:00.000Z/PT2M,2026-06-22T15:28:00.000Z/2026-06-22T17:14:00.000Z/PT2M,2026-06-22T17:18:00.000Z/2026-06-22T17:24:00.000Z/PT2M,2026-06-22T17:28:00.000Z/2026-06-22T18:44:00.000Z/PT2M,2026-06-22T18:48:00.000Z/2026-06-22T18:54:00.000Z/PT2M,2026-06-22T18:58:00.000Z/2026-06-22T19:04:00.000Z/PT2M,2026-06-22T19:08:00.000Z/2026-06-22T19:34:00.000Z/PT2M,2026-06-22T19:38:00.000Z/2026-06-22T19:54:00.000Z/PT2M,2026-06-22T19:58:00.000Z/2026-06-22T20:14:00.000Z/PT2M,2026-06-22T20:18:00.000Z/2026-06-22T21:24:00.000Z/PT2M,2026-06-22T21:28:00.000Z/2026-06-22T21:44:00.000Z/PT2M,2026-06-22T21:48:00.000Z/2026-06-22T22:24:00.000Z/PT2M,2026-06-22T22:28:00.000Z/2026-06-22T23:14:00.000Z/PT2M,2026-06-22T23:18:00.000Z/2026-06-22T23:24:00.000Z/PT2M,2026-06-22T23:28:00.000Z/2026-06-22T23:34:00.000Z/PT2M,2026-06-22T23:38:00.000Z/2026-06-22T23:44:00.000Z/PT2M,2026-06-22T23:48:00.000Z/2026-06-23T01:04:00.000Z/PT2M,2026-06-23T01:08:00.000Z/2026-06-23T01:34:00.000Z/PT2M,2026-06-23T01:38:00.000Z/2026-06-23T01:54:00.000Z/PT2M,2026-06-23T01:58:00.000Z/2026-06-23T02:04:00.000Z/PT2M,2026-06-23T02:08:00.000Z/2026-06-23T02:24:00.000Z/PT2M,2026-06-23T02:28:00.000Z/2026-06-23T03:14:00.000Z/PT2M,2026-06-23T03:18:00.000Z/2026-06-23T04:04:00.000Z/PT2M,2026-06-23T04:08:00.000Z/2026-06-23T04:24:00.000Z/PT2M,2026-06-23T04:28:00.000Z/2026-06-23T12:04:00.000Z/PT2M,2026-06-23T12:08:00.000Z/2026-06-23T12:24:00.000Z/PT2M,2026-06-23T12:28:00.000Z/2026-06-23T12:34:00.000Z/PT2M,2026-06-23T12:38:00.000Z/2026-06-23T14:04:00.000Z/PT2M,2026-06-23T14:08:00.000Z/2026-06-23T15:14:00.000Z/PT2M,2026-06-23T15:18:00.000Z/2026-06-23T15:54:00.000Z/PT2M,2026-06-23T15:58:00.000Z/2026-06-23T16:04:00.000Z/PT2M,2026-06-23T16:08:00.000Z/2026-06-23T16:44:00.000Z/PT2M,2026-06-23T16:48:00.000Z/2026-06-23T17:04:00.000Z/PT2M,2026-06-23T17:08:00.000Z/2026-06-23T18:04:00.000Z/PT2M,2026-06-23T18:08:00.000Z/2026-06-23T18:24:00.000Z/PT2M,2026-06-23T18:28:00.000Z/2026-06-23T19:34:00.000Z/PT2M,2026-06-23T19:38:00.000Z/2026-06-23T20:34:00.000Z/PT2M,2026-06-23T20:38:00.000Z/2026-06-23T20:54:00.000Z/PT2M,2026-06-23T20:58:00.000Z/2026-06-23T21:24:00.000Z/PT2M,2026-06-23T21:28:00.000Z/2026-06-23T21:34:00.000Z/PT2M,2026-06-23T21:38:00.000Z/2026-06-23T21:54:00.000Z/PT2M,2026-06-23T21:58:00.000Z/2026-06-23T23:44:00.000Z/PT2M,2026-06-23T23:48:00.000Z/2026-06-24T00:04:00.000Z/PT2M,2026-06-24T00:08:00.000Z,2026-06-24T00:10:00.000Z,2026-06-24T00:14:00.000Z/2026-06-24T00:54:00.000Z/PT2M,2026-06-24T00:58:00.000Z/2026-06-24T05:14:00.000Z/PT2M,2026-06-24T05:18:00.000Z/2026-06-24T07:34:00.000Z/PT2M,2026-06-24T07:38:00.000Z/2026-06-24T08:24:00.000Z/PT2M,2026-06-24T08:28:00.000Z/2026-06-24T09:14:00.000Z/PT2M,2026-06-24T09:18:00.000Z/2026-06-24T10:14:00.000Z/PT2M,2026-06-24T10:18:00.000Z/2026-06-24T10:44:00.000Z/PT2M,2026-06-24T10:48:00.000Z/2026-06-24T13:24:00.000Z/PT2M,2026-06-24T13:28:00.000Z/2026-06-24T14:04:00.000Z/PT2M,2026-06-24T14:08:00.000Z/2026-06-24T14:14:00.000Z/PT2M,2026-06-24T14:18:00.000Z/2026-06-24T15:04:00.000Z/PT2M,2026-06-24T15:08:00.000Z/2026-06-24T15:14:00.000Z/PT2M,2026-06-24T15:18:00.000Z/2026-06-24T15:34:00.000Z/PT2M,2026-06-24T15:38:00.000Z/2026-06-24T15:44:00.000Z/PT2M,2026-06-24T15:48:00.000Z/2026-06-24T16:04:00.000Z/PT2M,2026-06-24T16:08:00.000Z/2026-06-24T17:54:00.000Z/PT2M,2026-06-24T17:58:00.000Z/2026-06-24T18:14:00.000Z/PT2M,2026-06-24T18:18:00.000Z/2026-06-24T20:34:00.000Z/PT2M,2026-06-24T20:38:00.000Z/2026-06-24T23:24:00.000Z/PT2M,2026-06-24T23:28:00.000Z/2026-06-25T01:54:00.000Z/PT2M,2026-06-25T01:58:00.000Z/2026-06-25T02:24:00.000Z/PT2M,2026-06-25T02:28:00.000Z/2026-06-25T02:34:00.000Z/PT2M,2026-06-25T02:38:00.000Z/2026-06-25T02:44:00.000Z/PT2M,2026-06-25T02:48:00.000Z/2026-06-25T02:54:00.000Z/PT2M,2026-06-25T02:58:00.000Z/2026-06-25T03:34:00.000Z/PT2M,2026-06-25T03:38:00.000Z/2026-06-25T03:44:00.000Z/PT2M,2026-06-25T03:48:00.000Z/2026-06-25T04:04:00.000Z/PT2M,2026-06-25T04:08:00.000Z/2026-06-25T04:24:00.000Z/PT2M,2026-06-25T04:28:00.000Z/2026-06-25T04:34:00.000Z/PT2M,2026-06-25T04:38:00.000Z/2026-06-25T05:04:00.000Z/PT2M,2026-06-25T05:08:00.000Z/2026-06-25T05:14:00.000Z/PT2M,2026-06-25T05:18:00.000Z/2026-06-25T05:24:00.000Z/PT2M,2026-06-25T05:28:00.000Z/2026-06-25T06:24:00.000Z/PT2M,2026-06-25T06:28:00.000Z/2026-06-25T06:44:00.000Z/PT2M,2026-06-25T06:48:00.000Z/2026-06-25T06:54:00.000Z/PT2M,2026-06-25T06:58:00.000Z/2026-06-25T07:14:00.000Z/PT2M,2026-06-25T07:18:00.000Z/2026-06-25T07:34:00.000Z/PT2M,2026-06-25T07:38:00.000Z/2026-06-25T07:44:00.000Z/PT2M,2026-06-25T07:48:00.000Z/2026-06-25T07:54:00.000Z/PT2M,2026-06-25T07:58:00.000Z/2026-06-25T08:04:00.000Z/PT2M,2026-06-25T08:08:00.000Z/2026-06-25T08:24:00.000Z/PT2M,2026-06-25T08:28:00.000Z/2026-06-25T08:34:00.000Z/PT2M,2026-06-25T08:38:00.000Z/2026-06-25T08:44:00.000Z/PT2M,2026-06-25T08:48:00.000Z/2026-06-25T08:54:00.000Z/PT2M,2026-06-25T08:58:00.000Z/2026-06-25T09:14:00.000Z/PT2M,2026-06-25T09:18:00.000Z/2026-06-25T09:24:00.000Z/PT2M,2026-06-25T09:28:00.000Z/2026-06-25T09:34:00.000Z/PT2M,2026-06-25T09:38:00.000Z/2026-06-25T10:04:00.000Z/PT2M,2026-06-25T10:08:00.000Z/2026-06-25T10:44:00.000Z/PT2M,2026-06-25T10:48:00.000Z/2026-06-25T11:14:00.000Z/PT2M,2026-06-25T11:18:00.000Z/2026-06-25T11:24:00.000Z/PT2M,2026-06-25T11:28:00.000Z/2026-06-25T11:54:00.000Z/PT2M,2026-06-25T11:58:00.000Z/2026-06-25T12:24:00.000Z/PT2M,2026-06-25T12:28:00.000Z/2026-06-25T12:34:00.000Z/PT2M,2026-06-25T12:38:00.000Z/2026-06-25T13:44:00.000Z/PT2M,2026-06-25T13:48:00.000Z/2026-06-25T13:54:00.000Z/PT2M,2026-06-25T13:58:00.000Z/2026-06-25T14:24:00.000Z/PT2M,2026-06-25T14:28:00.000Z/2026-06-25T17:04:00.000Z/PT2M,2026-06-25T17:08:00.000Z/2026-06-25T17:14:00.000Z/PT2M,2026-06-25T17:18:00.000Z/2026-06-25T17:54:00.000Z/PT2M,2026-06-25T17:58:00.000Z/2026-06-25T19:14:00.000Z/PT2M,2026-06-25T19:18:00.000Z/2026-06-25T19:24:00.000Z/PT2M,2026-06-25T19:28:00.000Z/2026-06-25T20:54:00.000Z/PT2M,2026-06-25T20:58:00.000Z/2026-06-25T21:44:00.000Z/PT2M,2026-06-25T21:48:00.000Z/2026-06-25T22:34:00.000Z/PT2M,2026-06-25T22:38:00.000Z/2026-06-25T23:14:00.000Z/PT2M,2026-06-25T23:18:00.000Z/2026-06-26T00:34:00.000Z/PT2M,2026-06-26T00:38:00.000Z/2026-06-26T11:34:00.000Z/PT2M,2026-06-26T11:38:00.000Z/2026-06-26T19:16:00.000Z/PT2M,2026-06-26T19:20:00.000Z/2026-06-27T01:36:00.000Z/PT2M,2026-06-27T01:40:00.000Z/2026-06-27T03:34:00.000Z/PT2M,2026-06-27T03:38:00.000Z/2026-06-28T05:54:00.000Z/PT2M,2026-06-28T05:58:00.000Z/2026-06-28T11:54:00.000Z/PT2M,2026-06-28T11:58:00.000Z/2026-06-28T16:44:00.000Z/PT2M,2026-06-28T16:48:00.000Z/2026-06-29T00:14:00.000Z/PT2M,2026-06-29T00:18:00.000Z/2026-06-29T01:16:00.000Z/PT2M,2026-06-29T15:52:00.000Z/2026-06-30T10:14:00.000Z/PT2M,2026-06-30T10:18:00.000Z/2026-07-02T13:54:00.000Z/PT2M,2026-07-02T13:58:00.000Z/2026-07-03T02:10:00.000Z/PT2M,2026-07-03T13:10:00.000Z/2026-07-03T13:58:00.000Z/PT2M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI24H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI24H_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI24H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI24H_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI24H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI24H_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_CREST_MAXSOILSAT_surface</Name>
        <Title>FLASH_CREST_MAXSOILSAT @ Ground or water surface</Title>
        <Abstract>FLASH_CREST_MAXSOILSAT @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:50:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-29T01:20:00.000Z/PT10M,2026-06-29T16:00:00.000Z/2026-07-03T02:10:00.000Z/PT10M,2026-07-03T13:20:00.000Z/2026-07-03T13:50:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_CREST_MAXSOILSAT_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_CREST_MAXSOILSAT_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_CREST_MAXSOILSAT_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_CREST_MAXSOILSAT_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_CREST_MAXSOILSAT_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_CREST_MAXSOILSAT_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_SAC_MAXUNITSTREAMFLOW_surface</Name>
        <Title>FLASH_SAC_MAXUNITSTREAMFLOW @ Ground or water surface</Title>
        <Abstract>FLASH_SAC_MAXUNITSTREAMFLOW @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:50:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-29T01:20:00.000Z/PT10M,2026-06-29T16:00:00.000Z/2026-07-03T02:10:00.000Z/PT10M,2026-07-03T13:20:00.000Z/2026-07-03T13:50:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_SAC_MAXUNITSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_SAC_MAXUNITSTREAMFLOW_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_SAC_MAXUNITSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_SAC_MAXUNITSTREAMFLOW_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_SAC_MAXUNITSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_SAC_MAXUNITSTREAMFLOW_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_SAC_MAXSOILSAT_surface</Name>
        <Title>FLASH_SAC_MAXSOILSAT @ Ground or water surface</Title>
        <Abstract>FLASH_SAC_MAXSOILSAT @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:50:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-29T01:20:00.000Z/PT10M,2026-06-29T16:00:00.000Z/2026-07-03T02:10:00.000Z/PT10M,2026-07-03T13:20:00.000Z/2026-07-03T13:50:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_SAC_MAXSOILSAT_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_SAC_MAXSOILSAT_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_SAC_MAXSOILSAT_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_SAC_MAXSOILSAT_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_SAC_MAXSOILSAT_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_SAC_MAXSOILSAT_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_HP_MAXUNITSTREAMFLOW_surface</Name>
        <Title>FLASH_HP_MAXUNITSTREAMFLOW @ Ground or water surface</Title>
        <Abstract>FLASH_HP_MAXUNITSTREAMFLOW @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:50:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-29T01:20:00.000Z/PT10M,2026-06-29T16:00:00.000Z/2026-07-03T02:10:00.000Z/PT10M,2026-07-03T13:20:00.000Z/2026-07-03T13:50:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_HP_MAXUNITSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_HP_MAXUNITSTREAMFLOW_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_HP_MAXUNITSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_HP_MAXUNITSTREAMFLOW_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_HP_MAXUNITSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_HP_MAXUNITSTREAMFLOW_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_HP_MAXSTREAMFLOW_surface</Name>
        <Title>FLASH_HP_MAXSTREAMFLOW @ Ground or water surface</Title>
        <Abstract>FLASH_HP_MAXSTREAMFLOW @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:50:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-29T01:20:00.000Z/PT10M,2026-06-29T16:00:00.000Z/2026-07-03T02:10:00.000Z/PT10M,2026-07-03T13:20:00.000Z/2026-07-03T13:50:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_HP_MAXSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_HP_MAXSTREAMFLOW_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_HP_MAXSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_HP_MAXSTREAMFLOW_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_HP_MAXSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_HP_MAXSTREAMFLOW_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_SAC_MAXSTREAMFLOW_surface</Name>
        <Title>FLASH_SAC_MAXSTREAMFLOW @ Ground or water surface</Title>
        <Abstract>FLASH_SAC_MAXSTREAMFLOW @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:50:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-19T23:40:00.000Z/PT10M,2026-06-20T00:00:00.000Z/2026-06-20T00:40:00.000Z/PT10M,2026-06-20T01:00:00.000Z/2026-06-21T14:30:00.000Z/PT10M,2026-06-21T14:50:00.000Z/2026-06-25T18:40:00.000Z/PT10M,2026-06-25T19:00:00.000Z,2026-06-25T19:20:00.000Z/2026-06-29T01:20:00.000Z/PT10M,2026-06-29T16:00:00.000Z/2026-07-03T02:10:00.000Z/PT10M,2026-07-03T13:20:00.000Z/2026-07-03T13:50:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_SAC_MAXSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_SAC_MAXSTREAMFLOW_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_SAC_MAXSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_SAC_MAXSTREAMFLOW_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_SAC_MAXSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_SAC_MAXSTREAMFLOW_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_QPE_ARI01H_surface</Name>
        <Title>FLASH_QPE_ARI01H @ Ground or water surface</Title>
        <Abstract>FLASH_QPE_ARI01H @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:58:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-19T12:34:00.000Z/PT2M,2026-06-19T12:38:00.000Z/2026-06-19T14:14:00.000Z/PT2M,2026-06-19T14:18:00.000Z/2026-06-19T14:22:00.000Z/PT2M,2026-06-19T14:26:00.000Z/2026-06-19T14:34:00.000Z/PT2M,2026-06-19T14:38:00.000Z/2026-06-19T14:54:00.000Z/PT2M,2026-06-19T14:58:00.000Z/2026-06-20T00:08:00.000Z/PT2M,2026-06-20T00:12:00.000Z/2026-06-20T00:24:00.000Z/PT2M,2026-06-20T00:28:00.000Z/2026-06-20T04:30:00.000Z/PT2M,2026-06-20T04:34:00.000Z/2026-06-20T06:34:00.000Z/PT2M,2026-06-20T06:38:00.000Z/2026-06-20T09:14:00.000Z/PT2M,2026-06-20T09:18:00.000Z/2026-06-20T09:24:00.000Z/PT2M,2026-06-20T09:28:00.000Z/2026-06-20T10:54:00.000Z/PT2M,2026-06-20T10:58:00.000Z/2026-06-20T11:44:00.000Z/PT2M,2026-06-20T11:48:00.000Z/2026-06-21T02:24:00.000Z/PT2M,2026-06-21T02:28:00.000Z/2026-06-21T05:44:00.000Z/PT2M,2026-06-21T05:48:00.000Z/2026-06-21T13:54:00.000Z/PT2M,2026-06-21T13:58:00.000Z/2026-06-21T14:04:00.000Z/PT2M,2026-06-21T14:08:00.000Z/2026-06-21T22:34:00.000Z/PT2M,2026-06-21T22:38:00.000Z/2026-06-22T03:24:00.000Z/PT2M,2026-06-22T03:28:00.000Z/2026-06-22T06:44:00.000Z/PT2M,2026-06-22T06:48:00.000Z/2026-06-22T06:54:00.000Z/PT2M,2026-06-22T06:58:00.000Z/2026-06-22T14:24:00.000Z/PT2M,2026-06-22T14:28:00.000Z/2026-06-22T19:44:00.000Z/PT2M,2026-06-22T19:48:00.000Z/2026-06-23T13:34:00.000Z/PT2M,2026-06-23T13:38:00.000Z/2026-06-23T15:34:00.000Z/PT2M,2026-06-23T15:38:00.000Z/2026-06-23T16:14:00.000Z/PT2M,2026-06-23T16:18:00.000Z/2026-06-23T19:44:00.000Z/PT2M,2026-06-23T19:48:00.000Z/2026-06-23T19:54:00.000Z/PT2M,2026-06-23T19:58:00.000Z/2026-06-23T20:24:00.000Z/PT2M,2026-06-23T20:28:00.000Z/2026-06-23T22:14:00.000Z/PT2M,2026-06-23T22:18:00.000Z/2026-06-24T00:10:00.000Z/PT2M,2026-06-24T00:14:00.000Z/2026-06-24T05:34:00.000Z/PT2M,2026-06-24T05:38:00.000Z/2026-06-24T06:34:00.000Z/PT2M,2026-06-24T06:38:00.000Z/2026-06-24T12:44:00.000Z/PT2M,2026-06-24T12:48:00.000Z/2026-06-24T16:24:00.000Z/PT2M,2026-06-24T16:28:00.000Z/2026-06-24T18:24:00.000Z/PT2M,2026-06-24T18:28:00.000Z/2026-06-24T20:14:00.000Z/PT2M,2026-06-24T20:18:00.000Z/2026-06-25T03:16:00.000Z/PT2M,2026-06-25T03:20:00.000Z/2026-06-25T20:24:00.000Z/PT2M,2026-06-25T20:28:00.000Z/2026-06-25T20:44:00.000Z/PT2M,2026-06-25T20:48:00.000Z/2026-06-25T21:10:00.000Z/PT2M,2026-06-25T21:14:00.000Z/2026-06-25T21:24:00.000Z/PT2M,2026-06-25T21:28:00.000Z/2026-06-25T22:14:00.000Z/PT2M,2026-06-25T22:18:00.000Z/2026-06-26T00:04:00.000Z/PT2M,2026-06-26T00:08:00.000Z/2026-06-26T00:46:00.000Z/PT2M,2026-06-26T00:50:00.000Z/2026-06-26T01:06:00.000Z/PT2M,2026-06-26T01:10:00.000Z/2026-06-26T01:54:00.000Z/PT2M,2026-06-26T01:58:00.000Z/2026-06-26T02:14:00.000Z/PT2M,2026-06-26T02:18:00.000Z/2026-06-26T02:54:00.000Z/PT2M,2026-06-26T02:58:00.000Z/2026-06-26T03:04:00.000Z/PT2M,2026-06-26T03:08:00.000Z/2026-06-26T04:34:00.000Z/PT2M,2026-06-26T04:38:00.000Z/2026-06-26T06:44:00.000Z/PT2M,2026-06-26T06:48:00.000Z/2026-06-26T06:54:00.000Z/PT2M,2026-06-26T06:58:00.000Z/2026-06-26T07:14:00.000Z/PT2M,2026-06-26T07:18:00.000Z/2026-06-26T09:24:00.000Z/PT2M,2026-06-26T09:28:00.000Z/2026-06-26T09:44:00.000Z/PT2M,2026-06-26T09:48:00.000Z/2026-06-26T10:12:00.000Z/PT2M,2026-06-26T10:16:00.000Z/2026-06-26T10:44:00.000Z/PT2M,2026-06-26T10:48:00.000Z/2026-06-26T11:44:00.000Z/PT2M,2026-06-26T11:48:00.000Z/2026-06-26T13:24:00.000Z/PT2M,2026-06-26T13:28:00.000Z/2026-06-26T13:58:00.000Z/PT2M,2026-06-26T14:02:00.000Z/2026-06-26T16:04:00.000Z/PT2M,2026-06-26T16:08:00.000Z/2026-06-26T18:04:00.000Z/PT2M,2026-06-26T18:08:00.000Z/2026-06-26T18:36:00.000Z/PT2M,2026-06-26T18:40:00.000Z/2026-06-26T18:54:00.000Z/PT2M,2026-06-26T18:58:00.000Z/2026-06-26T20:12:00.000Z/PT2M,2026-06-26T20:16:00.000Z/2026-06-26T23:48:00.000Z/PT2M,2026-06-26T23:52:00.000Z/2026-06-27T01:06:00.000Z/PT2M,2026-06-27T01:10:00.000Z/2026-06-27T01:54:00.000Z/PT2M,2026-06-27T01:58:00.000Z/2026-06-27T02:44:00.000Z/PT2M,2026-06-27T02:48:00.000Z/2026-06-27T04:24:00.000Z/PT2M,2026-06-27T04:28:00.000Z/2026-06-27T05:08:00.000Z/PT2M,2026-06-27T05:12:00.000Z/2026-06-27T06:12:00.000Z/PT2M,2026-06-27T06:16:00.000Z/2026-06-27T06:56:00.000Z/PT2M,2026-06-27T07:00:00.000Z/2026-06-27T11:54:00.000Z/PT2M,2026-06-27T11:58:00.000Z/2026-06-27T12:14:00.000Z/PT2M,2026-06-27T12:18:00.000Z/2026-06-27T12:24:00.000Z/PT2M,2026-06-27T12:28:00.000Z/2026-06-27T12:54:00.000Z/PT2M,2026-06-27T12:58:00.000Z/2026-06-27T14:50:00.000Z/PT2M,2026-06-27T14:54:00.000Z/2026-06-27T16:22:00.000Z/PT2M,2026-06-27T16:26:00.000Z/2026-06-27T17:44:00.000Z/PT2M,2026-06-27T17:48:00.000Z/2026-06-27T18:34:00.000Z/PT2M,2026-06-27T18:38:00.000Z/2026-06-27T18:54:00.000Z/PT2M,2026-06-27T18:58:00.000Z/2026-06-27T19:54:00.000Z/PT2M,2026-06-27T19:58:00.000Z/2026-06-27T20:22:00.000Z/PT2M,2026-06-27T20:26:00.000Z/2026-06-27T21:28:00.000Z/PT2M,2026-06-27T21:32:00.000Z/2026-06-27T22:44:00.000Z/PT2M,2026-06-27T22:48:00.000Z/2026-06-28T01:04:00.000Z/PT2M,2026-06-28T01:08:00.000Z/2026-06-28T01:26:00.000Z/PT2M,2026-06-28T01:30:00.000Z/2026-06-28T07:22:00.000Z/PT2M,2026-06-28T07:28:00.000Z/2026-06-28T09:14:00.000Z/PT2M,2026-06-28T09:18:00.000Z/2026-06-28T10:06:00.000Z/PT2M,2026-06-28T10:12:00.000Z/2026-06-28T11:52:00.000Z/PT2M,2026-06-28T11:58:00.000Z/2026-06-28T12:32:00.000Z/PT2M,2026-06-28T12:38:00.000Z/2026-06-28T14:54:00.000Z/PT2M,2026-06-28T14:58:00.000Z/2026-06-28T15:48:00.000Z/PT2M,2026-06-28T15:52:00.000Z/2026-06-28T16:24:00.000Z/PT2M,2026-06-28T16:28:00.000Z/2026-06-28T17:28:00.000Z/PT2M,2026-06-28T17:32:00.000Z/2026-06-28T18:14:00.000Z/PT2M,2026-06-28T18:18:00.000Z/2026-06-28T18:24:00.000Z/PT2M,2026-06-28T18:28:00.000Z/2026-06-28T19:24:00.000Z/PT2M,2026-06-28T19:28:00.000Z/2026-06-29T00:14:00.000Z/PT2M,2026-06-29T00:18:00.000Z/2026-06-29T01:16:00.000Z/PT2M,2026-06-29T15:52:00.000Z/2026-06-29T17:14:00.000Z/PT2M,2026-06-29T17:18:00.000Z/2026-06-29T23:50:00.000Z/PT2M,2026-06-29T23:54:00.000Z/2026-06-30T04:46:00.000Z/PT2M,2026-06-30T04:50:00.000Z/2026-06-30T09:28:00.000Z/PT2M,2026-06-30T09:32:00.000Z/2026-06-30T11:40:00.000Z/PT2M,2026-06-30T11:44:00.000Z/2026-06-30T14:54:00.000Z/PT2M,2026-06-30T14:58:00.000Z/2026-06-30T17:04:00.000Z/PT2M,2026-06-30T17:08:00.000Z/2026-06-30T17:28:00.000Z/PT2M,2026-06-30T17:32:00.000Z/2026-06-30T20:14:00.000Z/PT2M,2026-06-30T20:18:00.000Z/2026-07-01T06:16:00.000Z/PT2M,2026-07-01T06:20:00.000Z/2026-07-01T08:34:00.000Z/PT2M,2026-07-01T08:38:00.000Z/2026-07-01T09:22:00.000Z/PT2M,2026-07-01T09:26:00.000Z/2026-07-01T15:42:00.000Z/PT2M,2026-07-01T15:46:00.000Z/2026-07-01T16:08:00.000Z/PT2M,2026-07-01T16:12:00.000Z/2026-07-01T18:14:00.000Z/PT2M,2026-07-01T18:18:00.000Z/2026-07-01T20:02:00.000Z/PT2M,2026-07-01T20:06:00.000Z/2026-07-01T22:04:00.000Z/PT2M,2026-07-01T22:08:00.000Z/2026-07-02T02:48:00.000Z/PT2M,2026-07-02T02:52:00.000Z/2026-07-02T07:34:00.000Z/PT2M,2026-07-02T07:38:00.000Z/2026-07-02T18:36:00.000Z/PT2M,2026-07-02T18:40:00.000Z/2026-07-02T20:10:00.000Z/PT2M,2026-07-02T20:14:00.000Z/2026-07-02T21:16:00.000Z/PT2M,2026-07-02T21:20:00.000Z/2026-07-02T21:34:00.000Z/PT2M,2026-07-02T21:38:00.000Z/2026-07-02T21:42:00.000Z/PT2M,2026-07-02T21:46:00.000Z/2026-07-03T01:44:00.000Z/PT2M,2026-07-03T01:48:00.000Z/2026-07-03T02:10:00.000Z/PT2M,2026-07-03T13:10:00.000Z/2026-07-03T13:58:00.000Z/PT2M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI01H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI01H_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI01H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI01H_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI01H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI01H_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_QPE_ARI06H_surface</Name>
        <Title>FLASH_QPE_ARI06H @ Ground or water surface</Title>
        <Abstract>FLASH_QPE_ARI06H @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:58:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-19T12:14:00.000Z/PT2M,2026-06-19T12:18:00.000Z/2026-06-19T12:24:00.000Z/PT2M,2026-06-19T12:28:00.000Z/2026-06-19T17:24:00.000Z/PT2M,2026-06-19T17:28:00.000Z/2026-06-19T18:04:00.000Z/PT2M,2026-06-19T18:08:00.000Z/2026-06-19T20:04:00.000Z/PT2M,2026-06-19T20:08:00.000Z/2026-06-19T21:14:00.000Z/PT2M,2026-06-19T21:18:00.000Z/2026-06-19T21:54:00.000Z/PT2M,2026-06-19T21:58:00.000Z/2026-06-19T23:24:00.000Z/PT2M,2026-06-19T23:28:00.000Z/2026-06-20T01:24:00.000Z/PT2M,2026-06-20T01:28:00.000Z/2026-06-20T08:24:00.000Z/PT2M,2026-06-20T08:28:00.000Z/2026-06-20T08:54:00.000Z/PT2M,2026-06-20T08:58:00.000Z/2026-06-20T09:04:00.000Z/PT2M,2026-06-20T09:08:00.000Z/2026-06-20T11:24:00.000Z/PT2M,2026-06-20T11:28:00.000Z/2026-06-20T12:34:00.000Z/PT2M,2026-06-20T12:38:00.000Z/2026-06-20T13:04:00.000Z/PT2M,2026-06-20T13:08:00.000Z/2026-06-20T15:24:00.000Z/PT2M,2026-06-20T15:28:00.000Z/2026-06-20T17:04:00.000Z/PT2M,2026-06-20T17:08:00.000Z/2026-06-20T17:44:00.000Z/PT2M,2026-06-20T17:48:00.000Z/2026-06-20T18:14:00.000Z/PT2M,2026-06-20T18:18:00.000Z/2026-06-21T02:14:00.000Z/PT2M,2026-06-21T02:18:00.000Z/2026-06-21T03:04:00.000Z/PT2M,2026-06-21T03:08:00.000Z/2026-06-21T03:24:00.000Z/PT2M,2026-06-21T03:28:00.000Z/2026-06-21T03:34:00.000Z/PT2M,2026-06-21T03:38:00.000Z/2026-06-21T03:44:00.000Z/PT2M,2026-06-21T03:48:00.000Z/2026-06-21T04:14:00.000Z/PT2M,2026-06-21T04:18:00.000Z/2026-06-21T06:04:00.000Z/PT2M,2026-06-21T06:08:00.000Z/2026-06-21T06:24:00.000Z/PT2M,2026-06-21T06:28:00.000Z/2026-06-21T06:54:00.000Z/PT2M,2026-06-21T06:58:00.000Z/2026-06-21T09:14:00.000Z/PT2M,2026-06-21T09:18:00.000Z/2026-06-21T12:34:00.000Z/PT2M,2026-06-21T12:38:00.000Z/2026-06-21T15:44:00.000Z/PT2M,2026-06-21T15:48:00.000Z/2026-06-22T01:34:00.000Z/PT2M,2026-06-22T01:38:00.000Z/2026-06-22T02:34:00.000Z/PT2M,2026-06-22T02:38:00.000Z/2026-06-22T02:54:00.000Z/PT2M,2026-06-22T02:58:00.000Z/2026-06-22T05:54:00.000Z/PT2M,2026-06-22T05:58:00.000Z/2026-06-22T07:34:00.000Z/PT2M,2026-06-22T07:38:00.000Z/2026-06-22T07:54:00.000Z/PT2M,2026-06-22T07:58:00.000Z/2026-06-22T08:44:00.000Z/PT2M,2026-06-22T08:48:00.000Z/2026-06-22T09:34:00.000Z/PT2M,2026-06-22T09:38:00.000Z/2026-06-22T19:14:00.000Z/PT2M,2026-06-22T19:18:00.000Z/2026-06-22T21:54:00.000Z/PT2M,2026-06-22T21:58:00.000Z/2026-06-22T22:04:00.000Z/PT2M,2026-06-22T22:08:00.000Z/2026-06-22T23:04:00.000Z/PT2M,2026-06-22T23:08:00.000Z/2026-06-23T00:54:00.000Z/PT2M,2026-06-23T00:58:00.000Z/2026-06-23T02:34:00.000Z/PT2M,2026-06-23T02:38:00.000Z/2026-06-23T02:44:00.000Z/PT2M,2026-06-23T02:48:00.000Z/2026-06-23T04:14:00.000Z/PT2M,2026-06-23T04:18:00.000Z/2026-06-23T05:04:00.000Z/PT2M,2026-06-23T05:08:00.000Z/2026-06-23T12:44:00.000Z/PT2M,2026-06-23T12:48:00.000Z/2026-06-23T13:14:00.000Z/PT2M,2026-06-23T13:18:00.000Z/2026-06-23T13:34:00.000Z/PT2M,2026-06-23T13:38:00.000Z/2026-06-23T19:44:00.000Z/PT2M,2026-06-23T19:48:00.000Z/2026-06-23T20:34:00.000Z/PT2M,2026-06-23T20:38:00.000Z/2026-06-23T21:44:00.000Z/PT2M,2026-06-23T21:48:00.000Z/2026-06-23T22:44:00.000Z/PT2M,2026-06-23T22:48:00.000Z/2026-06-24T00:10:00.000Z/PT2M,2026-06-24T00:14:00.000Z/2026-06-24T00:44:00.000Z/PT2M,2026-06-24T00:48:00.000Z/2026-06-24T05:44:00.000Z/PT2M,2026-06-24T05:48:00.000Z/2026-06-24T07:14:00.000Z/PT2M,2026-06-24T07:18:00.000Z/2026-06-24T07:34:00.000Z/PT2M,2026-06-24T07:38:00.000Z/2026-06-24T09:34:00.000Z/PT2M,2026-06-24T09:38:00.000Z/2026-06-24T09:54:00.000Z/PT2M,2026-06-24T09:58:00.000Z/2026-06-24T10:54:00.000Z/PT2M,2026-06-24T10:58:00.000Z/2026-06-24T14:14:00.000Z/PT2M,2026-06-24T14:18:00.000Z/2026-06-24T14:24:00.000Z/PT2M,2026-06-24T14:28:00.000Z/2026-06-24T15:34:00.000Z/PT2M,2026-06-24T15:38:00.000Z/2026-06-24T16:24:00.000Z/PT2M,2026-06-24T16:28:00.000Z/2026-06-24T17:54:00.000Z/PT2M,2026-06-24T17:58:00.000Z/2026-06-24T18:04:00.000Z/PT2M,2026-06-24T18:08:00.000Z/2026-06-24T19:04:00.000Z/PT2M,2026-06-24T19:08:00.000Z/2026-06-25T01:24:00.000Z/PT2M,2026-06-25T01:28:00.000Z/2026-06-25T02:04:00.000Z/PT2M,2026-06-25T02:08:00.000Z/2026-06-25T05:44:00.000Z/PT2M,2026-06-25T05:48:00.000Z/2026-06-25T05:54:00.000Z/PT2M,2026-06-25T05:58:00.000Z/2026-06-25T06:14:00.000Z/PT2M,2026-06-25T06:18:00.000Z/2026-06-25T06:54:00.000Z/PT2M,2026-06-25T06:58:00.000Z/2026-06-25T11:34:00.000Z/PT2M,2026-06-25T11:38:00.000Z/2026-06-25T12:54:00.000Z/PT2M,2026-06-25T12:58:00.000Z/2026-06-25T16:54:00.000Z/PT2M,2026-06-25T16:58:00.000Z/2026-06-25T17:24:00.000Z/PT2M,2026-06-25T17:28:00.000Z/2026-06-25T19:04:00.000Z/PT2M,2026-06-25T19:08:00.000Z/2026-06-26T00:04:00.000Z/PT2M,2026-06-26T00:08:00.000Z/2026-06-26T00:34:00.000Z/PT2M,2026-06-26T00:38:00.000Z/2026-06-26T02:58:00.000Z/PT2M,2026-06-26T03:02:00.000Z/2026-06-26T04:54:00.000Z/PT2M,2026-06-26T04:58:00.000Z/2026-06-26T06:44:00.000Z/PT2M,2026-06-26T06:48:00.000Z/2026-06-26T10:06:00.000Z/PT2M,2026-06-26T10:10:00.000Z/2026-06-26T10:44:00.000Z/PT2M,2026-06-26T10:48:00.000Z/2026-06-26T10:54:00.000Z/PT2M,2026-06-26T10:58:00.000Z/2026-06-26T11:04:00.000Z/PT2M,2026-06-26T11:08:00.000Z/2026-06-26T11:16:00.000Z/PT2M,2026-06-26T11:20:00.000Z/2026-06-26T11:34:00.000Z/PT2M,2026-06-26T11:38:00.000Z/2026-06-26T11:54:00.000Z/PT2M,2026-06-26T11:58:00.000Z/2026-06-26T12:14:00.000Z/PT2M,2026-06-26T12:18:00.000Z/2026-06-26T12:44:00.000Z/PT2M,2026-06-26T12:48:00.000Z/2026-06-26T13:04:00.000Z/PT2M,2026-06-26T13:08:00.000Z/2026-06-26T15:34:00.000Z/PT2M,2026-06-26T15:38:00.000Z/2026-06-26T19:54:00.000Z/PT2M,2026-06-26T19:58:00.000Z/2026-06-26T20:54:00.000Z/PT2M,2026-06-26T20:58:00.000Z/2026-06-26T21:14:00.000Z/PT2M,2026-06-26T21:18:00.000Z/2026-06-27T01:24:00.000Z/PT2M,2026-06-27T01:28:00.000Z/2026-06-27T02:24:00.000Z/PT2M,2026-06-27T02:28:00.000Z/2026-06-27T03:04:00.000Z/PT2M,2026-06-27T03:08:00.000Z/2026-06-27T05:34:00.000Z/PT2M,2026-06-27T05:38:00.000Z/2026-06-27T07:04:00.000Z/PT2M,2026-06-27T07:08:00.000Z/2026-06-27T10:34:00.000Z/PT2M,2026-06-27T10:38:00.000Z/2026-06-27T15:44:00.000Z/PT2M,2026-06-27T15:48:00.000Z/2026-06-27T18:04:00.000Z/PT2M,2026-06-27T18:08:00.000Z/2026-06-27T23:16:00.000Z/PT2M,2026-06-27T23:20:00.000Z/2026-06-28T02:06:00.000Z/PT2M,2026-06-28T02:10:00.000Z/2026-06-28T05:44:00.000Z/PT2M,2026-06-28T05:48:00.000Z/2026-06-28T11:54:00.000Z/PT2M,2026-06-28T11:58:00.000Z/2026-06-28T16:10:00.000Z/PT2M,2026-06-28T16:14:00.000Z/2026-06-28T16:54:00.000Z/PT2M,2026-06-28T16:58:00.000Z/2026-06-28T18:24:00.000Z/PT2M,2026-06-28T18:28:00.000Z/2026-06-29T00:14:00.000Z/PT2M,2026-06-29T00:18:00.000Z/2026-06-29T01:16:00.000Z/PT2M,2026-06-29T15:52:00.000Z/2026-06-29T16:26:00.000Z/PT2M,2026-06-29T16:30:00.000Z/2026-06-29T16:38:00.000Z/PT2M,2026-06-29T16:42:00.000Z/2026-06-29T17:14:00.000Z/PT2M,2026-06-29T17:18:00.000Z/2026-06-30T03:24:00.000Z/PT2M,2026-06-30T03:28:00.000Z/2026-06-30T08:16:00.000Z/PT2M,2026-06-30T08:20:00.000Z/2026-06-30T19:14:00.000Z/PT2M,2026-06-30T19:18:00.000Z/2026-06-30T21:06:00.000Z/PT2M,2026-06-30T21:10:00.000Z/2026-06-30T22:44:00.000Z/PT2M,2026-06-30T22:48:00.000Z/2026-07-01T08:34:00.000Z/PT2M,2026-07-01T08:38:00.000Z/2026-07-01T12:34:00.000Z/PT2M,2026-07-01T12:38:00.000Z/2026-07-01T15:02:00.000Z/PT2M,2026-07-01T15:06:00.000Z/2026-07-01T15:58:00.000Z/PT2M,2026-07-01T16:02:00.000Z/2026-07-02T03:32:00.000Z/PT2M,2026-07-02T03:36:00.000Z/2026-07-02T06:48:00.000Z/PT2M,2026-07-02T06:52:00.000Z/2026-07-02T09:18:00.000Z/PT2M,2026-07-02T09:22:00.000Z/2026-07-02T11:48:00.000Z/PT2M,2026-07-02T11:52:00.000Z/2026-07-02T12:10:00.000Z/PT2M,2026-07-02T12:14:00.000Z/2026-07-02T19:24:00.000Z/PT2M,2026-07-02T19:28:00.000Z/2026-07-03T02:10:00.000Z/PT2M,2026-07-03T13:10:00.000Z/2026-07-03T13:58:00.000Z/PT2M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI06H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI06H_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI06H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI06H_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI06H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI06H_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_QPE_ARIMAX_surface</Name>
        <Title>FLASH_QPE_ARIMAX @ Ground or water surface</Title>
        <Abstract>FLASH_QPE_ARIMAX @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:58:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-19T12:04:00.000Z/PT2M,2026-06-19T12:08:00.000Z/2026-06-19T12:44:00.000Z/PT2M,2026-06-19T12:48:00.000Z/2026-06-19T13:04:00.000Z/PT2M,2026-06-19T13:08:00.000Z/2026-06-19T13:24:00.000Z/PT2M,2026-06-19T13:28:00.000Z/2026-06-19T13:34:00.000Z/PT2M,2026-06-19T13:38:00.000Z/2026-06-19T14:00:00.000Z/PT2M,2026-06-19T14:04:00.000Z/2026-06-19T14:44:00.000Z/PT2M,2026-06-19T14:48:00.000Z/2026-06-19T15:14:00.000Z/PT2M,2026-06-19T15:18:00.000Z/2026-06-19T15:24:00.000Z/PT2M,2026-06-19T15:28:00.000Z/2026-06-19T15:54:00.000Z/PT2M,2026-06-19T15:58:00.000Z/2026-06-19T16:44:00.000Z/PT2M,2026-06-19T16:48:00.000Z/2026-06-19T17:04:00.000Z/PT2M,2026-06-19T17:08:00.000Z/2026-06-19T18:24:00.000Z/PT2M,2026-06-19T18:28:00.000Z/2026-06-19T18:34:00.000Z/PT2M,2026-06-19T18:38:00.000Z/2026-06-19T19:04:00.000Z/PT2M,2026-06-19T19:08:00.000Z/2026-06-19T21:04:00.000Z/PT2M,2026-06-19T21:08:00.000Z/2026-06-19T21:24:00.000Z/PT2M,2026-06-19T21:28:00.000Z/2026-06-19T22:44:00.000Z/PT2M,2026-06-19T22:48:00.000Z/2026-06-19T23:34:00.000Z/PT2M,2026-06-19T23:38:00.000Z/2026-06-19T23:44:00.000Z/PT2M,2026-06-19T23:48:00.000Z/2026-06-20T00:34:00.000Z/PT2M,2026-06-20T00:38:00.000Z/2026-06-20T01:14:00.000Z/PT2M,2026-06-20T01:18:00.000Z/2026-06-20T06:44:00.000Z/PT2M,2026-06-20T06:48:00.000Z/2026-06-20T08:14:00.000Z/PT2M,2026-06-20T08:18:00.000Z/2026-06-20T08:34:00.000Z/PT2M,2026-06-20T08:38:00.000Z/2026-06-20T09:24:00.000Z/PT2M,2026-06-20T09:28:00.000Z/2026-06-20T10:14:00.000Z/PT2M,2026-06-20T10:18:00.000Z/2026-06-20T10:24:00.000Z/PT2M,2026-06-20T10:28:00.000Z/2026-06-20T12:24:00.000Z/PT2M,2026-06-20T12:28:00.000Z/2026-06-20T12:34:00.000Z/PT2M,2026-06-20T12:38:00.000Z/2026-06-20T12:44:00.000Z/PT2M,2026-06-20T12:48:00.000Z/2026-06-20T12:54:00.000Z/PT2M,2026-06-20T12:58:00.000Z/2026-06-20T13:04:00.000Z/PT2M,2026-06-20T13:08:00.000Z/2026-06-20T13:24:00.000Z/PT2M,2026-06-20T13:28:00.000Z/2026-06-20T13:34:00.000Z/PT2M,2026-06-20T13:38:00.000Z/2026-06-20T14:24:00.000Z/PT2M,2026-06-20T14:28:00.000Z/2026-06-20T15:44:00.000Z/PT2M,2026-06-20T15:48:00.000Z/2026-06-20T17:04:00.000Z/PT2M,2026-06-20T17:08:00.000Z/2026-06-20T17:54:00.000Z/PT2M,2026-06-20T17:58:00.000Z/2026-06-20T18:54:00.000Z/PT2M,2026-06-20T18:58:00.000Z/2026-06-20T19:14:00.000Z/PT2M,2026-06-20T19:18:00.000Z/2026-06-20T19:54:00.000Z/PT2M,2026-06-20T19:58:00.000Z/2026-06-20T20:14:00.000Z/PT2M,2026-06-20T20:18:00.000Z/2026-06-20T20:44:00.000Z/PT2M,2026-06-20T20:48:00.000Z/2026-06-21T00:34:00.000Z/PT2M,2026-06-21T00:38:00.000Z/2026-06-21T01:24:00.000Z/PT2M,2026-06-21T01:28:00.000Z/2026-06-21T02:04:00.000Z/PT2M,2026-06-21T02:08:00.000Z/2026-06-21T02:34:00.000Z/PT2M,2026-06-21T02:38:00.000Z/2026-06-21T03:14:00.000Z/PT2M,2026-06-21T03:18:00.000Z/2026-06-21T04:44:00.000Z/PT2M,2026-06-21T04:48:00.000Z/2026-06-21T05:34:00.000Z/PT2M,2026-06-21T05:38:00.000Z/2026-06-21T05:44:00.000Z/PT2M,2026-06-21T05:48:00.000Z/2026-06-21T06:14:00.000Z/PT2M,2026-06-21T06:18:00.000Z/2026-06-21T06:44:00.000Z/PT2M,2026-06-21T06:48:00.000Z/2026-06-21T07:44:00.000Z/PT2M,2026-06-21T07:48:00.000Z/2026-06-21T07:54:00.000Z/PT2M,2026-06-21T07:58:00.000Z/2026-06-21T08:34:00.000Z/PT2M,2026-06-21T08:38:00.000Z/2026-06-21T08:44:00.000Z/PT2M,2026-06-21T08:48:00.000Z/2026-06-21T09:04:00.000Z/PT2M,2026-06-21T09:08:00.000Z/2026-06-21T09:24:00.000Z/PT2M,2026-06-21T09:28:00.000Z/2026-06-21T09:44:00.000Z/PT2M,2026-06-21T09:48:00.000Z/2026-06-21T10:44:00.000Z/PT2M,2026-06-21T10:48:00.000Z/2026-06-21T13:14:00.000Z/PT2M,2026-06-21T13:18:00.000Z/2026-06-21T13:24:00.000Z/PT2M,2026-06-21T13:28:00.000Z/2026-06-21T13:34:00.000Z/PT2M,2026-06-21T13:38:00.000Z/2026-06-21T14:34:00.000Z/PT2M,2026-06-21T14:38:00.000Z/2026-06-21T14:54:00.000Z/PT2M,2026-06-21T14:58:00.000Z/2026-06-21T15:34:00.000Z/PT2M,2026-06-21T15:38:00.000Z/2026-06-21T22:04:00.000Z/PT2M,2026-06-21T22:08:00.000Z/2026-06-21T22:14:00.000Z/PT2M,2026-06-21T22:18:00.000Z/2026-06-21T22:44:00.000Z/PT2M,2026-06-21T22:48:00.000Z/2026-06-21T22:54:00.000Z/PT2M,2026-06-21T22:58:00.000Z/2026-06-21T23:24:00.000Z/PT2M,2026-06-21T23:28:00.000Z/2026-06-21T23:34:00.000Z/PT2M,2026-06-21T23:38:00.000Z/2026-06-22T00:04:00.000Z/PT2M,2026-06-22T00:08:00.000Z/2026-06-22T00:44:00.000Z/PT2M,2026-06-22T00:48:00.000Z/2026-06-22T01:14:00.000Z/PT2M,2026-06-22T01:18:00.000Z/2026-06-22T01:44:00.000Z/PT2M,2026-06-22T01:48:00.000Z/2026-06-22T02:04:00.000Z/PT2M,2026-06-22T02:08:00.000Z/2026-06-22T02:44:00.000Z/PT2M,2026-06-22T02:48:00.000Z/2026-06-22T03:04:00.000Z/PT2M,2026-06-22T03:08:00.000Z/2026-06-22T03:14:00.000Z/PT2M,2026-06-22T03:18:00.000Z/2026-06-22T04:04:00.000Z/PT2M,2026-06-22T04:08:00.000Z/2026-06-22T04:24:00.000Z/PT2M,2026-06-22T04:28:00.000Z/2026-06-22T04:34:00.000Z/PT2M,2026-06-22T04:38:00.000Z/2026-06-22T04:44:00.000Z/PT2M,2026-06-22T04:48:00.000Z/2026-06-22T05:34:00.000Z/PT2M,2026-06-22T05:38:00.000Z/2026-06-22T05:44:00.000Z/PT2M,2026-06-22T05:48:00.000Z/2026-06-22T06:14:00.000Z/PT2M,2026-06-22T06:18:00.000Z/2026-06-22T06:24:00.000Z/PT2M,2026-06-22T06:28:00.000Z/2026-06-22T07:44:00.000Z/PT2M,2026-06-22T07:48:00.000Z/2026-06-22T08:24:00.000Z/PT2M,2026-06-22T08:28:00.000Z/2026-06-22T08:54:00.000Z/PT2M,2026-06-22T08:58:00.000Z/2026-06-22T09:04:00.000Z/PT2M,2026-06-22T09:08:00.000Z/2026-06-22T09:54:00.000Z/PT2M,2026-06-22T09:58:00.000Z/2026-06-22T10:54:00.000Z/PT2M,2026-06-22T10:58:00.000Z/2026-06-22T11:24:00.000Z/PT2M,2026-06-22T11:28:00.000Z/2026-06-22T12:34:00.000Z/PT2M,2026-06-22T12:38:00.000Z/2026-06-22T14:44:00.000Z/PT2M,2026-06-22T14:48:00.000Z/2026-06-22T15:34:00.000Z/PT2M,2026-06-22T15:38:00.000Z/2026-06-22T17:04:00.000Z/PT2M,2026-06-22T17:08:00.000Z/2026-06-22T17:24:00.000Z/PT2M,2026-06-22T17:28:00.000Z/2026-06-22T17:44:00.000Z/PT2M,2026-06-22T17:48:00.000Z/2026-06-22T18:04:00.000Z/PT2M,2026-06-22T18:08:00.000Z/2026-06-22T18:44:00.000Z/PT2M,2026-06-22T18:48:00.000Z/2026-06-22T18:54:00.000Z/PT2M,2026-06-22T18:58:00.000Z/2026-06-22T19:14:00.000Z/PT2M,2026-06-22T19:18:00.000Z/2026-06-22T19:34:00.000Z/PT2M,2026-06-22T19:38:00.000Z/2026-06-22T20:14:00.000Z/PT2M,2026-06-22T20:18:00.000Z/2026-06-22T21:34:00.000Z/PT2M,2026-06-22T21:38:00.000Z/2026-06-22T21:54:00.000Z/PT2M,2026-06-22T21:58:00.000Z/2026-06-22T22:14:00.000Z/PT2M,2026-06-22T22:18:00.000Z/2026-06-22T22:24:00.000Z/PT2M,2026-06-22T22:28:00.000Z/2026-06-23T00:34:00.000Z/PT2M,2026-06-23T00:38:00.000Z/2026-06-23T01:04:00.000Z/PT2M,2026-06-23T01:08:00.000Z/2026-06-23T02:04:00.000Z/PT2M,2026-06-23T02:08:00.000Z/2026-06-23T02:14:00.000Z/PT2M,2026-06-23T02:18:00.000Z/2026-06-23T02:24:00.000Z/PT2M,2026-06-23T02:28:00.000Z/2026-06-23T02:54:00.000Z/PT2M,2026-06-23T02:58:00.000Z/2026-06-23T03:04:00.000Z/PT2M,2026-06-23T03:08:00.000Z/2026-06-23T04:34:00.000Z/PT2M,2026-06-23T04:38:00.000Z/2026-06-23T04:54:00.000Z/PT2M,2026-06-23T04:58:00.000Z/2026-06-23T11:34:00.000Z/PT2M,2026-06-23T11:38:00.000Z/2026-06-23T12:04:00.000Z/PT2M,2026-06-23T12:08:00.000Z/2026-06-23T12:14:00.000Z/PT2M,2026-06-23T12:18:00.000Z/2026-06-23T13:24:00.000Z/PT2M,2026-06-23T13:28:00.000Z/2026-06-23T14:14:00.000Z/PT2M,2026-06-23T14:18:00.000Z/2026-06-23T14:24:00.000Z/PT2M,2026-06-23T14:28:00.000Z/2026-06-23T15:04:00.000Z/PT2M,2026-06-23T15:08:00.000Z/2026-06-23T15:14:00.000Z/PT2M,2026-06-23T15:18:00.000Z/2026-06-23T15:54:00.000Z/PT2M,2026-06-23T15:58:00.000Z/2026-06-23T16:04:00.000Z/PT2M,2026-06-23T16:08:00.000Z/2026-06-23T16:14:00.000Z/PT2M,2026-06-23T16:18:00.000Z/2026-06-23T16:34:00.000Z/PT2M,2026-06-23T16:38:00.000Z/2026-06-23T17:04:00.000Z/PT2M,2026-06-23T17:08:00.000Z/2026-06-23T17:24:00.000Z/PT2M,2026-06-23T17:28:00.000Z/2026-06-23T17:44:00.000Z/PT2M,2026-06-23T17:48:00.000Z/2026-06-23T18:14:00.000Z/PT2M,2026-06-23T18:18:00.000Z/2026-06-23T18:44:00.000Z/PT2M,2026-06-23T18:48:00.000Z/2026-06-23T18:54:00.000Z/PT2M,2026-06-23T18:58:00.000Z/2026-06-23T19:34:00.000Z/PT2M,2026-06-23T19:38:00.000Z/2026-06-23T20:54:00.000Z/PT2M,2026-06-23T20:58:00.000Z/2026-06-23T21:04:00.000Z/PT2M,2026-06-23T21:08:00.000Z/2026-06-23T21:14:00.000Z/PT2M,2026-06-23T21:18:00.000Z/2026-06-23T21:24:00.000Z/PT2M,2026-06-23T21:28:00.000Z/2026-06-23T21:54:00.000Z/PT2M,2026-06-23T21:58:00.000Z/2026-06-23T22:24:00.000Z/PT2M,2026-06-23T22:28:00.000Z/2026-06-23T22:44:00.000Z/PT2M,2026-06-23T22:48:00.000Z/2026-06-23T23:14:00.000Z/PT2M,2026-06-23T23:18:00.000Z/2026-06-24T00:04:00.000Z/PT2M,2026-06-24T00:08:00.000Z,2026-06-24T00:10:00.000Z,2026-06-24T00:14:00.000Z/2026-06-24T00:24:00.000Z/PT2M,2026-06-24T00:28:00.000Z/2026-06-24T00:44:00.000Z/PT2M,2026-06-24T00:48:00.000Z/2026-06-24T04:04:00.000Z/PT2M,2026-06-24T04:08:00.000Z/2026-06-24T05:14:00.000Z/PT2M,2026-06-24T05:18:00.000Z/2026-06-24T05:34:00.000Z/PT2M,2026-06-24T05:38:00.000Z/2026-06-24T06:44:00.000Z/PT2M,2026-06-24T06:48:00.000Z/2026-06-24T06:54:00.000Z/PT2M,2026-06-24T06:58:00.000Z/2026-06-24T09:04:00.000Z/PT2M,2026-06-24T09:08:00.000Z/2026-06-24T09:14:00.000Z/PT2M,2026-06-24T09:18:00.000Z/2026-06-24T09:34:00.000Z/PT2M,2026-06-24T09:38:00.000Z/2026-06-24T09:44:00.000Z/PT2M,2026-06-24T09:48:00.000Z/2026-06-24T10:14:00.000Z/PT2M,2026-06-24T10:18:00.000Z/2026-06-24T10:24:00.000Z/PT2M,2026-06-24T10:28:00.000Z/2026-06-24T11:24:00.000Z/PT2M,2026-06-24T11:28:00.000Z/2026-06-24T11:34:00.000Z/PT2M,2026-06-24T11:38:00.000Z/2026-06-24T11:54:00.000Z/PT2M,2026-06-24T11:58:00.000Z/2026-06-24T12:24:00.000Z/PT2M,2026-06-24T12:28:00.000Z/2026-06-24T12:54:00.000Z/PT2M,2026-06-24T12:58:00.000Z/2026-06-24T13:24:00.000Z/PT2M,2026-06-24T13:28:00.000Z/2026-06-24T14:04:00.000Z/PT2M,2026-06-24T14:08:00.000Z/2026-06-24T15:04:00.000Z/PT2M,2026-06-24T15:08:00.000Z/2026-06-24T15:44:00.000Z/PT2M,2026-06-24T15:48:00.000Z/2026-06-24T16:04:00.000Z/PT2M,2026-06-24T16:08:00.000Z/2026-06-24T16:54:00.000Z/PT2M,2026-06-24T16:58:00.000Z/2026-06-24T17:14:00.000Z/PT2M,2026-06-24T17:18:00.000Z/2026-06-24T17:24:00.000Z/PT2M,2026-06-24T17:28:00.000Z/2026-06-24T18:14:00.000Z/PT2M,2026-06-24T18:18:00.000Z/2026-06-24T19:44:00.000Z/PT2M,2026-06-24T19:48:00.000Z/2026-06-24T20:14:00.000Z/PT2M,2026-06-24T20:18:00.000Z/2026-06-24T23:24:00.000Z/PT2M,2026-06-24T23:28:00.000Z/2026-06-25T00:44:00.000Z/PT2M,2026-06-25T00:48:00.000Z/2026-06-25T01:24:00.000Z/PT2M,2026-06-25T01:28:00.000Z/2026-06-25T02:14:00.000Z/PT2M,2026-06-25T02:18:00.000Z/2026-06-25T03:14:00.000Z/PT2M,2026-06-25T03:18:00.000Z/2026-06-25T03:24:00.000Z/PT2M,2026-06-25T03:28:00.000Z/2026-06-25T03:34:00.000Z/PT2M,2026-06-25T03:38:00.000Z/2026-06-25T03:54:00.000Z/PT2M,2026-06-25T03:58:00.000Z/2026-06-25T04:14:00.000Z/PT2M,2026-06-25T04:18:00.000Z/2026-06-25T04:34:00.000Z/PT2M,2026-06-25T04:38:00.000Z/2026-06-25T05:04:00.000Z/PT2M,2026-06-25T05:08:00.000Z/2026-06-25T06:04:00.000Z/PT2M,2026-06-25T06:08:00.000Z/2026-06-25T06:24:00.000Z/PT2M,2026-06-25T06:28:00.000Z/2026-06-25T06:34:00.000Z/PT2M,2026-06-25T06:38:00.000Z/2026-06-25T06:44:00.000Z/PT2M,2026-06-25T06:48:00.000Z/2026-06-25T07:14:00.000Z/PT2M,2026-06-25T07:18:00.000Z/2026-06-25T07:24:00.000Z/PT2M,2026-06-25T07:28:00.000Z/2026-06-25T07:44:00.000Z/PT2M,2026-06-25T07:48:00.000Z/2026-06-25T07:54:00.000Z/PT2M,2026-06-25T07:58:00.000Z/2026-06-25T08:24:00.000Z/PT2M,2026-06-25T08:28:00.000Z/2026-06-25T08:34:00.000Z/PT2M,2026-06-25T08:38:00.000Z/2026-06-25T08:44:00.000Z/PT2M,2026-06-25T08:48:00.000Z/2026-06-25T08:54:00.000Z/PT2M,2026-06-25T08:58:00.000Z/2026-06-25T09:04:00.000Z/PT2M,2026-06-25T09:08:00.000Z/2026-06-25T09:14:00.000Z/PT2M,2026-06-25T09:18:00.000Z/2026-06-25T09:24:00.000Z/PT2M,2026-06-25T09:28:00.000Z/2026-06-25T09:34:00.000Z/PT2M,2026-06-25T09:38:00.000Z/2026-06-25T10:34:00.000Z/PT2M,2026-06-25T10:38:00.000Z/2026-06-25T11:14:00.000Z/PT2M,2026-06-25T11:18:00.000Z/2026-06-25T12:24:00.000Z/PT2M,2026-06-25T12:28:00.000Z/2026-06-25T12:34:00.000Z/PT2M,2026-06-25T12:38:00.000Z/2026-06-25T13:24:00.000Z/PT2M,2026-06-25T13:28:00.000Z/2026-06-25T13:44:00.000Z/PT2M,2026-06-25T13:48:00.000Z/2026-06-25T14:34:00.000Z/PT2M,2026-06-25T14:38:00.000Z/2026-06-25T17:34:00.000Z/PT2M,2026-06-25T17:38:00.000Z/2026-06-25T18:14:00.000Z/PT2M,2026-06-25T18:18:00.000Z/2026-06-25T18:34:00.000Z/PT2M,2026-06-25T18:38:00.000Z/2026-06-25T18:44:00.000Z/PT2M,2026-06-25T18:48:00.000Z/2026-06-25T19:04:00.000Z/PT2M,2026-06-25T19:08:00.000Z/2026-06-25T19:14:00.000Z/PT2M,2026-06-25T19:18:00.000Z/2026-06-25T19:24:00.000Z/PT2M,2026-06-25T19:28:00.000Z/2026-06-25T21:44:00.000Z/PT2M,2026-06-25T21:48:00.000Z/2026-06-25T22:34:00.000Z/PT2M,2026-06-25T22:38:00.000Z/2026-06-26T14:02:00.000Z/PT2M,2026-06-26T14:06:00.000Z/2026-06-26T15:24:00.000Z/PT2M,2026-06-26T15:28:00.000Z/2026-06-26T23:56:00.000Z/PT2M,2026-06-27T00:00:00.000Z/2026-06-27T02:24:00.000Z/PT2M,2026-06-27T02:28:00.000Z/2026-06-27T11:14:00.000Z/PT2M,2026-06-27T11:18:00.000Z/2026-06-28T01:24:00.000Z/PT2M,2026-06-28T01:28:00.000Z/2026-06-28T01:48:00.000Z/PT2M,2026-06-28T01:52:00.000Z/2026-06-28T11:00:00.000Z/PT2M,2026-06-28T11:04:00.000Z/2026-06-28T11:54:00.000Z/PT2M,2026-06-28T11:58:00.000Z/2026-06-29T00:14:00.000Z/PT2M,2026-06-29T00:18:00.000Z/2026-06-29T01:16:00.000Z/PT2M,2026-06-29T15:52:00.000Z/2026-06-29T15:58:00.000Z/PT2M,2026-06-29T16:02:00.000Z/2026-06-30T04:56:00.000Z/PT2M,2026-06-30T05:00:00.000Z/2026-07-01T08:10:00.000Z/PT2M,2026-07-01T08:14:00.000Z/2026-07-01T14:12:00.000Z/PT2M,2026-07-01T14:16:00.000Z/2026-07-02T23:42:00.000Z/PT2M,2026-07-02T23:46:00.000Z/2026-07-03T02:10:00.000Z/PT2M,2026-07-03T13:10:00.000Z/2026-07-03T13:58:00.000Z/PT2M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARIMAX_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARIMAX_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARIMAX_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARIMAX_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARIMAX_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARIMAX_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_QPE_ARI30M_surface</Name>
        <Title>FLASH_QPE_ARI30M @ Ground or water surface</Title>
        <Abstract>FLASH_QPE_ARI30M @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:58:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-19T13:24:00.000Z/PT2M,2026-06-19T13:28:00.000Z/2026-06-19T13:54:00.000Z/PT2M,2026-06-19T13:58:00.000Z/2026-06-19T14:34:00.000Z/PT2M,2026-06-19T14:38:00.000Z/2026-06-19T14:44:00.000Z/PT2M,2026-06-19T14:48:00.000Z/2026-06-19T15:54:00.000Z/PT2M,2026-06-19T15:58:00.000Z/2026-06-19T16:44:00.000Z/PT2M,2026-06-19T16:48:00.000Z/2026-06-19T16:54:00.000Z/PT2M,2026-06-19T16:58:00.000Z/2026-06-19T17:14:00.000Z/PT2M,2026-06-19T17:18:00.000Z/2026-06-19T18:14:00.000Z/PT2M,2026-06-19T18:18:00.000Z/2026-06-19T19:04:00.000Z/PT2M,2026-06-19T19:08:00.000Z/2026-06-19T20:04:00.000Z/PT2M,2026-06-19T20:08:00.000Z/2026-06-19T20:34:00.000Z/PT2M,2026-06-19T20:38:00.000Z/2026-06-19T20:54:00.000Z/PT2M,2026-06-19T20:58:00.000Z/2026-06-19T21:04:00.000Z/PT2M,2026-06-19T21:08:00.000Z/2026-06-19T22:44:00.000Z/PT2M,2026-06-19T22:48:00.000Z/2026-06-19T23:44:00.000Z/PT2M,2026-06-19T23:48:00.000Z/2026-06-20T00:34:00.000Z/PT2M,2026-06-20T00:38:00.000Z/2026-06-20T00:44:00.000Z/PT2M,2026-06-20T00:48:00.000Z/2026-06-20T08:44:00.000Z/PT2M,2026-06-20T08:48:00.000Z/2026-06-20T09:34:00.000Z/PT2M,2026-06-20T09:38:00.000Z/2026-06-20T10:34:00.000Z/PT2M,2026-06-20T10:38:00.000Z/2026-06-20T11:14:00.000Z/PT2M,2026-06-20T11:18:00.000Z/2026-06-20T11:44:00.000Z/PT2M,2026-06-20T11:48:00.000Z/2026-06-20T13:24:00.000Z/PT2M,2026-06-20T13:28:00.000Z/2026-06-20T13:44:00.000Z/PT2M,2026-06-20T13:48:00.000Z/2026-06-20T13:54:00.000Z/PT2M,2026-06-20T13:58:00.000Z/2026-06-20T14:24:00.000Z/PT2M,2026-06-20T14:28:00.000Z/2026-06-20T15:24:00.000Z/PT2M,2026-06-20T15:28:00.000Z/2026-06-20T15:44:00.000Z/PT2M,2026-06-20T15:48:00.000Z/2026-06-20T17:14:00.000Z/PT2M,2026-06-20T17:18:00.000Z/2026-06-20T19:14:00.000Z/PT2M,2026-06-20T19:18:00.000Z/2026-06-20T19:24:00.000Z/PT2M,2026-06-20T19:28:00.000Z/2026-06-20T19:44:00.000Z/PT2M,2026-06-20T19:48:00.000Z/2026-06-20T20:14:00.000Z/PT2M,2026-06-20T20:18:00.000Z/2026-06-20T20:44:00.000Z/PT2M,2026-06-20T20:48:00.000Z/2026-06-21T02:04:00.000Z/PT2M,2026-06-21T02:08:00.000Z/2026-06-21T03:14:00.000Z/PT2M,2026-06-21T03:18:00.000Z/2026-06-21T05:14:00.000Z/PT2M,2026-06-21T05:18:00.000Z/2026-06-21T05:34:00.000Z/PT2M,2026-06-21T05:38:00.000Z/2026-06-21T06:44:00.000Z/PT2M,2026-06-21T06:48:00.000Z/2026-06-21T07:34:00.000Z/PT2M,2026-06-21T07:38:00.000Z/2026-06-21T07:44:00.000Z/PT2M,2026-06-21T07:48:00.000Z/2026-06-21T07:54:00.000Z/PT2M,2026-06-21T07:58:00.000Z/2026-06-21T08:24:00.000Z/PT2M,2026-06-21T08:28:00.000Z/2026-06-21T08:34:00.000Z/PT2M,2026-06-21T08:38:00.000Z/2026-06-21T14:34:00.000Z/PT2M,2026-06-21T14:38:00.000Z/2026-06-21T15:34:00.000Z/PT2M,2026-06-21T15:38:00.000Z/2026-06-21T22:14:00.000Z/PT2M,2026-06-21T22:18:00.000Z/2026-06-21T22:34:00.000Z/PT2M,2026-06-21T22:38:00.000Z/2026-06-22T00:34:00.000Z/PT2M,2026-06-22T00:38:00.000Z/2026-06-22T02:44:00.000Z/PT2M,2026-06-22T02:48:00.000Z/2026-06-22T03:04:00.000Z/PT2M,2026-06-22T03:08:00.000Z/2026-06-22T03:14:00.000Z/PT2M,2026-06-22T03:18:00.000Z/2026-06-22T04:24:00.000Z/PT2M,2026-06-22T04:28:00.000Z/2026-06-22T04:44:00.000Z/PT2M,2026-06-22T04:48:00.000Z/2026-06-22T05:24:00.000Z/PT2M,2026-06-22T05:28:00.000Z/2026-06-22T06:24:00.000Z/PT2M,2026-06-22T06:28:00.000Z/2026-06-22T06:44:00.000Z/PT2M,2026-06-22T06:48:00.000Z/2026-06-22T08:04:00.000Z/PT2M,2026-06-22T08:08:00.000Z/2026-06-22T08:24:00.000Z/PT2M,2026-06-22T08:28:00.000Z/2026-06-22T09:04:00.000Z/PT2M,2026-06-22T09:08:00.000Z/2026-06-22T15:14:00.000Z/PT2M,2026-06-22T15:18:00.000Z/2026-06-22T15:34:00.000Z/PT2M,2026-06-22T15:38:00.000Z/2026-06-22T17:14:00.000Z/PT2M,2026-06-22T17:18:00.000Z/2026-06-22T18:04:00.000Z/PT2M,2026-06-22T18:08:00.000Z/2026-06-22T18:14:00.000Z/PT2M,2026-06-22T18:18:00.000Z/2026-06-22T19:04:00.000Z/PT2M,2026-06-22T19:08:00.000Z/2026-06-22T20:44:00.000Z/PT2M,2026-06-22T20:48:00.000Z/2026-06-22T21:34:00.000Z/PT2M,2026-06-22T21:38:00.000Z/2026-06-22T22:14:00.000Z/PT2M,2026-06-22T22:18:00.000Z/2026-06-22T22:54:00.000Z/PT2M,2026-06-22T22:58:00.000Z/2026-06-23T00:34:00.000Z/PT2M,2026-06-23T00:38:00.000Z/2026-06-23T01:24:00.000Z/PT2M,2026-06-23T01:28:00.000Z/2026-06-23T01:34:00.000Z/PT2M,2026-06-23T01:38:00.000Z/2026-06-23T01:44:00.000Z/PT2M,2026-06-23T01:48:00.000Z/2026-06-23T02:14:00.000Z/PT2M,2026-06-23T02:18:00.000Z/2026-06-23T03:44:00.000Z/PT2M,2026-06-23T03:48:00.000Z/2026-06-23T04:54:00.000Z/PT2M,2026-06-23T04:58:00.000Z/2026-06-23T11:34:00.000Z/PT2M,2026-06-23T11:38:00.000Z,2026-06-23T11:42:00.000Z/2026-06-23T14:04:00.000Z/PT2M,2026-06-23T14:08:00.000Z/2026-06-23T14:14:00.000Z/PT2M,2026-06-23T14:18:00.000Z/2026-06-23T14:34:00.000Z/PT2M,2026-06-23T14:38:00.000Z/2026-06-23T15:04:00.000Z/PT2M,2026-06-23T15:08:00.000Z/2026-06-23T15:24:00.000Z/PT2M,2026-06-23T15:28:00.000Z/2026-06-23T15:34:00.000Z/PT2M,2026-06-23T15:38:00.000Z/2026-06-23T16:34:00.000Z/PT2M,2026-06-23T16:38:00.000Z/2026-06-23T17:34:00.000Z/PT2M,2026-06-23T17:38:00.000Z/2026-06-23T18:14:00.000Z/PT2M,2026-06-23T18:18:00.000Z/2026-06-23T18:54:00.000Z/PT2M,2026-06-23T18:58:00.000Z/2026-06-23T21:14:00.000Z/PT2M,2026-06-23T21:18:00.000Z/2026-06-23T22:24:00.000Z/PT2M,2026-06-23T22:28:00.000Z/2026-06-24T00:10:00.000Z/PT2M,2026-06-24T00:14:00.000Z/2026-06-24T06:34:00.000Z/PT2M,2026-06-24T06:38:00.000Z/2026-06-24T07:04:00.000Z/PT2M,2026-06-24T07:08:00.000Z/2026-06-24T08:24:00.000Z/PT2M,2026-06-24T08:28:00.000Z/2026-06-24T09:04:00.000Z/PT2M,2026-06-24T09:08:00.000Z/2026-06-24T09:44:00.000Z/PT2M,2026-06-24T09:48:00.000Z/2026-06-24T10:04:00.000Z/PT2M,2026-06-24T10:08:00.000Z/2026-06-24T10:24:00.000Z/PT2M,2026-06-24T10:28:00.000Z/2026-06-24T11:04:00.000Z/PT2M,2026-06-24T11:08:00.000Z/2026-06-24T11:24:00.000Z/PT2M,2026-06-24T11:28:00.000Z/2026-06-24T11:34:00.000Z/PT2M,2026-06-24T11:38:00.000Z/2026-06-24T12:24:00.000Z/PT2M,2026-06-24T12:28:00.000Z/2026-06-24T12:44:00.000Z/PT2M,2026-06-24T12:48:00.000Z/2026-06-24T16:54:00.000Z/PT2M,2026-06-24T16:58:00.000Z/2026-06-24T17:14:00.000Z/PT2M,2026-06-24T17:18:00.000Z/2026-06-24T17:24:00.000Z/PT2M,2026-06-24T17:28:00.000Z/2026-06-24T20:34:00.000Z/PT2M,2026-06-24T20:38:00.000Z/2026-06-25T00:44:00.000Z/PT2M,2026-06-25T00:48:00.000Z/2026-06-25T02:14:00.000Z/PT2M,2026-06-25T02:18:00.000Z/2026-06-25T02:24:00.000Z/PT2M,2026-06-25T02:28:00.000Z/2026-06-25T02:54:00.000Z/PT2M,2026-06-25T02:58:00.000Z/2026-06-25T03:14:00.000Z/PT2M,2026-06-25T03:18:00.000Z/2026-06-25T03:24:00.000Z/PT2M,2026-06-25T03:28:00.000Z/2026-06-25T04:14:00.000Z/PT2M,2026-06-25T04:18:00.000Z/2026-06-25T04:24:00.000Z/PT2M,2026-06-25T04:28:00.000Z/2026-06-25T05:24:00.000Z/PT2M,2026-06-25T05:28:00.000Z/2026-06-25T06:04:00.000Z/PT2M,2026-06-25T06:08:00.000Z/2026-06-25T06:34:00.000Z/PT2M,2026-06-25T06:38:00.000Z/2026-06-25T07:24:00.000Z/PT2M,2026-06-25T07:28:00.000Z/2026-06-25T09:44:00.000Z/PT2M,2026-06-25T09:48:00.000Z/2026-06-25T10:34:00.000Z/PT2M,2026-06-25T10:38:00.000Z/2026-06-25T12:14:00.000Z/PT2M,2026-06-25T12:18:00.000Z/2026-06-25T13:24:00.000Z/PT2M,2026-06-25T13:28:00.000Z/2026-06-25T13:44:00.000Z/PT2M,2026-06-25T13:48:00.000Z/2026-06-25T17:34:00.000Z/PT2M,2026-06-25T17:38:00.000Z/2026-06-25T18:14:00.000Z/PT2M,2026-06-25T18:18:00.000Z/2026-06-25T19:24:00.000Z/PT2M,2026-06-25T19:28:00.000Z/2026-06-25T21:44:00.000Z/PT2M,2026-06-25T21:48:00.000Z/2026-06-26T01:34:00.000Z/PT2M,2026-06-26T01:38:00.000Z/2026-06-26T02:14:00.000Z/PT2M,2026-06-26T02:18:00.000Z/2026-06-26T02:24:00.000Z/PT2M,2026-06-26T02:28:00.000Z/2026-06-26T04:24:00.000Z/PT2M,2026-06-26T04:28:00.000Z/2026-06-26T04:34:00.000Z/PT2M,2026-06-26T04:38:00.000Z/2026-06-26T04:44:00.000Z/PT2M,2026-06-26T04:48:00.000Z/2026-06-26T06:04:00.000Z/PT2M,2026-06-26T06:08:00.000Z/2026-06-26T06:14:00.000Z/PT2M,2026-06-26T06:18:00.000Z/2026-06-26T06:24:00.000Z/PT2M,2026-06-26T06:28:00.000Z/2026-06-26T07:04:00.000Z/PT2M,2026-06-26T07:08:00.000Z/2026-06-26T10:54:00.000Z/PT2M,2026-06-26T10:58:00.000Z/2026-06-26T11:14:00.000Z/PT2M,2026-06-26T11:18:00.000Z/2026-06-26T11:44:00.000Z/PT2M,2026-06-26T11:48:00.000Z/2026-06-26T13:04:00.000Z/PT2M,2026-06-26T13:08:00.000Z/2026-06-26T15:04:00.000Z/PT2M,2026-06-26T15:08:00.000Z/2026-06-26T15:14:00.000Z/PT2M,2026-06-26T15:18:00.000Z/2026-06-26T17:34:00.000Z/PT2M,2026-06-26T17:38:00.000Z/2026-06-27T02:14:00.000Z/PT2M,2026-06-27T02:18:00.000Z/2026-06-27T02:54:00.000Z/PT2M,2026-06-27T02:58:00.000Z/2026-06-27T03:24:00.000Z/PT2M,2026-06-27T03:28:00.000Z/2026-06-27T03:54:00.000Z/PT2M,2026-06-27T03:58:00.000Z/2026-06-27T04:54:00.000Z/PT2M,2026-06-27T04:58:00.000Z/2026-06-27T11:14:00.000Z/PT2M,2026-06-27T11:18:00.000Z/2026-06-27T14:44:00.000Z/PT2M,2026-06-27T14:48:00.000Z/2026-06-27T15:24:00.000Z/PT2M,2026-06-27T15:28:00.000Z/2026-06-27T17:04:00.000Z/PT2M,2026-06-27T17:08:00.000Z/2026-06-27T17:24:00.000Z/PT2M,2026-06-27T17:28:00.000Z/2026-06-27T18:54:00.000Z/PT2M,2026-06-27T18:58:00.000Z/2026-06-27T19:24:00.000Z/PT2M,2026-06-27T19:28:00.000Z/2026-06-27T19:34:00.000Z/PT2M,2026-06-27T19:38:00.000Z/2026-06-27T20:14:00.000Z/PT2M,2026-06-27T20:18:00.000Z/2026-06-27T22:34:00.000Z/PT2M,2026-06-27T22:38:00.000Z/2026-06-27T23:34:00.000Z/PT2M,2026-06-27T23:38:00.000Z/2026-06-28T03:14:00.000Z/PT2M,2026-06-28T03:18:00.000Z/2026-06-28T06:14:00.000Z/PT2M,2026-06-28T06:18:00.000Z/2026-06-28T09:04:00.000Z/PT2M,2026-06-28T09:08:00.000Z/2026-06-28T11:24:00.000Z/PT2M,2026-06-28T11:28:00.000Z/2026-06-28T11:54:00.000Z/PT2M,2026-06-28T11:58:00.000Z/2026-06-28T12:44:00.000Z/PT2M,2026-06-28T12:48:00.000Z/2026-06-28T13:14:00.000Z/PT2M,2026-06-28T13:18:00.000Z/2026-06-28T19:34:00.000Z/PT2M,2026-06-28T19:38:00.000Z/2026-06-28T19:54:00.000Z/PT2M,2026-06-28T19:58:00.000Z/2026-06-28T20:14:00.000Z/PT2M,2026-06-28T20:18:00.000Z/2026-06-28T22:54:00.000Z/PT2M,2026-06-28T22:58:00.000Z/2026-06-28T23:04:00.000Z/PT2M,2026-06-28T23:08:00.000Z/2026-06-29T00:04:00.000Z/PT2M,2026-06-29T00:08:00.000Z/2026-06-29T00:14:00.000Z/PT2M,2026-06-29T00:18:00.000Z/2026-06-29T01:16:00.000Z/PT2M,2026-06-29T15:52:00.000Z,2026-06-29T15:54:00.000Z,2026-06-29T15:58:00.000Z/2026-06-29T16:06:00.000Z/PT2M,2026-06-29T16:10:00.000Z/2026-06-29T16:38:00.000Z/PT2M,2026-06-29T16:42:00.000Z,2026-06-29T16:44:00.000Z,2026-06-29T16:48:00.000Z,2026-06-29T16:50:00.000Z,2026-06-29T16:54:00.000Z/2026-06-29T17:14:00.000Z/PT2M,2026-06-29T17:18:00.000Z/2026-06-29T20:54:00.000Z/PT2M,2026-06-29T20:58:00.000Z/2026-06-29T21:14:00.000Z/PT2M,2026-06-29T21:18:00.000Z/2026-06-30T10:14:00.000Z/PT2M,2026-06-30T10:18:00.000Z/2026-06-30T18:34:00.000Z/PT2M,2026-06-30T18:38:00.000Z/2026-07-01T07:24:00.000Z/PT2M,2026-07-01T07:28:00.000Z/2026-07-01T11:34:00.000Z/PT2M,2026-07-01T11:38:00.000Z/2026-07-01T12:24:00.000Z/PT2M,2026-07-01T12:28:00.000Z/2026-07-01T14:14:00.000Z/PT2M,2026-07-01T14:18:00.000Z/2026-07-01T15:24:00.000Z/PT2M,2026-07-01T15:28:00.000Z/2026-07-02T04:44:00.000Z/PT2M,2026-07-02T04:48:00.000Z/2026-07-02T06:34:00.000Z/PT2M,2026-07-02T06:38:00.000Z/2026-07-02T08:44:00.000Z/PT2M,2026-07-02T08:48:00.000Z/2026-07-02T11:24:00.000Z/PT2M,2026-07-02T11:28:00.000Z/2026-07-02T12:54:00.000Z/PT2M,2026-07-02T12:58:00.000Z/2026-07-02T17:44:00.000Z/PT2M,2026-07-02T17:48:00.000Z/2026-07-02T23:44:00.000Z/PT2M,2026-07-02T23:48:00.000Z/2026-07-03T02:10:00.000Z/PT2M,2026-07-03T13:10:00.000Z/2026-07-03T13:58:00.000Z/PT2M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI30M_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI30M_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI30M_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI30M_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI30M_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI30M_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_QPE_ARI12H_surface</Name>
        <Title>FLASH_QPE_ARI12H @ Ground or water surface</Title>
        <Abstract>FLASH_QPE_ARI12H @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:58:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-19T12:24:00.000Z/PT2M,2026-06-19T12:28:00.000Z/2026-06-19T12:54:00.000Z/PT2M,2026-06-19T12:58:00.000Z/2026-06-19T13:04:00.000Z/PT2M,2026-06-19T13:08:00.000Z/2026-06-19T13:34:00.000Z/PT2M,2026-06-19T13:38:00.000Z/2026-06-19T13:54:00.000Z/PT2M,2026-06-19T13:58:00.000Z/2026-06-19T14:54:00.000Z/PT2M,2026-06-19T14:58:00.000Z/2026-06-19T15:24:00.000Z/PT2M,2026-06-19T15:28:00.000Z/2026-06-19T16:04:00.000Z/PT2M,2026-06-19T16:08:00.000Z/2026-06-19T17:24:00.000Z/PT2M,2026-06-19T17:28:00.000Z/2026-06-19T18:24:00.000Z/PT2M,2026-06-19T18:28:00.000Z/2026-06-19T18:34:00.000Z/PT2M,2026-06-19T18:38:00.000Z/2026-06-19T20:34:00.000Z/PT2M,2026-06-19T20:38:00.000Z/2026-06-19T20:44:00.000Z/PT2M,2026-06-19T20:48:00.000Z/2026-06-19T22:54:00.000Z/PT2M,2026-06-19T22:58:00.000Z/2026-06-19T23:34:00.000Z/PT2M,2026-06-19T23:38:00.000Z/2026-06-20T01:24:00.000Z/PT2M,2026-06-20T01:28:00.000Z/2026-06-20T08:04:00.000Z/PT2M,2026-06-20T08:08:00.000Z/2026-06-20T08:44:00.000Z/PT2M,2026-06-20T08:48:00.000Z/2026-06-20T09:04:00.000Z/PT2M,2026-06-20T09:08:00.000Z/2026-06-20T10:14:00.000Z/PT2M,2026-06-20T10:18:00.000Z/2026-06-20T10:44:00.000Z/PT2M,2026-06-20T10:48:00.000Z/2026-06-20T11:04:00.000Z/PT2M,2026-06-20T11:08:00.000Z/2026-06-20T11:24:00.000Z/PT2M,2026-06-20T11:28:00.000Z/2026-06-20T11:54:00.000Z/PT2M,2026-06-20T11:58:00.000Z/2026-06-20T13:44:00.000Z/PT2M,2026-06-20T13:48:00.000Z/2026-06-20T14:04:00.000Z/PT2M,2026-06-20T14:08:00.000Z/2026-06-20T15:04:00.000Z/PT2M,2026-06-20T15:08:00.000Z/2026-06-20T16:24:00.000Z/PT2M,2026-06-20T16:28:00.000Z/2026-06-20T19:04:00.000Z/PT2M,2026-06-20T19:08:00.000Z/2026-06-20T19:44:00.000Z/PT2M,2026-06-20T19:48:00.000Z/2026-06-20T19:54:00.000Z/PT2M,2026-06-20T19:58:00.000Z/2026-06-21T00:34:00.000Z/PT2M,2026-06-21T00:38:00.000Z/2026-06-21T01:24:00.000Z/PT2M,2026-06-21T01:28:00.000Z/2026-06-21T02:14:00.000Z/PT2M,2026-06-21T02:18:00.000Z/2026-06-21T02:24:00.000Z/PT2M,2026-06-21T02:28:00.000Z/2026-06-21T03:04:00.000Z/PT2M,2026-06-21T03:08:00.000Z/2026-06-21T03:24:00.000Z/PT2M,2026-06-21T03:28:00.000Z/2026-06-21T03:34:00.000Z/PT2M,2026-06-21T03:38:00.000Z/2026-06-21T03:44:00.000Z/PT2M,2026-06-21T03:48:00.000Z/2026-06-21T04:34:00.000Z/PT2M,2026-06-21T04:38:00.000Z/2026-06-21T04:54:00.000Z/PT2M,2026-06-21T04:58:00.000Z/2026-06-21T06:14:00.000Z/PT2M,2026-06-21T06:18:00.000Z/2026-06-21T06:24:00.000Z/PT2M,2026-06-21T06:28:00.000Z/2026-06-21T06:54:00.000Z/PT2M,2026-06-21T06:58:00.000Z/2026-06-21T08:14:00.000Z/PT2M,2026-06-21T08:18:00.000Z/2026-06-21T08:44:00.000Z/PT2M,2026-06-21T08:48:00.000Z/2026-06-21T09:04:00.000Z/PT2M,2026-06-21T09:08:00.000Z/2026-06-21T09:14:00.000Z/PT2M,2026-06-21T09:18:00.000Z/2026-06-21T09:44:00.000Z/PT2M,2026-06-21T09:48:00.000Z/2026-06-21T09:54:00.000Z/PT2M,2026-06-21T09:58:00.000Z/2026-06-21T10:54:00.000Z/PT2M,2026-06-21T10:58:00.000Z/2026-06-21T11:04:00.000Z/PT2M,2026-06-21T11:08:00.000Z/2026-06-21T11:14:00.000Z/PT2M,2026-06-21T11:18:00.000Z/2026-06-21T11:24:00.000Z/PT2M,2026-06-21T11:28:00.000Z/2026-06-21T11:34:00.000Z/PT2M,2026-06-21T11:38:00.000Z/2026-06-21T11:54:00.000Z/PT2M,2026-06-21T11:58:00.000Z/2026-06-21T12:34:00.000Z/PT2M,2026-06-21T12:38:00.000Z/2026-06-21T13:04:00.000Z/PT2M,2026-06-21T13:08:00.000Z/2026-06-21T13:34:00.000Z/PT2M,2026-06-21T13:38:00.000Z/2026-06-21T14:44:00.000Z/PT2M,2026-06-21T14:48:00.000Z/2026-06-21T14:54:00.000Z/PT2M,2026-06-21T14:58:00.000Z/2026-06-21T15:44:00.000Z/PT2M,2026-06-21T15:48:00.000Z/2026-06-21T21:54:00.000Z/PT2M,2026-06-21T21:58:00.000Z/2026-06-21T22:44:00.000Z/PT2M,2026-06-21T22:48:00.000Z/2026-06-22T00:04:00.000Z/PT2M,2026-06-22T00:08:00.000Z/2026-06-22T00:44:00.000Z/PT2M,2026-06-22T00:48:00.000Z/2026-06-22T01:14:00.000Z/PT2M,2026-06-22T01:18:00.000Z/2026-06-22T01:44:00.000Z/PT2M,2026-06-22T01:48:00.000Z/2026-06-22T01:54:00.000Z/PT2M,2026-06-22T01:58:00.000Z/2026-06-22T02:04:00.000Z/PT2M,2026-06-22T02:08:00.000Z/2026-06-22T02:34:00.000Z/PT2M,2026-06-22T02:38:00.000Z/2026-06-22T03:54:00.000Z/PT2M,2026-06-22T03:58:00.000Z/2026-06-22T04:14:00.000Z/PT2M,2026-06-22T04:18:00.000Z/2026-06-22T05:34:00.000Z/PT2M,2026-06-22T05:38:00.000Z/2026-06-22T05:44:00.000Z/PT2M,2026-06-22T05:48:00.000Z/2026-06-22T05:54:00.000Z/PT2M,2026-06-22T05:58:00.000Z/2026-06-22T06:04:00.000Z/PT2M,2026-06-22T06:08:00.000Z/2026-06-22T07:34:00.000Z/PT2M,2026-06-22T07:38:00.000Z/2026-06-22T08:14:00.000Z/PT2M,2026-06-22T08:18:00.000Z/2026-06-22T08:44:00.000Z/PT2M,2026-06-22T08:48:00.000Z/2026-06-22T09:44:00.000Z/PT2M,2026-06-22T09:48:00.000Z/2026-06-22T14:34:00.000Z/PT2M,2026-06-22T14:38:00.000Z/2026-06-22T14:44:00.000Z/PT2M,2026-06-22T14:48:00.000Z/2026-06-22T15:24:00.000Z/PT2M,2026-06-22T15:28:00.000Z/2026-06-22T17:34:00.000Z/PT2M,2026-06-22T17:38:00.000Z/2026-06-22T17:44:00.000Z/PT2M,2026-06-22T17:48:00.000Z/2026-06-22T18:34:00.000Z/PT2M,2026-06-22T18:38:00.000Z/2026-06-22T19:54:00.000Z/PT2M,2026-06-22T19:58:00.000Z/2026-06-22T21:24:00.000Z/PT2M,2026-06-22T21:28:00.000Z/2026-06-22T21:44:00.000Z/PT2M,2026-06-22T21:48:00.000Z/2026-06-22T22:04:00.000Z/PT2M,2026-06-22T22:08:00.000Z/2026-06-22T22:54:00.000Z/PT2M,2026-06-22T22:58:00.000Z/2026-06-22T23:04:00.000Z/PT2M,2026-06-22T23:08:00.000Z/2026-06-22T23:14:00.000Z/PT2M,2026-06-22T23:18:00.000Z/2026-06-22T23:24:00.000Z/PT2M,2026-06-22T23:28:00.000Z/2026-06-22T23:34:00.000Z/PT2M,2026-06-22T23:38:00.000Z/2026-06-22T23:44:00.000Z/PT2M,2026-06-22T23:48:00.000Z/2026-06-23T00:54:00.000Z/PT2M,2026-06-23T00:58:00.000Z/2026-06-23T01:24:00.000Z/PT2M,2026-06-23T01:28:00.000Z/2026-06-23T01:44:00.000Z/PT2M,2026-06-23T01:48:00.000Z/2026-06-23T01:54:00.000Z/PT2M,2026-06-23T01:58:00.000Z/2026-06-23T02:34:00.000Z/PT2M,2026-06-23T02:38:00.000Z/2026-06-23T02:44:00.000Z/PT2M,2026-06-23T02:48:00.000Z/2026-06-23T02:54:00.000Z/PT2M,2026-06-23T02:58:00.000Z/2026-06-23T03:04:00.000Z/PT2M,2026-06-23T03:08:00.000Z/2026-06-23T03:14:00.000Z/PT2M,2026-06-23T03:18:00.000Z/2026-06-23T03:44:00.000Z/PT2M,2026-06-23T03:48:00.000Z/2026-06-23T04:04:00.000Z/PT2M,2026-06-23T04:08:00.000Z/2026-06-23T04:14:00.000Z/PT2M,2026-06-23T04:18:00.000Z/2026-06-23T04:24:00.000Z/PT2M,2026-06-23T04:28:00.000Z/2026-06-23T04:34:00.000Z/PT2M,2026-06-23T04:38:00.000Z/2026-06-23T05:04:00.000Z/PT2M,2026-06-23T05:08:00.000Z/2026-06-23T08:32:00.000Z/PT2M,2026-06-23T08:36:00.000Z/2026-06-23T12:14:00.000Z/PT2M,2026-06-23T12:18:00.000Z/2026-06-23T12:24:00.000Z/PT2M,2026-06-23T12:28:00.000Z/2026-06-23T12:34:00.000Z/PT2M,2026-06-23T12:38:00.000Z/2026-06-23T13:14:00.000Z/PT2M,2026-06-23T13:18:00.000Z/2026-06-23T13:24:00.000Z/PT2M,2026-06-23T13:28:00.000Z/2026-06-23T14:24:00.000Z/PT2M,2026-06-23T14:28:00.000Z/2026-06-23T16:44:00.000Z/PT2M,2026-06-23T16:48:00.000Z/2026-06-23T17:24:00.000Z/PT2M,2026-06-23T17:28:00.000Z/2026-06-23T17:44:00.000Z/PT2M,2026-06-23T17:48:00.000Z/2026-06-23T18:04:00.000Z/PT2M,2026-06-23T18:08:00.000Z/2026-06-23T18:44:00.000Z/PT2M,2026-06-23T18:48:00.000Z/2026-06-23T21:04:00.000Z/PT2M,2026-06-23T21:08:00.000Z/2026-06-23T21:34:00.000Z/PT2M,2026-06-23T21:38:00.000Z/2026-06-23T21:44:00.000Z/PT2M,2026-06-23T21:48:00.000Z/2026-06-23T23:14:00.000Z/PT2M,2026-06-23T23:18:00.000Z/2026-06-23T23:44:00.000Z/PT2M,2026-06-23T23:48:00.000Z/2026-06-24T00:10:00.000Z/PT2M,2026-06-24T00:14:00.000Z/2026-06-24T00:24:00.000Z/PT2M,2026-06-24T00:28:00.000Z/2026-06-24T00:54:00.000Z/PT2M,2026-06-24T00:58:00.000Z/2026-06-24T06:44:00.000Z/PT2M,2026-06-24T06:48:00.000Z/2026-06-24T06:54:00.000Z/PT2M,2026-06-24T06:58:00.000Z/2026-06-24T07:14:00.000Z/PT2M,2026-06-24T07:18:00.000Z/2026-06-24T10:04:00.000Z/PT2M,2026-06-24T10:08:00.000Z/2026-06-24T10:44:00.000Z/PT2M,2026-06-24T10:48:00.000Z/2026-06-24T10:54:00.000Z/PT2M,2026-06-24T10:58:00.000Z/2026-06-24T11:54:00.000Z/PT2M,2026-06-24T11:58:00.000Z/2026-06-24T12:34:00.000Z/PT2M,2026-06-24T12:38:00.000Z/2026-06-24T12:54:00.000Z/PT2M,2026-06-24T12:58:00.000Z/2026-06-24T15:14:00.000Z/PT2M,2026-06-24T15:18:00.000Z/2026-06-24T18:04:00.000Z/PT2M,2026-06-24T18:08:00.000Z/2026-06-24T18:14:00.000Z/PT2M,2026-06-24T18:18:00.000Z/2026-06-24T19:04:00.000Z/PT2M,2026-06-24T19:08:00.000Z/2026-06-24T19:44:00.000Z/PT2M,2026-06-24T19:48:00.000Z/2026-06-25T00:54:00.000Z/PT2M,2026-06-25T00:58:00.000Z/2026-06-25T01:54:00.000Z/PT2M,2026-06-25T01:58:00.000Z/2026-06-25T02:04:00.000Z/PT2M,2026-06-25T02:08:00.000Z/2026-06-25T02:44:00.000Z/PT2M,2026-06-25T02:48:00.000Z/2026-06-25T03:54:00.000Z/PT2M,2026-06-25T03:58:00.000Z/2026-06-25T04:04:00.000Z/PT2M,2026-06-25T04:08:00.000Z/2026-06-25T04:44:00.000Z/PT2M,2026-06-25T04:48:00.000Z/2026-06-25T05:14:00.000Z/PT2M,2026-06-25T05:18:00.000Z/2026-06-25T05:44:00.000Z/PT2M,2026-06-25T05:48:00.000Z/2026-06-25T06:14:00.000Z/PT2M,2026-06-25T06:18:00.000Z/2026-06-25T07:34:00.000Z/PT2M,2026-06-25T07:38:00.000Z/2026-06-25T08:04:00.000Z/PT2M,2026-06-25T08:08:00.000Z/2026-06-25T09:04:00.000Z/PT2M,2026-06-25T09:08:00.000Z/2026-06-25T10:04:00.000Z/PT2M,2026-06-25T10:08:00.000Z/2026-06-25T10:44:00.000Z/PT2M,2026-06-25T10:48:00.000Z/2026-06-25T11:24:00.000Z/PT2M,2026-06-25T11:28:00.000Z/2026-06-25T11:34:00.000Z/PT2M,2026-06-25T11:38:00.000Z/2026-06-25T11:44:00.000Z/PT2M,2026-06-25T11:48:00.000Z/2026-06-25T11:54:00.000Z/PT2M,2026-06-25T11:58:00.000Z/2026-06-25T13:54:00.000Z/PT2M,2026-06-25T13:58:00.000Z/2026-06-25T14:24:00.000Z/PT2M,2026-06-25T14:28:00.000Z/2026-06-25T14:34:00.000Z/PT2M,2026-06-25T14:38:00.000Z/2026-06-25T16:54:00.000Z/PT2M,2026-06-25T16:58:00.000Z/2026-06-25T17:04:00.000Z/PT2M,2026-06-25T17:08:00.000Z/2026-06-25T17:14:00.000Z/PT2M,2026-06-25T17:18:00.000Z/2026-06-25T18:34:00.000Z/PT2M,2026-06-25T18:38:00.000Z/2026-06-25T18:44:00.000Z/PT2M,2026-06-25T18:48:00.000Z/2026-06-25T20:54:00.000Z/PT2M,2026-06-25T20:58:00.000Z/2026-06-26T01:54:00.000Z/PT2M,2026-06-26T01:58:00.000Z/2026-06-26T04:04:00.000Z/PT2M,2026-06-26T04:08:00.000Z/2026-06-26T04:38:00.000Z/PT2M,2026-06-26T04:42:00.000Z/2026-06-26T08:04:00.000Z/PT2M,2026-06-26T08:08:00.000Z/2026-06-26T08:44:00.000Z/PT2M,2026-06-26T08:48:00.000Z/2026-06-26T09:34:00.000Z/PT2M,2026-06-26T09:38:00.000Z/2026-06-26T20:54:00.000Z/PT2M,2026-06-26T20:58:00.000Z/2026-06-26T22:04:00.000Z/PT2M,2026-06-26T22:08:00.000Z/2026-06-27T01:14:00.000Z/PT2M,2026-06-27T01:18:00.000Z/2026-06-27T03:34:00.000Z/PT2M,2026-06-27T03:38:00.000Z/2026-06-27T03:54:00.000Z/PT2M,2026-06-27T03:58:00.000Z/2026-06-27T07:04:00.000Z/PT2M,2026-06-27T07:08:00.000Z/2026-06-27T11:24:00.000Z/PT2M,2026-06-27T11:28:00.000Z/2026-06-28T05:44:00.000Z/PT2M,2026-06-28T05:48:00.000Z/2026-06-28T07:24:00.000Z/PT2M,2026-06-28T07:28:00.000Z/2026-06-28T08:34:00.000Z/PT2M,2026-06-28T08:38:00.000Z/2026-06-28T09:04:00.000Z/PT2M,2026-06-28T09:08:00.000Z/2026-06-28T11:54:00.000Z/PT2M,2026-06-28T11:58:00.000Z/2026-06-29T00:14:00.000Z/PT2M,2026-06-29T00:18:00.000Z/2026-06-29T01:16:00.000Z/PT2M,2026-06-29T15:52:00.000Z/2026-06-29T16:04:00.000Z/PT2M,2026-06-29T16:08:00.000Z/2026-06-29T17:34:00.000Z/PT2M,2026-06-29T17:38:00.000Z/2026-06-30T03:24:00.000Z/PT2M,2026-06-30T03:28:00.000Z/2026-06-30T10:14:00.000Z/PT2M,2026-06-30T10:18:00.000Z/2026-07-01T05:04:00.000Z/PT2M,2026-07-01T05:08:00.000Z/2026-07-01T08:42:00.000Z/PT2M,2026-07-01T08:46:00.000Z/2026-07-01T14:58:00.000Z/PT2M,2026-07-01T15:02:00.000Z/2026-07-01T17:58:00.000Z/PT2M,2026-07-01T18:02:00.000Z/2026-07-01T19:48:00.000Z/PT2M,2026-07-01T19:52:00.000Z/2026-07-02T01:14:00.000Z/PT2M,2026-07-02T01:18:00.000Z/2026-07-02T13:34:00.000Z/PT2M,2026-07-02T13:38:00.000Z/2026-07-03T02:10:00.000Z/PT2M,2026-07-03T13:10:00.000Z/2026-07-03T13:58:00.000Z/PT2M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI12H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI12H_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI12H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI12H_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_QPE_ARI12H_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_QPE_ARI12H_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_CREST_MAXUNITSTREAMFLOW_surface</Name>
        <Title>FLASH_CREST_MAXUNITSTREAMFLOW @ Ground or water surface</Title>
        <Abstract>FLASH_CREST_MAXUNITSTREAMFLOW @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:50:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-29T01:20:00.000Z/PT10M,2026-06-29T16:00:00.000Z/2026-06-29T17:10:00.000Z/PT10M,2026-06-29T17:30:00.000Z/2026-07-03T02:10:00.000Z/PT10M,2026-07-03T13:20:00.000Z/2026-07-03T13:50:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_CREST_MAXUNITSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_CREST_MAXUNITSTREAMFLOW_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_CREST_MAXUNITSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_CREST_MAXUNITSTREAMFLOW_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_CREST_MAXUNITSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_CREST_MAXUNITSTREAMFLOW_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLASH_CREST_MAXSTREAMFLOW_surface</Name>
        <Title>FLASH_CREST_MAXSTREAMFLOW @ Ground or water surface</Title>
        <Abstract>FLASH_CREST_MAXSTREAMFLOW @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-175.99999511773694</westBoundLongitude>
            <eastBoundLongitude>-125.99998962347402</eastBoundLongitude>
            <southBoundLatitude>50.00000488329823</southBoundLatitude>
            <northBoundLatitude>72.0000027460963</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-175.99999511773694" maxx="-125.99998962347402" miny="50.00000488329823" maxy="72.0000027460963"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-07-03T13:50:00.000Z">
            2026-06-19T12:00:00.000Z/2026-06-29T01:20:00.000Z/PT10M,2026-06-29T16:00:00.000Z/2026-06-29T17:10:00.000Z/PT10M,2026-06-29T17:30:00.000Z/2026-07-03T02:10:00.000Z/PT10M,2026-07-03T13:20:00.000Z/2026-07-03T13:50:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_CREST_MAXSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_CREST_MAXSTREAMFLOW_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_CREST_MAXSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_CREST_MAXSTREAMFLOW_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLASH_CREST_MAXSTREAMFLOW_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/MRMS/ALASKA/FLASH/TP?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLASH_CREST_MAXSTREAMFLOW_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
