<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-04-18T01:55:24.817-06: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>GIS ClimateChange TDS Service</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="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson></ContactPerson>
                <ContactOrganization></ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress></ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>2048</MaxWidth>
        <MaxHeight>2048</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z"/>
                        </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="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z"/>
                        </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="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z"/>
                        </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>GIS ClimateChange TDS Service</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>Statistially downscaled climate data</Title>
    <Layer queryable="1">
        <Name>tas</Name>
        <Title>Near-Surface Air Temperature</Title>
        <Abstract>Near-Surface Air Temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.02083333333698</westBoundLongitude>
            <eastBoundLongitude>-66.47916198333701</eastBoundLongitude>
            <southBoundLatitude>24.06249999999968</southBoundLatitude>
            <northBoundLatitude>49.93750206999968</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.02083333333698" maxx="-66.47916198333701" miny="24.06249999999968" maxy="49.93750206999968"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-04-05T00:00:00.000Z">
            2006-02-10T00:00:00.000Z,2006-03-10T00:00:00.000Z,2006-04-10T00:00:00.000Z,2006-05-10T00:00:00.000Z,2006-06-10T00:00:00.000Z,2006-07-10T00:00:00.000Z/2006-09-10T00:00:00.000Z/P31D,2006-10-10T00:00:00.000Z,2006-11-10T00:00:00.000Z,2006-12-10T00:00:00.000Z/2007-02-10T00:00:00.000Z/P31D,2007-03-10T00:00:00.000Z,2007-04-10T00:00:00.000Z,2007-05-10T00:00:00.000Z,2007-06-10T00:00:00.000Z,2007-07-10T00:00:00.000Z/2007-09-10T00:00:00.000Z/P31D,2007-10-10T00:00:00.000Z,2007-11-10T00:00:00.000Z,2007-12-10T00:00:00.000Z/2008-02-10T00:00:00.000Z/P31D,2008-03-09T00:00:00.000Z,2008-04-09T00:00:00.000Z,2008-05-09T00:00:00.000Z,2008-06-09T00:00:00.000Z,2008-07-09T00:00:00.000Z/2008-09-09T00:00:00.000Z/P31D,2008-10-09T00:00:00.000Z,2008-11-09T00:00:00.000Z,2008-12-09T00:00:00.000Z/2009-02-09T00:00:00.000Z/P31D,2009-03-09T00:00:00.000Z,2009-04-09T00:00:00.000Z,2009-05-09T00:00:00.000Z,2009-06-09T00:00:00.000Z,2009-07-09T00:00:00.000Z/2009-09-09T00:00:00.000Z/P31D,2009-10-09T00:00:00.000Z,2009-11-09T00:00:00.000Z,2009-12-09T00:00:00.000Z/2010-02-09T00:00:00.000Z/P31D,2010-03-09T00:00:00.000Z,2010-04-09T00:00:00.000Z,2010-05-09T00:00:00.000Z,2010-06-09T00:00:00.000Z,2010-07-09T00:00:00.000Z/2010-09-09T00:00:00.000Z/P31D,2010-10-09T00:00:00.000Z,2010-11-09T00:00:00.000Z,2010-12-09T00:00:00.000Z/2011-02-09T00:00:00.000Z/P31D,2011-03-09T00:00:00.000Z,2011-04-09T00:00:00.000Z,2011-05-09T00:00:00.000Z,2011-06-09T00:00:00.000Z,2011-07-09T00:00:00.000Z/2011-09-09T00:00:00.000Z/P31D,2011-10-09T00:00:00.000Z,2011-11-09T00:00:00.000Z,2011-12-09T00:00:00.000Z/2012-02-09T00:00:00.000Z/P31D,2012-03-08T00:00:00.000Z,2012-04-08T00:00:00.000Z,2012-05-08T00:00:00.000Z,2012-06-08T00:00:00.000Z,2012-07-08T00:00:00.000Z/2012-09-08T00:00:00.000Z/P31D,2012-10-08T00:00:00.000Z,2012-11-08T00:00:00.000Z,2012-12-08T00:00:00.000Z/2013-02-08T00:00:00.000Z/P31D,2013-03-08T00:00:00.000Z,2013-04-08T00:00:00.000Z,2013-05-08T00:00:00.000Z,2013-06-08T00:00:00.000Z,2013-07-08T00:00:00.000Z/2013-09-08T00:00:00.000Z/P31D,2013-10-08T00:00:00.000Z,2013-11-08T00:00:00.000Z,2013-12-08T00:00:00.000Z/2014-02-08T00:00:00.000Z/P31D,2014-03-08T00:00:00.000Z,2014-04-08T00:00:00.000Z,2014-05-08T00:00:00.000Z,2014-06-08T00:00:00.000Z,2014-07-08T00:00:00.000Z/2014-09-08T00:00:00.000Z/P31D,2014-10-08T00:00:00.000Z,2014-11-08T00:00:00.000Z,2014-12-08T00:00:00.000Z/2015-02-08T00:00:00.000Z/P31D,2015-03-08T00:00:00.000Z,2015-04-08T00:00:00.000Z,2015-05-08T00:00:00.000Z,2015-06-08T00:00:00.000Z,2015-07-08T00:00:00.000Z/2015-09-08T00:00:00.000Z/P31D,2015-10-08T00:00:00.000Z,2015-11-08T00:00:00.000Z,2015-12-08T00:00:00.000Z/2016-02-08T00:00:00.000Z/P31D,2016-03-07T00:00:00.000Z,2016-04-07T00:00:00.000Z,2016-05-07T00:00:00.000Z,2016-06-07T00:00:00.000Z,2016-07-07T00:00:00.000Z/2016-09-07T00:00:00.000Z/P31D,2016-10-07T00:00:00.000Z,2016-11-07T00:00:00.000Z,2016-12-07T00:00:00.000Z/2017-02-07T00:00:00.000Z/P31D,2017-03-07T00:00:00.000Z,2017-04-07T00:00:00.000Z,2017-05-07T00:00:00.000Z,2017-06-07T00:00:00.000Z,2017-07-07T00:00:00.000Z/2017-09-07T00:00:00.000Z/P31D,2017-10-07T00:00:00.000Z,2017-11-07T00:00:00.000Z,2017-12-07T00:00:00.000Z/2018-02-07T00:00:00.000Z/P31D,2018-03-07T00:00:00.000Z,2018-04-07T00:00:00.000Z,2018-05-07T00:00:00.000Z,2018-06-07T00:00:00.000Z,2018-07-07T00:00:00.000Z/2018-09-07T00:00:00.000Z/P31D,2018-10-07T00:00:00.000Z,2018-11-07T00:00:00.000Z,2018-12-07T00:00:00.000Z/2019-02-07T00:00:00.000Z/P31D,2019-03-07T00:00:00.000Z,2019-04-07T00:00:00.000Z,2019-05-07T00:00:00.000Z,2019-06-07T00:00:00.000Z,2019-07-07T00:00:00.000Z/2019-09-07T00:00:00.000Z/P31D,2019-10-07T00:00:00.000Z,2019-11-07T00:00:00.000Z,2019-12-07T00:00:00.000Z/2020-02-07T00:00:00.000Z/P31D,2020-03-06T00:00:00.000Z,2020-04-06T00:00:00.000Z,2020-05-06T00:00:00.000Z,2020-06-06T00:00:00.000Z,2020-07-06T00:00:00.000Z/2020-09-06T00:00:00.000Z/P31D,2020-10-06T00:00:00.000Z,2020-11-06T00:00:00.000Z,2020-12-06T00:00:00.000Z/2021-02-06T00:00:00.000Z/P31D,2021-03-06T00:00:00.000Z,2021-04-06T00:00:00.000Z,2021-05-06T00:00:00.000Z,2021-06-06T00:00:00.000Z,2021-07-06T00:00:00.000Z/2021-09-06T00:00:00.000Z/P31D,2021-10-06T00:00:00.000Z,2021-11-06T00:00:00.000Z,2021-12-06T00:00:00.000Z/2022-02-06T00:00:00.000Z/P31D,2022-03-06T00:00:00.000Z,2022-04-06T00:00:00.000Z,2022-05-06T00:00:00.000Z,2022-06-06T00:00:00.000Z,2022-07-06T00:00:00.000Z/2022-09-06T00:00:00.000Z/P31D,2022-10-06T00:00:00.000Z,2022-11-06T00:00:00.000Z,2022-12-06T00:00:00.000Z/2023-02-06T00:00:00.000Z/P31D,2023-03-06T00:00:00.000Z,2023-04-06T00:00:00.000Z,2023-05-06T00:00:00.000Z,2023-06-06T00:00:00.000Z,2023-07-06T00:00:00.000Z/2023-09-06T00:00:00.000Z/P31D,2023-10-06T00:00:00.000Z,2023-11-06T00:00:00.000Z,2023-12-06T00:00:00.000Z/2024-02-06T00:00:00.000Z/P31D,2024-03-05T00:00:00.000Z,2024-04-05T00:00:00.000Z,2024-05-05T00:00:00.000Z,2024-06-05T00:00:00.000Z,2024-07-05T00:00:00.000Z/2024-09-05T00:00:00.000Z/P31D,2024-10-05T00:00:00.000Z,2024-11-05T00:00:00.000Z,2024-12-05T00:00:00.000Z/2025-02-05T00:00:00.000Z/P31D,2025-03-05T00:00:00.000Z,2025-04-05T00:00:00.000Z,2025-05-05T00:00:00.000Z,2025-06-05T00:00:00.000Z,2025-07-05T00:00:00.000Z/2025-09-05T00:00:00.000Z/P31D,2025-10-05T00:00:00.000Z,2025-11-05T00:00:00.000Z,2025-12-05T00:00:00.000Z/2026-02-05T00:00:00.000Z/P31D,2026-03-05T00:00:00.000Z,2026-04-05T00:00:00.000Z,2026-05-05T00:00:00.000Z,2026-06-05T00:00:00.000Z,2026-07-05T00:00:00.000Z/2026-09-05T00:00:00.000Z/P31D,2026-10-05T00:00:00.000Z,2026-11-05T00:00:00.000Z,2026-12-05T00:00:00.000Z/2027-02-05T00:00:00.000Z/P31D,2027-03-05T00:00:00.000Z,2027-04-05T00:00:00.000Z,2027-05-05T00:00:00.000Z,2027-06-05T00:00:00.000Z,2027-07-05T00:00:00.000Z/2027-09-05T00:00:00.000Z/P31D,2027-10-05T00:00:00.000Z,2027-11-05T00:00:00.000Z,2027-12-05T00:00:00.000Z/2028-02-05T00:00:00.000Z/P31D,2028-03-04T00:00:00.000Z,2028-04-04T00:00:00.000Z,2028-05-04T00:00:00.000Z,2028-06-04T00:00:00.000Z,2028-07-04T00:00:00.000Z/2028-09-04T00:00:00.000Z/P31D,2028-10-04T00:00:00.000Z,2028-11-04T00:00:00.000Z,2028-12-04T00:00:00.000Z/2029-02-04T00:00:00.000Z/P31D,2029-03-04T00:00:00.000Z,2029-04-04T00:00:00.000Z,2029-05-04T00:00:00.000Z,2029-06-04T00:00:00.000Z,2029-07-04T00:00:00.000Z/2029-09-04T00:00:00.000Z/P31D,2029-10-04T00:00:00.000Z,2029-11-04T00:00:00.000Z,2029-12-04T00:00:00.000Z/2030-02-04T00:00:00.000Z/P31D,2030-03-04T00:00:00.000Z,2030-04-04T00:00:00.000Z,2030-05-04T00:00:00.000Z,2030-06-04T00:00:00.000Z,2030-07-04T00:00:00.000Z/2030-09-04T00:00:00.000Z/P31D,2030-10-04T00:00:00.000Z,2030-11-04T00:00:00.000Z,2030-12-04T00:00:00.000Z/2031-02-04T00:00:00.000Z/P31D,2031-03-04T00:00:00.000Z,2031-04-04T00:00:00.000Z,2031-05-04T00:00:00.000Z,2031-06-04T00:00:00.000Z,2031-07-04T00:00:00.000Z/2031-09-04T00:00:00.000Z/P31D,2031-10-04T00:00:00.000Z,2031-11-04T00:00:00.000Z,2031-12-04T00:00:00.000Z/2032-02-04T00:00:00.000Z/P31D,2032-03-03T00:00:00.000Z,2032-04-03T00:00:00.000Z,2032-05-03T00:00:00.000Z,2032-06-03T00:00:00.000Z,2032-07-03T00:00:00.000Z/2032-09-03T00:00:00.000Z/P31D,2032-10-03T00:00:00.000Z,2032-11-03T00:00:00.000Z,2032-12-03T00:00:00.000Z/2033-02-03T00:00:00.000Z/P31D,2033-03-03T00:00:00.000Z,2033-04-03T00:00:00.000Z,2033-05-03T00:00:00.000Z,2033-06-03T00:00:00.000Z,2033-07-03T00:00:00.000Z/2033-09-03T00:00:00.000Z/P31D,2033-10-03T00:00:00.000Z,2033-11-03T00:00:00.000Z,2033-12-03T00:00:00.000Z/2034-02-03T00:00:00.000Z/P31D,2034-03-03T00:00:00.000Z,2034-04-03T00:00:00.000Z,2034-05-03T00:00:00.000Z,2034-06-03T00:00:00.000Z,2034-07-03T00:00:00.000Z/2034-09-03T00:00:00.000Z/P31D,2034-10-03T00:00:00.000Z,2034-11-03T00:00:00.000Z,2034-12-03T00:00:00.000Z/2035-02-03T00:00:00.000Z/P31D,2035-03-03T00:00:00.000Z,2035-04-03T00:00:00.000Z,2035-05-03T00:00:00.000Z,2035-06-03T00:00:00.000Z,2035-07-03T00:00:00.000Z/2035-09-03T00:00:00.000Z/P31D,2035-10-03T00:00:00.000Z,2035-11-03T00:00:00.000Z,2035-12-03T00:00:00.000Z/2036-02-03T00:00:00.000Z/P31D,2036-03-02T00:00:00.000Z,2036-04-02T00:00:00.000Z,2036-05-02T00:00:00.000Z,2036-06-02T00:00:00.000Z,2036-07-02T00:00:00.000Z/2036-09-02T00:00:00.000Z/P31D,2036-10-02T00:00:00.000Z,2036-11-02T00:00:00.000Z,2036-12-02T00:00:00.000Z/2037-02-02T00:00:00.000Z/P31D,2037-03-02T00:00:00.000Z,2037-04-02T00:00:00.000Z,2037-05-02T00:00:00.000Z,2037-06-02T00:00:00.000Z,2037-07-02T00:00:00.000Z/2037-09-02T00:00:00.000Z/P31D,2037-10-02T00:00:00.000Z,2037-11-02T00:00:00.000Z,2037-12-02T00:00:00.000Z/2038-02-02T00:00:00.000Z/P31D,2038-03-02T00:00:00.000Z,2038-04-02T00:00:00.000Z,2038-05-02T00:00:00.000Z,2038-06-02T00:00:00.000Z,2038-07-02T00:00:00.000Z/2038-09-02T00:00:00.000Z/P31D,2038-10-02T00:00:00.000Z,2038-11-02T00:00:00.000Z,2038-12-02T00:00:00.000Z/2039-02-02T00:00:00.000Z/P31D,2039-03-02T00:00:00.000Z,2039-04-02T00:00:00.000Z,2039-05-02T00:00:00.000Z,2039-06-02T00:00:00.000Z,2039-07-02T00:00:00.000Z/2039-09-02T00:00:00.000Z/P31D,2039-10-02T00:00:00.000Z,2039-11-02T00:00:00.000Z,2039-12-02T00:00:00.000Z/2040-02-02T00:00:00.000Z/P31D,2040-03-01T00:00:00.000Z,2040-04-01T00:00:00.000Z,2040-05-01T00:00:00.000Z,2040-06-01T00:00:00.000Z,2040-07-01T00:00:00.000Z/2040-09-01T00:00:00.000Z/P31D,2040-10-01T00:00:00.000Z,2040-11-01T00:00:00.000Z,2040-12-01T00:00:00.000Z/2041-02-01T00:00:00.000Z/P31D,2041-03-01T00:00:00.000Z,2041-04-01T00:00:00.000Z,2041-05-01T00:00:00.000Z,2041-06-01T00:00:00.000Z,2041-07-01T00:00:00.000Z/2041-09-01T00:00:00.000Z/P31D,2041-10-01T00:00:00.000Z,2041-11-01T00:00:00.000Z,2041-12-01T00:00:00.000Z/2042-02-01T00:00:00.000Z/P31D,2042-03-01T00:00:00.000Z,2042-04-01T00:00:00.000Z,2042-05-01T00:00:00.000Z,2042-06-01T00:00:00.000Z,2042-07-01T00:00:00.000Z/2042-09-01T00:00:00.000Z/P31D,2042-10-01T00:00:00.000Z,2042-11-01T00:00:00.000Z,2042-12-01T00:00:00.000Z/2043-02-01T00:00:00.000Z/P31D,2043-03-01T00:00:00.000Z,2043-04-01T00:00:00.000Z,2043-05-01T00:00:00.000Z,2043-06-01T00:00:00.000Z,2043-07-01T00:00:00.000Z/2043-09-01T00:00:00.000Z/P31D,2043-10-01T00:00:00.000Z,2043-11-01T00:00:00.000Z,2043-12-01T00:00:00.000Z/2044-02-01T00:00:00.000Z/P31D,2044-02-29T00:00:00.000Z,2044-03-31T00:00:00.000Z,2044-04-30T00:00:00.000Z,2044-05-31T00:00:00.000Z,2044-06-30T00:00:00.000Z/2044-08-31T00:00:00.000Z/P31D,2044-09-30T00:00:00.000Z,2044-10-31T00:00:00.000Z,2044-11-30T00:00:00.000Z/2045-01-31T00:00:00.000Z/P31D,2045-02-28T00:00:00.000Z,2045-03-31T00:00:00.000Z,2045-04-30T00:00:00.000Z,2045-05-31T00:00:00.000Z,2045-06-30T00:00:00.000Z/2045-08-31T00:00:00.000Z/P31D,2045-09-30T00:00:00.000Z,2045-10-31T00:00:00.000Z,2045-11-30T00:00:00.000Z/2046-01-31T00:00:00.000Z/P31D,2046-02-28T00:00:00.000Z,2046-03-31T00:00:00.000Z,2046-04-30T00:00:00.000Z,2046-05-31T00:00:00.000Z,2046-06-30T00:00:00.000Z/2046-08-31T00:00:00.000Z/P31D,2046-09-30T00:00:00.000Z,2046-10-31T00:00:00.000Z,2046-11-30T00:00:00.000Z/2047-01-31T00:00:00.000Z/P31D,2047-02-28T00:00:00.000Z,2047-03-31T00:00:00.000Z,2047-04-30T00:00:00.000Z,2047-05-31T00:00:00.000Z,2047-06-30T00:00:00.000Z/2047-08-31T00:00:00.000Z/P31D,2047-09-30T00:00:00.000Z,2047-10-31T00:00:00.000Z,2047-11-30T00:00:00.000Z/2048-01-31T00:00:00.000Z/P31D,2048-02-28T00:00:00.000Z,2048-03-30T00:00:00.000Z,2048-04-29T00:00:00.000Z,2048-05-30T00:00:00.000Z,2048-06-29T00:00:00.000Z/2048-08-30T00:00:00.000Z/P31D,2048-09-29T00:00:00.000Z,2048-10-30T00:00:00.000Z,2048-11-29T00:00:00.000Z/2049-01-30T00:00:00.000Z/P31D,2049-02-27T00:00:00.000Z,2049-03-30T00:00:00.000Z,2049-04-29T00:00:00.000Z,2049-05-30T00:00:00.000Z,2049-06-29T00:00:00.000Z/2049-08-30T00:00:00.000Z/P31D,2049-09-29T00:00:00.000Z,2049-10-30T00:00:00.000Z,2049-11-29T00:00:00.000Z/2050-01-30T00:00:00.000Z/P31D,2050-02-27T00:00:00.000Z,2050-03-30T00:00:00.000Z,2050-04-29T00:00:00.000Z,2050-05-30T00:00:00.000Z,2050-06-29T00:00:00.000Z/2050-08-30T00:00:00.000Z/P31D,2050-09-29T00:00:00.000Z,2050-10-30T00:00:00.000Z,2050-11-29T00:00:00.000Z/2051-01-30T00:00:00.000Z/P31D,2051-02-27T00:00:00.000Z,2051-03-30T00:00:00.000Z,2051-04-29T00:00:00.000Z,2051-05-30T00:00:00.000Z,2051-06-29T00:00:00.000Z/2051-08-30T00:00:00.000Z/P31D,2051-09-29T00:00:00.000Z,2051-10-30T00:00:00.000Z,2051-11-29T00:00:00.000Z/2052-01-30T00:00:00.000Z/P31D,2052-02-27T00:00:00.000Z,2052-03-29T00:00:00.000Z,2052-04-28T00:00:00.000Z,2052-05-29T00:00:00.000Z,2052-06-28T00:00:00.000Z/2052-08-29T00:00:00.000Z/P31D,2052-09-28T00:00:00.000Z,2052-10-29T00:00:00.000Z,2052-11-28T00:00:00.000Z/2053-01-29T00:00:00.000Z/P31D,2053-02-26T00:00:00.000Z,2053-03-29T00:00:00.000Z,2053-04-28T00:00:00.000Z,2053-05-29T00:00:00.000Z,2053-06-28T00:00:00.000Z/2053-08-29T00:00:00.000Z/P31D,2053-09-28T00:00:00.000Z,2053-10-29T00:00:00.000Z,2053-11-28T00:00:00.000Z/2054-01-29T00:00:00.000Z/P31D,2054-02-26T00:00:00.000Z,2054-03-29T00:00:00.000Z,2054-04-28T00:00:00.000Z,2054-05-29T00:00:00.000Z,2054-06-28T00:00:00.000Z/2054-08-29T00:00:00.000Z/P31D,2054-09-28T00:00:00.000Z,2054-10-29T00:00:00.000Z,2054-11-28T00:00:00.000Z/2055-01-29T00:00:00.000Z/P31D,2055-02-26T00:00:00.000Z,2055-03-29T00:00:00.000Z,2055-04-28T00:00:00.000Z,2055-05-29T00:00:00.000Z,2055-06-28T00:00:00.000Z/2055-08-29T00:00:00.000Z/P31D,2055-09-28T00:00:00.000Z,2055-10-29T00:00:00.000Z,2055-11-28T00:00:00.000Z/2056-01-29T00:00:00.000Z/P31D,2056-02-26T00:00:00.000Z,2056-03-28T00:00:00.000Z,2056-04-27T00:00:00.000Z,2056-05-28T00:00:00.000Z,2056-06-27T00:00:00.000Z/2056-08-28T00:00:00.000Z/P31D,2056-09-27T00:00:00.000Z,2056-10-28T00:00:00.000Z,2056-11-27T00:00:00.000Z/2057-01-28T00:00:00.000Z/P31D,2057-02-25T00:00:00.000Z,2057-03-28T00:00:00.000Z,2057-04-27T00:00:00.000Z,2057-05-28T00:00:00.000Z,2057-06-27T00:00:00.000Z/2057-08-28T00:00:00.000Z/P31D,2057-09-27T00:00:00.000Z,2057-10-28T00:00:00.000Z,2057-11-27T00:00:00.000Z/2058-01-28T00:00:00.000Z/P31D,2058-02-25T00:00:00.000Z,2058-03-28T00:00:00.000Z,2058-04-27T00:00:00.000Z,2058-05-28T00:00:00.000Z,2058-06-27T00:00:00.000Z/2058-08-28T00:00:00.000Z/P31D,2058-09-27T00:00:00.000Z,2058-10-28T00:00:00.000Z,2058-11-27T00:00:00.000Z/2059-01-28T00:00:00.000Z/P31D,2059-02-25T00:00:00.000Z,2059-03-28T00:00:00.000Z,2059-04-27T00:00:00.000Z,2059-05-28T00:00:00.000Z,2059-06-27T00:00:00.000Z/2059-08-28T00:00:00.000Z/P31D,2059-09-27T00:00:00.000Z,2059-10-28T00:00:00.000Z,2059-11-27T00:00:00.000Z/2060-01-28T00:00:00.000Z/P31D,2060-02-25T00:00:00.000Z,2060-03-27T00:00:00.000Z,2060-04-26T00:00:00.000Z,2060-05-27T00:00:00.000Z,2060-06-26T00:00:00.000Z/2060-08-27T00:00:00.000Z/P31D,2060-09-26T00:00:00.000Z,2060-10-27T00:00:00.000Z,2060-11-26T00:00:00.000Z/2061-01-27T00:00:00.000Z/P31D,2061-02-24T00:00:00.000Z,2061-03-27T00:00:00.000Z,2061-04-26T00:00:00.000Z,2061-05-27T00:00:00.000Z,2061-06-26T00:00:00.000Z/2061-08-27T00:00:00.000Z/P31D,2061-09-26T00:00:00.000Z,2061-10-27T00:00:00.000Z,2061-11-26T00:00:00.000Z/2062-01-27T00:00:00.000Z/P31D,2062-02-24T00:00:00.000Z,2062-03-27T00:00:00.000Z,2062-04-26T00:00:00.000Z,2062-05-27T00:00:00.000Z,2062-06-26T00:00:00.000Z/2062-08-27T00:00:00.000Z/P31D,2062-09-26T00:00:00.000Z,2062-10-27T00:00:00.000Z,2062-11-26T00:00:00.000Z/2063-01-27T00:00:00.000Z/P31D,2063-02-24T00:00:00.000Z,2063-03-27T00:00:00.000Z,2063-04-26T00:00:00.000Z,2063-05-27T00:00:00.000Z,2063-06-26T00:00:00.000Z/2063-08-27T00:00:00.000Z/P31D,2063-09-26T00:00:00.000Z,2063-10-27T00:00:00.000Z,2063-11-26T00:00:00.000Z/2064-01-27T00:00:00.000Z/P31D,2064-02-24T00:00:00.000Z,2064-03-26T00:00:00.000Z,2064-04-25T00:00:00.000Z,2064-05-26T00:00:00.000Z,2064-06-25T00:00:00.000Z/2064-08-26T00:00:00.000Z/P31D,2064-09-25T00:00:00.000Z,2064-10-26T00:00:00.000Z,2064-11-25T00:00:00.000Z/2065-01-26T00:00:00.000Z/P31D,2065-02-23T00:00:00.000Z,2065-03-26T00:00:00.000Z,2065-04-25T00:00:00.000Z,2065-05-26T00:00:00.000Z,2065-06-25T00:00:00.000Z/2065-08-26T00:00:00.000Z/P31D,2065-09-25T00:00:00.000Z,2065-10-26T00:00:00.000Z,2065-11-25T00:00:00.000Z/2066-01-26T00:00:00.000Z/P31D,2066-02-23T00:00:00.000Z,2066-03-26T00:00:00.000Z,2066-04-25T00:00:00.000Z,2066-05-26T00:00:00.000Z,2066-06-25T00:00:00.000Z/2066-08-26T00:00:00.000Z/P31D,2066-09-25T00:00:00.000Z,2066-10-26T00:00:00.000Z,2066-11-25T00:00:00.000Z/2067-01-26T00:00:00.000Z/P31D,2067-02-23T00:00:00.000Z,2067-03-26T00:00:00.000Z,2067-04-25T00:00:00.000Z,2067-05-26T00:00:00.000Z,2067-06-25T00:00:00.000Z/2067-08-26T00:00:00.000Z/P31D,2067-09-25T00:00:00.000Z,2067-10-26T00:00:00.000Z,2067-11-25T00:00:00.000Z/2068-01-26T00:00:00.000Z/P31D,2068-02-23T00:00:00.000Z,2068-03-25T00:00:00.000Z,2068-04-24T00:00:00.000Z,2068-05-25T00:00:00.000Z,2068-06-24T00:00:00.000Z/2068-08-25T00:00:00.000Z/P31D,2068-09-24T00:00:00.000Z,2068-10-25T00:00:00.000Z,2068-11-24T00:00:00.000Z/2069-01-25T00:00:00.000Z/P31D,2069-02-22T00:00:00.000Z,2069-03-25T00:00:00.000Z,2069-04-24T00:00:00.000Z,2069-05-25T00:00:00.000Z,2069-06-24T00:00:00.000Z/2069-08-25T00:00:00.000Z/P31D,2069-09-24T00:00:00.000Z,2069-10-25T00:00:00.000Z,2069-11-24T00:00:00.000Z/2070-01-25T00:00:00.000Z/P31D,2070-02-22T00:00:00.000Z,2070-03-25T00:00:00.000Z,2070-04-24T00:00:00.000Z,2070-05-25T00:00:00.000Z,2070-06-24T00:00:00.000Z/2070-08-25T00:00:00.000Z/P31D,2070-09-24T00:00:00.000Z,2070-10-25T00:00:00.000Z,2070-11-24T00:00:00.000Z/2071-01-25T00:00:00.000Z/P31D,2071-02-22T00:00:00.000Z,2071-03-25T00:00:00.000Z,2071-04-24T00:00:00.000Z,2071-05-25T00:00:00.000Z,2071-06-24T00:00:00.000Z/2071-08-25T00:00:00.000Z/P31D,2071-09-24T00:00:00.000Z,2071-10-25T00:00:00.000Z,2071-11-24T00:00:00.000Z/2072-01-25T00:00:00.000Z/P31D,2072-02-22T00:00:00.000Z,2072-03-24T00:00:00.000Z,2072-04-23T00:00:00.000Z,2072-05-24T00:00:00.000Z,2072-06-23T00:00:00.000Z/2072-08-24T00:00:00.000Z/P31D,2072-09-23T00:00:00.000Z,2072-10-24T00:00:00.000Z,2072-11-23T00:00:00.000Z/2073-01-24T00:00:00.000Z/P31D,2073-02-21T00:00:00.000Z,2073-03-24T00:00:00.000Z,2073-04-23T00:00:00.000Z,2073-05-24T00:00:00.000Z,2073-06-23T00:00:00.000Z/2073-08-24T00:00:00.000Z/P31D,2073-09-23T00:00:00.000Z,2073-10-24T00:00:00.000Z,2073-11-23T00:00:00.000Z/2074-01-24T00:00:00.000Z/P31D,2074-02-21T00:00:00.000Z,2074-03-24T00:00:00.000Z,2074-04-23T00:00:00.000Z,2074-05-24T00:00:00.000Z,2074-06-23T00:00:00.000Z/2074-08-24T00:00:00.000Z/P31D,2074-09-23T00:00:00.000Z,2074-10-24T00:00:00.000Z,2074-11-23T00:00:00.000Z/2075-01-24T00:00:00.000Z/P31D,2075-02-21T00:00:00.000Z,2075-03-24T00:00:00.000Z,2075-04-23T00:00:00.000Z,2075-05-24T00:00:00.000Z,2075-06-23T00:00:00.000Z/2075-08-24T00:00:00.000Z/P31D,2075-09-23T00:00:00.000Z,2075-10-24T00:00:00.000Z,2075-11-23T00:00:00.000Z/2076-01-24T00:00:00.000Z/P31D,2076-02-21T00:00:00.000Z,2076-03-23T00:00:00.000Z,2076-04-22T00:00:00.000Z,2076-05-23T00:00:00.000Z,2076-06-22T00:00:00.000Z/2076-08-23T00:00:00.000Z/P31D,2076-09-22T00:00:00.000Z,2076-10-23T00:00:00.000Z,2076-11-22T00:00:00.000Z/2077-01-23T00:00:00.000Z/P31D,2077-02-20T00:00:00.000Z,2077-03-23T00:00:00.000Z,2077-04-22T00:00:00.000Z,2077-05-23T00:00:00.000Z,2077-06-22T00:00:00.000Z/2077-08-23T00:00:00.000Z/P31D,2077-09-22T00:00:00.000Z,2077-10-23T00:00:00.000Z,2077-11-22T00:00:00.000Z/2078-01-23T00:00:00.000Z/P31D,2078-02-20T00:00:00.000Z,2078-03-23T00:00:00.000Z,2078-04-22T00:00:00.000Z,2078-05-23T00:00:00.000Z,2078-06-22T00:00:00.000Z/2078-08-23T00:00:00.000Z/P31D,2078-09-22T00:00:00.000Z,2078-10-23T00:00:00.000Z,2078-11-22T00:00:00.000Z/2079-01-23T00:00:00.000Z/P31D,2079-02-20T00:00:00.000Z,2079-03-23T00:00:00.000Z,2079-04-22T00:00:00.000Z,2079-05-23T00:00:00.000Z,2079-06-22T00:00:00.000Z/2079-08-23T00:00:00.000Z/P31D,2079-09-22T00:00:00.000Z,2079-10-23T00:00:00.000Z,2079-11-22T00:00:00.000Z/2080-01-23T00:00:00.000Z/P31D,2080-02-20T00:00:00.000Z,2080-03-22T00:00:00.000Z,2080-04-21T00:00:00.000Z,2080-05-22T00:00:00.000Z,2080-06-21T00:00:00.000Z/2080-08-22T00:00:00.000Z/P31D,2080-09-21T00:00:00.000Z,2080-10-22T00:00:00.000Z,2080-11-21T00:00:00.000Z/2081-01-22T00:00:00.000Z/P31D,2081-02-19T00:00:00.000Z,2081-03-22T00:00:00.000Z,2081-04-21T00:00:00.000Z,2081-05-22T00:00:00.000Z,2081-06-21T00:00:00.000Z/2081-08-22T00:00:00.000Z/P31D,2081-09-21T00:00:00.000Z,2081-10-22T00:00:00.000Z,2081-11-21T00:00:00.000Z/2082-01-22T00:00:00.000Z/P31D,2082-02-19T00:00:00.000Z,2082-03-22T00:00:00.000Z,2082-04-21T00:00:00.000Z,2082-05-22T00:00:00.000Z,2082-06-21T00:00:00.000Z/2082-08-22T00:00:00.000Z/P31D,2082-09-21T00:00:00.000Z,2082-10-22T00:00:00.000Z,2082-11-21T00:00:00.000Z/2083-01-22T00:00:00.000Z/P31D,2083-02-19T00:00:00.000Z,2083-03-22T00:00:00.000Z,2083-04-21T00:00:00.000Z,2083-05-22T00:00:00.000Z,2083-06-21T00:00:00.000Z/2083-08-22T00:00:00.000Z/P31D,2083-09-21T00:00:00.000Z,2083-10-22T00:00:00.000Z,2083-11-21T00:00:00.000Z/2084-01-22T00:00:00.000Z/P31D,2084-02-19T00:00:00.000Z,2084-03-21T00:00:00.000Z,2084-04-20T00:00:00.000Z,2084-05-21T00:00:00.000Z,2084-06-20T00:00:00.000Z/2084-08-21T00:00:00.000Z/P31D,2084-09-20T00:00:00.000Z,2084-10-21T00:00:00.000Z,2084-11-20T00:00:00.000Z/2085-01-21T00:00:00.000Z/P31D,2085-02-18T00:00:00.000Z,2085-03-21T00:00:00.000Z,2085-04-20T00:00:00.000Z,2085-05-21T00:00:00.000Z,2085-06-20T00:00:00.000Z/2085-08-21T00:00:00.000Z/P31D,2085-09-20T00:00:00.000Z,2085-10-21T00:00:00.000Z,2085-11-20T00:00:00.000Z/2086-01-21T00:00:00.000Z/P31D,2086-02-18T00:00:00.000Z,2086-03-21T00:00:00.000Z,2086-04-20T00:00:00.000Z,2086-05-21T00:00:00.000Z,2086-06-20T00:00:00.000Z/2086-08-21T00:00:00.000Z/P31D,2086-09-20T00:00:00.000Z,2086-10-21T00:00:00.000Z,2086-11-20T00:00:00.000Z/2087-01-21T00:00:00.000Z/P31D,2087-02-18T00:00:00.000Z,2087-03-21T00:00:00.000Z,2087-04-20T00:00:00.000Z,2087-05-21T00:00:00.000Z,2087-06-20T00:00:00.000Z/2087-08-21T00:00:00.000Z/P31D,2087-09-20T00:00:00.000Z,2087-10-21T00:00:00.000Z,2087-11-20T00:00:00.000Z/2088-01-21T00:00:00.000Z/P31D,2088-02-18T00:00:00.000Z,2088-03-20T00:00:00.000Z,2088-04-19T00:00:00.000Z,2088-05-20T00:00:00.000Z,2088-06-19T00:00:00.000Z/2088-08-20T00:00:00.000Z/P31D,2088-09-19T00:00:00.000Z,2088-10-20T00:00:00.000Z,2088-11-19T00:00:00.000Z/2089-01-20T00:00:00.000Z/P31D,2089-02-17T00:00:00.000Z,2089-03-20T00:00:00.000Z,2089-04-19T00:00:00.000Z,2089-05-20T00:00:00.000Z,2089-06-19T00:00:00.000Z/2089-08-20T00:00:00.000Z/P31D,2089-09-19T00:00:00.000Z,2089-10-20T00:00:00.000Z,2089-11-19T00:00:00.000Z/2090-01-20T00:00:00.000Z/P31D,2090-02-17T00:00:00.000Z,2090-03-20T00:00:00.000Z,2090-04-19T00:00:00.000Z,2090-05-20T00:00:00.000Z,2090-06-19T00:00:00.000Z/2090-08-20T00:00:00.000Z/P31D,2090-09-19T00:00:00.000Z,2090-10-20T00:00:00.000Z,2090-11-19T00:00:00.000Z/2091-01-20T00:00:00.000Z/P31D,2091-02-17T00:00:00.000Z,2091-03-20T00:00:00.000Z,2091-04-19T00:00:00.000Z,2091-05-20T00:00:00.000Z,2091-06-19T00:00:00.000Z/2091-08-20T00:00:00.000Z/P31D,2091-09-19T00:00:00.000Z,2091-10-20T00:00:00.000Z,2091-11-19T00:00:00.000Z/2092-01-20T00:00:00.000Z/P31D,2092-02-17T00:00:00.000Z,2092-03-19T00:00:00.000Z,2092-04-18T00:00:00.000Z,2092-05-19T00:00:00.000Z,2092-06-18T00:00:00.000Z/2092-08-19T00:00:00.000Z/P31D,2092-09-18T00:00:00.000Z,2092-10-19T00:00:00.000Z,2092-11-18T00:00:00.000Z/2093-01-19T00:00:00.000Z/P31D,2093-02-16T00:00:00.000Z,2093-03-19T00:00:00.000Z,2093-04-18T00:00:00.000Z,2093-05-19T00:00:00.000Z,2093-06-18T00:00:00.000Z/2093-08-19T00:00:00.000Z/P31D,2093-09-18T00:00:00.000Z,2093-10-19T00:00:00.000Z,2093-11-18T00:00:00.000Z/2094-01-19T00:00:00.000Z/P31D,2094-02-16T00:00:00.000Z,2094-03-19T00:00:00.000Z,2094-04-18T00:00:00.000Z,2094-05-19T00:00:00.000Z,2094-06-18T00:00:00.000Z/2094-08-19T00:00:00.000Z/P31D,2094-09-18T00:00:00.000Z,2094-10-19T00:00:00.000Z,2094-11-18T00:00:00.000Z/2095-01-19T00:00:00.000Z/P31D,2095-02-16T00:00:00.000Z,2095-03-19T00:00:00.000Z,2095-04-18T00:00:00.000Z,2095-05-19T00:00:00.000Z,2095-06-18T00:00:00.000Z/2095-08-19T00:00:00.000Z/P31D,2095-09-18T00:00:00.000Z,2095-10-19T00:00:00.000Z,2095-11-18T00:00:00.000Z/2096-01-19T00:00:00.000Z/P31D,2096-02-16T00:00:00.000Z,2096-03-18T00:00:00.000Z,2096-04-17T00:00:00.000Z,2096-05-18T00:00:00.000Z,2096-06-17T00:00:00.000Z/2096-08-18T00:00:00.000Z/P31D,2096-09-17T00:00:00.000Z,2096-10-18T00:00:00.000Z,2096-11-17T00:00:00.000Z/2097-01-18T00:00:00.000Z/P31D,2097-02-15T00:00:00.000Z,2097-03-18T00:00:00.000Z,2097-04-17T00:00:00.000Z,2097-05-18T00:00:00.000Z,2097-06-17T00:00:00.000Z/2097-08-18T00:00:00.000Z/P31D,2097-09-17T00:00:00.000Z,2097-10-18T00:00:00.000Z,2097-11-17T00:00:00.000Z/2098-01-18T00:00:00.000Z/P31D,2098-02-15T00:00:00.000Z,2098-03-18T00:00:00.000Z,2098-04-17T00:00:00.000Z,2098-05-18T00:00:00.000Z,2098-06-17T00:00:00.000Z/2098-08-18T00:00:00.000Z/P31D,2098-09-17T00:00:00.000Z,2098-10-18T00:00:00.000Z,2098-11-17T00:00:00.000Z/2099-01-18T00:00:00.000Z/P31D,2099-02-15T00:00:00.000Z,2099-03-18T00:00:00.000Z,2099-04-17T00:00:00.000Z,2099-05-18T00:00:00.000Z,2099-06-17T00:00:00.000Z/2099-08-18T00:00:00.000Z/P31D,2099-09-17T00:00:00.000Z,2099-10-18T00:00:00.000Z,2099-11-17T00:00:00.000Z/2100-01-18T00:00:00.000Z/P31D,2100-02-15T00:00:00.000Z,2100-03-18T00:00:00.000Z,2100-04-17T00:00:00.000Z,2100-05-18T00:00:00.000Z,2100-06-17T00:00:00.000Z/2100-08-18T00:00:00.000Z/P31D,2100-09-17T00:00:00.000Z,2100-10-18T00:00:00.000Z,2100-11-17T00:00:00.000Z,2100-12-18T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tas
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tas&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tas
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tas&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tas
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tas&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tas
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tas&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>land_mask</Name>
        <Title>PRISM Land Mask</Title>
        <Abstract>PRISM Land Mask</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.02083333333698</westBoundLongitude>
            <eastBoundLongitude>-66.47916198333701</eastBoundLongitude>
            <southBoundLatitude>24.06249999999968</southBoundLatitude>
            <northBoundLatitude>49.93750206999968</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.02083333333698" maxx="-66.47916198333701" miny="24.06249999999968" maxy="49.93750206999968"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>land_mask_2</Name>
        <Title>PRISM Land Mask</Title>
        <Abstract>PRISM Land Mask</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.02083333333698</westBoundLongitude>
            <eastBoundLongitude>-66.47916198333701</eastBoundLongitude>
            <southBoundLatitude>24.06249999999968</southBoundLatitude>
            <northBoundLatitude>49.93750206999968</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.02083333333698" maxx="-66.47916198333701" miny="24.06249999999968" maxy="49.93750206999968"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask_2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask_2&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask_2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask_2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>land_mask_3</Name>
        <Title>PRISM Land Mask</Title>
        <Abstract>PRISM Land Mask</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.02083333333698</westBoundLongitude>
            <eastBoundLongitude>-66.47916198333701</eastBoundLongitude>
            <southBoundLatitude>24.06249999999968</southBoundLatitude>
            <northBoundLatitude>49.93750206999968</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.02083333333698" maxx="-66.47916198333701" miny="24.06249999999968" maxy="49.93750206999968"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask_3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask_3&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask_3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask_3&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask_3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask_3&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=land_mask_3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=land_mask_3&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>tasmax</Name>
        <Title>Near-Surface Air Temperature</Title>
        <Abstract>Near-Surface Air Temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.02083333333698</westBoundLongitude>
            <eastBoundLongitude>-66.47916198333701</eastBoundLongitude>
            <southBoundLatitude>24.06249999999968</southBoundLatitude>
            <northBoundLatitude>49.93750206999968</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.02083333333698" maxx="-66.47916198333701" miny="24.06249999999968" maxy="49.93750206999968"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-04-05T00:00:00.000Z">
            2006-02-10T00:00:00.000Z,2006-03-10T00:00:00.000Z,2006-04-10T00:00:00.000Z,2006-05-10T00:00:00.000Z,2006-06-10T00:00:00.000Z,2006-07-10T00:00:00.000Z/2006-09-10T00:00:00.000Z/P31D,2006-10-10T00:00:00.000Z,2006-11-10T00:00:00.000Z,2006-12-10T00:00:00.000Z/2007-02-10T00:00:00.000Z/P31D,2007-03-10T00:00:00.000Z,2007-04-10T00:00:00.000Z,2007-05-10T00:00:00.000Z,2007-06-10T00:00:00.000Z,2007-07-10T00:00:00.000Z/2007-09-10T00:00:00.000Z/P31D,2007-10-10T00:00:00.000Z,2007-11-10T00:00:00.000Z,2007-12-10T00:00:00.000Z/2008-02-10T00:00:00.000Z/P31D,2008-03-09T00:00:00.000Z,2008-04-09T00:00:00.000Z,2008-05-09T00:00:00.000Z,2008-06-09T00:00:00.000Z,2008-07-09T00:00:00.000Z/2008-09-09T00:00:00.000Z/P31D,2008-10-09T00:00:00.000Z,2008-11-09T00:00:00.000Z,2008-12-09T00:00:00.000Z/2009-02-09T00:00:00.000Z/P31D,2009-03-09T00:00:00.000Z,2009-04-09T00:00:00.000Z,2009-05-09T00:00:00.000Z,2009-06-09T00:00:00.000Z,2009-07-09T00:00:00.000Z/2009-09-09T00:00:00.000Z/P31D,2009-10-09T00:00:00.000Z,2009-11-09T00:00:00.000Z,2009-12-09T00:00:00.000Z/2010-02-09T00:00:00.000Z/P31D,2010-03-09T00:00:00.000Z,2010-04-09T00:00:00.000Z,2010-05-09T00:00:00.000Z,2010-06-09T00:00:00.000Z,2010-07-09T00:00:00.000Z/2010-09-09T00:00:00.000Z/P31D,2010-10-09T00:00:00.000Z,2010-11-09T00:00:00.000Z,2010-12-09T00:00:00.000Z/2011-02-09T00:00:00.000Z/P31D,2011-03-09T00:00:00.000Z,2011-04-09T00:00:00.000Z,2011-05-09T00:00:00.000Z,2011-06-09T00:00:00.000Z,2011-07-09T00:00:00.000Z/2011-09-09T00:00:00.000Z/P31D,2011-10-09T00:00:00.000Z,2011-11-09T00:00:00.000Z,2011-12-09T00:00:00.000Z/2012-02-09T00:00:00.000Z/P31D,2012-03-08T00:00:00.000Z,2012-04-08T00:00:00.000Z,2012-05-08T00:00:00.000Z,2012-06-08T00:00:00.000Z,2012-07-08T00:00:00.000Z/2012-09-08T00:00:00.000Z/P31D,2012-10-08T00:00:00.000Z,2012-11-08T00:00:00.000Z,2012-12-08T00:00:00.000Z/2013-02-08T00:00:00.000Z/P31D,2013-03-08T00:00:00.000Z,2013-04-08T00:00:00.000Z,2013-05-08T00:00:00.000Z,2013-06-08T00:00:00.000Z,2013-07-08T00:00:00.000Z/2013-09-08T00:00:00.000Z/P31D,2013-10-08T00:00:00.000Z,2013-11-08T00:00:00.000Z,2013-12-08T00:00:00.000Z/2014-02-08T00:00:00.000Z/P31D,2014-03-08T00:00:00.000Z,2014-04-08T00:00:00.000Z,2014-05-08T00:00:00.000Z,2014-06-08T00:00:00.000Z,2014-07-08T00:00:00.000Z/2014-09-08T00:00:00.000Z/P31D,2014-10-08T00:00:00.000Z,2014-11-08T00:00:00.000Z,2014-12-08T00:00:00.000Z/2015-02-08T00:00:00.000Z/P31D,2015-03-08T00:00:00.000Z,2015-04-08T00:00:00.000Z,2015-05-08T00:00:00.000Z,2015-06-08T00:00:00.000Z,2015-07-08T00:00:00.000Z/2015-09-08T00:00:00.000Z/P31D,2015-10-08T00:00:00.000Z,2015-11-08T00:00:00.000Z,2015-12-08T00:00:00.000Z/2016-02-08T00:00:00.000Z/P31D,2016-03-07T00:00:00.000Z,2016-04-07T00:00:00.000Z,2016-05-07T00:00:00.000Z,2016-06-07T00:00:00.000Z,2016-07-07T00:00:00.000Z/2016-09-07T00:00:00.000Z/P31D,2016-10-07T00:00:00.000Z,2016-11-07T00:00:00.000Z,2016-12-07T00:00:00.000Z/2017-02-07T00:00:00.000Z/P31D,2017-03-07T00:00:00.000Z,2017-04-07T00:00:00.000Z,2017-05-07T00:00:00.000Z,2017-06-07T00:00:00.000Z,2017-07-07T00:00:00.000Z/2017-09-07T00:00:00.000Z/P31D,2017-10-07T00:00:00.000Z,2017-11-07T00:00:00.000Z,2017-12-07T00:00:00.000Z/2018-02-07T00:00:00.000Z/P31D,2018-03-07T00:00:00.000Z,2018-04-07T00:00:00.000Z,2018-05-07T00:00:00.000Z,2018-06-07T00:00:00.000Z,2018-07-07T00:00:00.000Z/2018-09-07T00:00:00.000Z/P31D,2018-10-07T00:00:00.000Z,2018-11-07T00:00:00.000Z,2018-12-07T00:00:00.000Z/2019-02-07T00:00:00.000Z/P31D,2019-03-07T00:00:00.000Z,2019-04-07T00:00:00.000Z,2019-05-07T00:00:00.000Z,2019-06-07T00:00:00.000Z,2019-07-07T00:00:00.000Z/2019-09-07T00:00:00.000Z/P31D,2019-10-07T00:00:00.000Z,2019-11-07T00:00:00.000Z,2019-12-07T00:00:00.000Z/2020-02-07T00:00:00.000Z/P31D,2020-03-06T00:00:00.000Z,2020-04-06T00:00:00.000Z,2020-05-06T00:00:00.000Z,2020-06-06T00:00:00.000Z,2020-07-06T00:00:00.000Z/2020-09-06T00:00:00.000Z/P31D,2020-10-06T00:00:00.000Z,2020-11-06T00:00:00.000Z,2020-12-06T00:00:00.000Z/2021-02-06T00:00:00.000Z/P31D,2021-03-06T00:00:00.000Z,2021-04-06T00:00:00.000Z,2021-05-06T00:00:00.000Z,2021-06-06T00:00:00.000Z,2021-07-06T00:00:00.000Z/2021-09-06T00:00:00.000Z/P31D,2021-10-06T00:00:00.000Z,2021-11-06T00:00:00.000Z,2021-12-06T00:00:00.000Z/2022-02-06T00:00:00.000Z/P31D,2022-03-06T00:00:00.000Z,2022-04-06T00:00:00.000Z,2022-05-06T00:00:00.000Z,2022-06-06T00:00:00.000Z,2022-07-06T00:00:00.000Z/2022-09-06T00:00:00.000Z/P31D,2022-10-06T00:00:00.000Z,2022-11-06T00:00:00.000Z,2022-12-06T00:00:00.000Z/2023-02-06T00:00:00.000Z/P31D,2023-03-06T00:00:00.000Z,2023-04-06T00:00:00.000Z,2023-05-06T00:00:00.000Z,2023-06-06T00:00:00.000Z,2023-07-06T00:00:00.000Z/2023-09-06T00:00:00.000Z/P31D,2023-10-06T00:00:00.000Z,2023-11-06T00:00:00.000Z,2023-12-06T00:00:00.000Z/2024-02-06T00:00:00.000Z/P31D,2024-03-05T00:00:00.000Z,2024-04-05T00:00:00.000Z,2024-05-05T00:00:00.000Z,2024-06-05T00:00:00.000Z,2024-07-05T00:00:00.000Z/2024-09-05T00:00:00.000Z/P31D,2024-10-05T00:00:00.000Z,2024-11-05T00:00:00.000Z,2024-12-05T00:00:00.000Z/2025-02-05T00:00:00.000Z/P31D,2025-03-05T00:00:00.000Z,2025-04-05T00:00:00.000Z,2025-05-05T00:00:00.000Z,2025-06-05T00:00:00.000Z,2025-07-05T00:00:00.000Z/2025-09-05T00:00:00.000Z/P31D,2025-10-05T00:00:00.000Z,2025-11-05T00:00:00.000Z,2025-12-05T00:00:00.000Z/2026-02-05T00:00:00.000Z/P31D,2026-03-05T00:00:00.000Z,2026-04-05T00:00:00.000Z,2026-05-05T00:00:00.000Z,2026-06-05T00:00:00.000Z,2026-07-05T00:00:00.000Z/2026-09-05T00:00:00.000Z/P31D,2026-10-05T00:00:00.000Z,2026-11-05T00:00:00.000Z,2026-12-05T00:00:00.000Z/2027-02-05T00:00:00.000Z/P31D,2027-03-05T00:00:00.000Z,2027-04-05T00:00:00.000Z,2027-05-05T00:00:00.000Z,2027-06-05T00:00:00.000Z,2027-07-05T00:00:00.000Z/2027-09-05T00:00:00.000Z/P31D,2027-10-05T00:00:00.000Z,2027-11-05T00:00:00.000Z,2027-12-05T00:00:00.000Z/2028-02-05T00:00:00.000Z/P31D,2028-03-04T00:00:00.000Z,2028-04-04T00:00:00.000Z,2028-05-04T00:00:00.000Z,2028-06-04T00:00:00.000Z,2028-07-04T00:00:00.000Z/2028-09-04T00:00:00.000Z/P31D,2028-10-04T00:00:00.000Z,2028-11-04T00:00:00.000Z,2028-12-04T00:00:00.000Z/2029-02-04T00:00:00.000Z/P31D,2029-03-04T00:00:00.000Z,2029-04-04T00:00:00.000Z,2029-05-04T00:00:00.000Z,2029-06-04T00:00:00.000Z,2029-07-04T00:00:00.000Z/2029-09-04T00:00:00.000Z/P31D,2029-10-04T00:00:00.000Z,2029-11-04T00:00:00.000Z,2029-12-04T00:00:00.000Z/2030-02-04T00:00:00.000Z/P31D,2030-03-04T00:00:00.000Z,2030-04-04T00:00:00.000Z,2030-05-04T00:00:00.000Z,2030-06-04T00:00:00.000Z,2030-07-04T00:00:00.000Z/2030-09-04T00:00:00.000Z/P31D,2030-10-04T00:00:00.000Z,2030-11-04T00:00:00.000Z,2030-12-04T00:00:00.000Z/2031-02-04T00:00:00.000Z/P31D,2031-03-04T00:00:00.000Z,2031-04-04T00:00:00.000Z,2031-05-04T00:00:00.000Z,2031-06-04T00:00:00.000Z,2031-07-04T00:00:00.000Z/2031-09-04T00:00:00.000Z/P31D,2031-10-04T00:00:00.000Z,2031-11-04T00:00:00.000Z,2031-12-04T00:00:00.000Z/2032-02-04T00:00:00.000Z/P31D,2032-03-03T00:00:00.000Z,2032-04-03T00:00:00.000Z,2032-05-03T00:00:00.000Z,2032-06-03T00:00:00.000Z,2032-07-03T00:00:00.000Z/2032-09-03T00:00:00.000Z/P31D,2032-10-03T00:00:00.000Z,2032-11-03T00:00:00.000Z,2032-12-03T00:00:00.000Z/2033-02-03T00:00:00.000Z/P31D,2033-03-03T00:00:00.000Z,2033-04-03T00:00:00.000Z,2033-05-03T00:00:00.000Z,2033-06-03T00:00:00.000Z,2033-07-03T00:00:00.000Z/2033-09-03T00:00:00.000Z/P31D,2033-10-03T00:00:00.000Z,2033-11-03T00:00:00.000Z,2033-12-03T00:00:00.000Z/2034-02-03T00:00:00.000Z/P31D,2034-03-03T00:00:00.000Z,2034-04-03T00:00:00.000Z,2034-05-03T00:00:00.000Z,2034-06-03T00:00:00.000Z,2034-07-03T00:00:00.000Z/2034-09-03T00:00:00.000Z/P31D,2034-10-03T00:00:00.000Z,2034-11-03T00:00:00.000Z,2034-12-03T00:00:00.000Z/2035-02-03T00:00:00.000Z/P31D,2035-03-03T00:00:00.000Z,2035-04-03T00:00:00.000Z,2035-05-03T00:00:00.000Z,2035-06-03T00:00:00.000Z,2035-07-03T00:00:00.000Z/2035-09-03T00:00:00.000Z/P31D,2035-10-03T00:00:00.000Z,2035-11-03T00:00:00.000Z,2035-12-03T00:00:00.000Z/2036-02-03T00:00:00.000Z/P31D,2036-03-02T00:00:00.000Z,2036-04-02T00:00:00.000Z,2036-05-02T00:00:00.000Z,2036-06-02T00:00:00.000Z,2036-07-02T00:00:00.000Z/2036-09-02T00:00:00.000Z/P31D,2036-10-02T00:00:00.000Z,2036-11-02T00:00:00.000Z,2036-12-02T00:00:00.000Z/2037-02-02T00:00:00.000Z/P31D,2037-03-02T00:00:00.000Z,2037-04-02T00:00:00.000Z,2037-05-02T00:00:00.000Z,2037-06-02T00:00:00.000Z,2037-07-02T00:00:00.000Z/2037-09-02T00:00:00.000Z/P31D,2037-10-02T00:00:00.000Z,2037-11-02T00:00:00.000Z,2037-12-02T00:00:00.000Z/2038-02-02T00:00:00.000Z/P31D,2038-03-02T00:00:00.000Z,2038-04-02T00:00:00.000Z,2038-05-02T00:00:00.000Z,2038-06-02T00:00:00.000Z,2038-07-02T00:00:00.000Z/2038-09-02T00:00:00.000Z/P31D,2038-10-02T00:00:00.000Z,2038-11-02T00:00:00.000Z,2038-12-02T00:00:00.000Z/2039-02-02T00:00:00.000Z/P31D,2039-03-02T00:00:00.000Z,2039-04-02T00:00:00.000Z,2039-05-02T00:00:00.000Z,2039-06-02T00:00:00.000Z,2039-07-02T00:00:00.000Z/2039-09-02T00:00:00.000Z/P31D,2039-10-02T00:00:00.000Z,2039-11-02T00:00:00.000Z,2039-12-02T00:00:00.000Z/2040-02-02T00:00:00.000Z/P31D,2040-03-01T00:00:00.000Z,2040-04-01T00:00:00.000Z,2040-05-01T00:00:00.000Z,2040-06-01T00:00:00.000Z,2040-07-01T00:00:00.000Z/2040-09-01T00:00:00.000Z/P31D,2040-10-01T00:00:00.000Z,2040-11-01T00:00:00.000Z,2040-12-01T00:00:00.000Z/2041-02-01T00:00:00.000Z/P31D,2041-03-01T00:00:00.000Z,2041-04-01T00:00:00.000Z,2041-05-01T00:00:00.000Z,2041-06-01T00:00:00.000Z,2041-07-01T00:00:00.000Z/2041-09-01T00:00:00.000Z/P31D,2041-10-01T00:00:00.000Z,2041-11-01T00:00:00.000Z,2041-12-01T00:00:00.000Z/2042-02-01T00:00:00.000Z/P31D,2042-03-01T00:00:00.000Z,2042-04-01T00:00:00.000Z,2042-05-01T00:00:00.000Z,2042-06-01T00:00:00.000Z,2042-07-01T00:00:00.000Z/2042-09-01T00:00:00.000Z/P31D,2042-10-01T00:00:00.000Z,2042-11-01T00:00:00.000Z,2042-12-01T00:00:00.000Z/2043-02-01T00:00:00.000Z/P31D,2043-03-01T00:00:00.000Z,2043-04-01T00:00:00.000Z,2043-05-01T00:00:00.000Z,2043-06-01T00:00:00.000Z,2043-07-01T00:00:00.000Z/2043-09-01T00:00:00.000Z/P31D,2043-10-01T00:00:00.000Z,2043-11-01T00:00:00.000Z,2043-12-01T00:00:00.000Z/2044-02-01T00:00:00.000Z/P31D,2044-02-29T00:00:00.000Z,2044-03-31T00:00:00.000Z,2044-04-30T00:00:00.000Z,2044-05-31T00:00:00.000Z,2044-06-30T00:00:00.000Z/2044-08-31T00:00:00.000Z/P31D,2044-09-30T00:00:00.000Z,2044-10-31T00:00:00.000Z,2044-11-30T00:00:00.000Z/2045-01-31T00:00:00.000Z/P31D,2045-02-28T00:00:00.000Z,2045-03-31T00:00:00.000Z,2045-04-30T00:00:00.000Z,2045-05-31T00:00:00.000Z,2045-06-30T00:00:00.000Z/2045-08-31T00:00:00.000Z/P31D,2045-09-30T00:00:00.000Z,2045-10-31T00:00:00.000Z,2045-11-30T00:00:00.000Z/2046-01-31T00:00:00.000Z/P31D,2046-02-28T00:00:00.000Z,2046-03-31T00:00:00.000Z,2046-04-30T00:00:00.000Z,2046-05-31T00:00:00.000Z,2046-06-30T00:00:00.000Z/2046-08-31T00:00:00.000Z/P31D,2046-09-30T00:00:00.000Z,2046-10-31T00:00:00.000Z,2046-11-30T00:00:00.000Z/2047-01-31T00:00:00.000Z/P31D,2047-02-28T00:00:00.000Z,2047-03-31T00:00:00.000Z,2047-04-30T00:00:00.000Z,2047-05-31T00:00:00.000Z,2047-06-30T00:00:00.000Z/2047-08-31T00:00:00.000Z/P31D,2047-09-30T00:00:00.000Z,2047-10-31T00:00:00.000Z,2047-11-30T00:00:00.000Z/2048-01-31T00:00:00.000Z/P31D,2048-02-28T00:00:00.000Z,2048-03-30T00:00:00.000Z,2048-04-29T00:00:00.000Z,2048-05-30T00:00:00.000Z,2048-06-29T00:00:00.000Z/2048-08-30T00:00:00.000Z/P31D,2048-09-29T00:00:00.000Z,2048-10-30T00:00:00.000Z,2048-11-29T00:00:00.000Z/2049-01-30T00:00:00.000Z/P31D,2049-02-27T00:00:00.000Z,2049-03-30T00:00:00.000Z,2049-04-29T00:00:00.000Z,2049-05-30T00:00:00.000Z,2049-06-29T00:00:00.000Z/2049-08-30T00:00:00.000Z/P31D,2049-09-29T00:00:00.000Z,2049-10-30T00:00:00.000Z,2049-11-29T00:00:00.000Z/2050-01-30T00:00:00.000Z/P31D,2050-02-27T00:00:00.000Z,2050-03-30T00:00:00.000Z,2050-04-29T00:00:00.000Z,2050-05-30T00:00:00.000Z,2050-06-29T00:00:00.000Z/2050-08-30T00:00:00.000Z/P31D,2050-09-29T00:00:00.000Z,2050-10-30T00:00:00.000Z,2050-11-29T00:00:00.000Z/2051-01-30T00:00:00.000Z/P31D,2051-02-27T00:00:00.000Z,2051-03-30T00:00:00.000Z,2051-04-29T00:00:00.000Z,2051-05-30T00:00:00.000Z,2051-06-29T00:00:00.000Z/2051-08-30T00:00:00.000Z/P31D,2051-09-29T00:00:00.000Z,2051-10-30T00:00:00.000Z,2051-11-29T00:00:00.000Z/2052-01-30T00:00:00.000Z/P31D,2052-02-27T00:00:00.000Z,2052-03-29T00:00:00.000Z,2052-04-28T00:00:00.000Z,2052-05-29T00:00:00.000Z,2052-06-28T00:00:00.000Z/2052-08-29T00:00:00.000Z/P31D,2052-09-28T00:00:00.000Z,2052-10-29T00:00:00.000Z,2052-11-28T00:00:00.000Z/2053-01-29T00:00:00.000Z/P31D,2053-02-26T00:00:00.000Z,2053-03-29T00:00:00.000Z,2053-04-28T00:00:00.000Z,2053-05-29T00:00:00.000Z,2053-06-28T00:00:00.000Z/2053-08-29T00:00:00.000Z/P31D,2053-09-28T00:00:00.000Z,2053-10-29T00:00:00.000Z,2053-11-28T00:00:00.000Z/2054-01-29T00:00:00.000Z/P31D,2054-02-26T00:00:00.000Z,2054-03-29T00:00:00.000Z,2054-04-28T00:00:00.000Z,2054-05-29T00:00:00.000Z,2054-06-28T00:00:00.000Z/2054-08-29T00:00:00.000Z/P31D,2054-09-28T00:00:00.000Z,2054-10-29T00:00:00.000Z,2054-11-28T00:00:00.000Z/2055-01-29T00:00:00.000Z/P31D,2055-02-26T00:00:00.000Z,2055-03-29T00:00:00.000Z,2055-04-28T00:00:00.000Z,2055-05-29T00:00:00.000Z,2055-06-28T00:00:00.000Z/2055-08-29T00:00:00.000Z/P31D,2055-09-28T00:00:00.000Z,2055-10-29T00:00:00.000Z,2055-11-28T00:00:00.000Z/2056-01-29T00:00:00.000Z/P31D,2056-02-26T00:00:00.000Z,2056-03-28T00:00:00.000Z,2056-04-27T00:00:00.000Z,2056-05-28T00:00:00.000Z,2056-06-27T00:00:00.000Z/2056-08-28T00:00:00.000Z/P31D,2056-09-27T00:00:00.000Z,2056-10-28T00:00:00.000Z,2056-11-27T00:00:00.000Z/2057-01-28T00:00:00.000Z/P31D,2057-02-25T00:00:00.000Z,2057-03-28T00:00:00.000Z,2057-04-27T00:00:00.000Z,2057-05-28T00:00:00.000Z,2057-06-27T00:00:00.000Z/2057-08-28T00:00:00.000Z/P31D,2057-09-27T00:00:00.000Z,2057-10-28T00:00:00.000Z,2057-11-27T00:00:00.000Z/2058-01-28T00:00:00.000Z/P31D,2058-02-25T00:00:00.000Z,2058-03-28T00:00:00.000Z,2058-04-27T00:00:00.000Z,2058-05-28T00:00:00.000Z,2058-06-27T00:00:00.000Z/2058-08-28T00:00:00.000Z/P31D,2058-09-27T00:00:00.000Z,2058-10-28T00:00:00.000Z,2058-11-27T00:00:00.000Z/2059-01-28T00:00:00.000Z/P31D,2059-02-25T00:00:00.000Z,2059-03-28T00:00:00.000Z,2059-04-27T00:00:00.000Z,2059-05-28T00:00:00.000Z,2059-06-27T00:00:00.000Z/2059-08-28T00:00:00.000Z/P31D,2059-09-27T00:00:00.000Z,2059-10-28T00:00:00.000Z,2059-11-27T00:00:00.000Z/2060-01-28T00:00:00.000Z/P31D,2060-02-25T00:00:00.000Z,2060-03-27T00:00:00.000Z,2060-04-26T00:00:00.000Z,2060-05-27T00:00:00.000Z,2060-06-26T00:00:00.000Z/2060-08-27T00:00:00.000Z/P31D,2060-09-26T00:00:00.000Z,2060-10-27T00:00:00.000Z,2060-11-26T00:00:00.000Z/2061-01-27T00:00:00.000Z/P31D,2061-02-24T00:00:00.000Z,2061-03-27T00:00:00.000Z,2061-04-26T00:00:00.000Z,2061-05-27T00:00:00.000Z,2061-06-26T00:00:00.000Z/2061-08-27T00:00:00.000Z/P31D,2061-09-26T00:00:00.000Z,2061-10-27T00:00:00.000Z,2061-11-26T00:00:00.000Z/2062-01-27T00:00:00.000Z/P31D,2062-02-24T00:00:00.000Z,2062-03-27T00:00:00.000Z,2062-04-26T00:00:00.000Z,2062-05-27T00:00:00.000Z,2062-06-26T00:00:00.000Z/2062-08-27T00:00:00.000Z/P31D,2062-09-26T00:00:00.000Z,2062-10-27T00:00:00.000Z,2062-11-26T00:00:00.000Z/2063-01-27T00:00:00.000Z/P31D,2063-02-24T00:00:00.000Z,2063-03-27T00:00:00.000Z,2063-04-26T00:00:00.000Z,2063-05-27T00:00:00.000Z,2063-06-26T00:00:00.000Z/2063-08-27T00:00:00.000Z/P31D,2063-09-26T00:00:00.000Z,2063-10-27T00:00:00.000Z,2063-11-26T00:00:00.000Z/2064-01-27T00:00:00.000Z/P31D,2064-02-24T00:00:00.000Z,2064-03-26T00:00:00.000Z,2064-04-25T00:00:00.000Z,2064-05-26T00:00:00.000Z,2064-06-25T00:00:00.000Z/2064-08-26T00:00:00.000Z/P31D,2064-09-25T00:00:00.000Z,2064-10-26T00:00:00.000Z,2064-11-25T00:00:00.000Z/2065-01-26T00:00:00.000Z/P31D,2065-02-23T00:00:00.000Z,2065-03-26T00:00:00.000Z,2065-04-25T00:00:00.000Z,2065-05-26T00:00:00.000Z,2065-06-25T00:00:00.000Z/2065-08-26T00:00:00.000Z/P31D,2065-09-25T00:00:00.000Z,2065-10-26T00:00:00.000Z,2065-11-25T00:00:00.000Z/2066-01-26T00:00:00.000Z/P31D,2066-02-23T00:00:00.000Z,2066-03-26T00:00:00.000Z,2066-04-25T00:00:00.000Z,2066-05-26T00:00:00.000Z,2066-06-25T00:00:00.000Z/2066-08-26T00:00:00.000Z/P31D,2066-09-25T00:00:00.000Z,2066-10-26T00:00:00.000Z,2066-11-25T00:00:00.000Z/2067-01-26T00:00:00.000Z/P31D,2067-02-23T00:00:00.000Z,2067-03-26T00:00:00.000Z,2067-04-25T00:00:00.000Z,2067-05-26T00:00:00.000Z,2067-06-25T00:00:00.000Z/2067-08-26T00:00:00.000Z/P31D,2067-09-25T00:00:00.000Z,2067-10-26T00:00:00.000Z,2067-11-25T00:00:00.000Z/2068-01-26T00:00:00.000Z/P31D,2068-02-23T00:00:00.000Z,2068-03-25T00:00:00.000Z,2068-04-24T00:00:00.000Z,2068-05-25T00:00:00.000Z,2068-06-24T00:00:00.000Z/2068-08-25T00:00:00.000Z/P31D,2068-09-24T00:00:00.000Z,2068-10-25T00:00:00.000Z,2068-11-24T00:00:00.000Z/2069-01-25T00:00:00.000Z/P31D,2069-02-22T00:00:00.000Z,2069-03-25T00:00:00.000Z,2069-04-24T00:00:00.000Z,2069-05-25T00:00:00.000Z,2069-06-24T00:00:00.000Z/2069-08-25T00:00:00.000Z/P31D,2069-09-24T00:00:00.000Z,2069-10-25T00:00:00.000Z,2069-11-24T00:00:00.000Z/2070-01-25T00:00:00.000Z/P31D,2070-02-22T00:00:00.000Z,2070-03-25T00:00:00.000Z,2070-04-24T00:00:00.000Z,2070-05-25T00:00:00.000Z,2070-06-24T00:00:00.000Z/2070-08-25T00:00:00.000Z/P31D,2070-09-24T00:00:00.000Z,2070-10-25T00:00:00.000Z,2070-11-24T00:00:00.000Z/2071-01-25T00:00:00.000Z/P31D,2071-02-22T00:00:00.000Z,2071-03-25T00:00:00.000Z,2071-04-24T00:00:00.000Z,2071-05-25T00:00:00.000Z,2071-06-24T00:00:00.000Z/2071-08-25T00:00:00.000Z/P31D,2071-09-24T00:00:00.000Z,2071-10-25T00:00:00.000Z,2071-11-24T00:00:00.000Z/2072-01-25T00:00:00.000Z/P31D,2072-02-22T00:00:00.000Z,2072-03-24T00:00:00.000Z,2072-04-23T00:00:00.000Z,2072-05-24T00:00:00.000Z,2072-06-23T00:00:00.000Z/2072-08-24T00:00:00.000Z/P31D,2072-09-23T00:00:00.000Z,2072-10-24T00:00:00.000Z,2072-11-23T00:00:00.000Z/2073-01-24T00:00:00.000Z/P31D,2073-02-21T00:00:00.000Z,2073-03-24T00:00:00.000Z,2073-04-23T00:00:00.000Z,2073-05-24T00:00:00.000Z,2073-06-23T00:00:00.000Z/2073-08-24T00:00:00.000Z/P31D,2073-09-23T00:00:00.000Z,2073-10-24T00:00:00.000Z,2073-11-23T00:00:00.000Z/2074-01-24T00:00:00.000Z/P31D,2074-02-21T00:00:00.000Z,2074-03-24T00:00:00.000Z,2074-04-23T00:00:00.000Z,2074-05-24T00:00:00.000Z,2074-06-23T00:00:00.000Z/2074-08-24T00:00:00.000Z/P31D,2074-09-23T00:00:00.000Z,2074-10-24T00:00:00.000Z,2074-11-23T00:00:00.000Z/2075-01-24T00:00:00.000Z/P31D,2075-02-21T00:00:00.000Z,2075-03-24T00:00:00.000Z,2075-04-23T00:00:00.000Z,2075-05-24T00:00:00.000Z,2075-06-23T00:00:00.000Z/2075-08-24T00:00:00.000Z/P31D,2075-09-23T00:00:00.000Z,2075-10-24T00:00:00.000Z,2075-11-23T00:00:00.000Z/2076-01-24T00:00:00.000Z/P31D,2076-02-21T00:00:00.000Z,2076-03-23T00:00:00.000Z,2076-04-22T00:00:00.000Z,2076-05-23T00:00:00.000Z,2076-06-22T00:00:00.000Z/2076-08-23T00:00:00.000Z/P31D,2076-09-22T00:00:00.000Z,2076-10-23T00:00:00.000Z,2076-11-22T00:00:00.000Z/2077-01-23T00:00:00.000Z/P31D,2077-02-20T00:00:00.000Z,2077-03-23T00:00:00.000Z,2077-04-22T00:00:00.000Z,2077-05-23T00:00:00.000Z,2077-06-22T00:00:00.000Z/2077-08-23T00:00:00.000Z/P31D,2077-09-22T00:00:00.000Z,2077-10-23T00:00:00.000Z,2077-11-22T00:00:00.000Z/2078-01-23T00:00:00.000Z/P31D,2078-02-20T00:00:00.000Z,2078-03-23T00:00:00.000Z,2078-04-22T00:00:00.000Z,2078-05-23T00:00:00.000Z,2078-06-22T00:00:00.000Z/2078-08-23T00:00:00.000Z/P31D,2078-09-22T00:00:00.000Z,2078-10-23T00:00:00.000Z,2078-11-22T00:00:00.000Z/2079-01-23T00:00:00.000Z/P31D,2079-02-20T00:00:00.000Z,2079-03-23T00:00:00.000Z,2079-04-22T00:00:00.000Z,2079-05-23T00:00:00.000Z,2079-06-22T00:00:00.000Z/2079-08-23T00:00:00.000Z/P31D,2079-09-22T00:00:00.000Z,2079-10-23T00:00:00.000Z,2079-11-22T00:00:00.000Z/2080-01-23T00:00:00.000Z/P31D,2080-02-20T00:00:00.000Z,2080-03-22T00:00:00.000Z,2080-04-21T00:00:00.000Z,2080-05-22T00:00:00.000Z,2080-06-21T00:00:00.000Z/2080-08-22T00:00:00.000Z/P31D,2080-09-21T00:00:00.000Z,2080-10-22T00:00:00.000Z,2080-11-21T00:00:00.000Z/2081-01-22T00:00:00.000Z/P31D,2081-02-19T00:00:00.000Z,2081-03-22T00:00:00.000Z,2081-04-21T00:00:00.000Z,2081-05-22T00:00:00.000Z,2081-06-21T00:00:00.000Z/2081-08-22T00:00:00.000Z/P31D,2081-09-21T00:00:00.000Z,2081-10-22T00:00:00.000Z,2081-11-21T00:00:00.000Z/2082-01-22T00:00:00.000Z/P31D,2082-02-19T00:00:00.000Z,2082-03-22T00:00:00.000Z,2082-04-21T00:00:00.000Z,2082-05-22T00:00:00.000Z,2082-06-21T00:00:00.000Z/2082-08-22T00:00:00.000Z/P31D,2082-09-21T00:00:00.000Z,2082-10-22T00:00:00.000Z,2082-11-21T00:00:00.000Z/2083-01-22T00:00:00.000Z/P31D,2083-02-19T00:00:00.000Z,2083-03-22T00:00:00.000Z,2083-04-21T00:00:00.000Z,2083-05-22T00:00:00.000Z,2083-06-21T00:00:00.000Z/2083-08-22T00:00:00.000Z/P31D,2083-09-21T00:00:00.000Z,2083-10-22T00:00:00.000Z,2083-11-21T00:00:00.000Z/2084-01-22T00:00:00.000Z/P31D,2084-02-19T00:00:00.000Z,2084-03-21T00:00:00.000Z,2084-04-20T00:00:00.000Z,2084-05-21T00:00:00.000Z,2084-06-20T00:00:00.000Z/2084-08-21T00:00:00.000Z/P31D,2084-09-20T00:00:00.000Z,2084-10-21T00:00:00.000Z,2084-11-20T00:00:00.000Z/2085-01-21T00:00:00.000Z/P31D,2085-02-18T00:00:00.000Z,2085-03-21T00:00:00.000Z,2085-04-20T00:00:00.000Z,2085-05-21T00:00:00.000Z,2085-06-20T00:00:00.000Z/2085-08-21T00:00:00.000Z/P31D,2085-09-20T00:00:00.000Z,2085-10-21T00:00:00.000Z,2085-11-20T00:00:00.000Z/2086-01-21T00:00:00.000Z/P31D,2086-02-18T00:00:00.000Z,2086-03-21T00:00:00.000Z,2086-04-20T00:00:00.000Z,2086-05-21T00:00:00.000Z,2086-06-20T00:00:00.000Z/2086-08-21T00:00:00.000Z/P31D,2086-09-20T00:00:00.000Z,2086-10-21T00:00:00.000Z,2086-11-20T00:00:00.000Z/2087-01-21T00:00:00.000Z/P31D,2087-02-18T00:00:00.000Z,2087-03-21T00:00:00.000Z,2087-04-20T00:00:00.000Z,2087-05-21T00:00:00.000Z,2087-06-20T00:00:00.000Z/2087-08-21T00:00:00.000Z/P31D,2087-09-20T00:00:00.000Z,2087-10-21T00:00:00.000Z,2087-11-20T00:00:00.000Z/2088-01-21T00:00:00.000Z/P31D,2088-02-18T00:00:00.000Z,2088-03-20T00:00:00.000Z,2088-04-19T00:00:00.000Z,2088-05-20T00:00:00.000Z,2088-06-19T00:00:00.000Z/2088-08-20T00:00:00.000Z/P31D,2088-09-19T00:00:00.000Z,2088-10-20T00:00:00.000Z,2088-11-19T00:00:00.000Z/2089-01-20T00:00:00.000Z/P31D,2089-02-17T00:00:00.000Z,2089-03-20T00:00:00.000Z,2089-04-19T00:00:00.000Z,2089-05-20T00:00:00.000Z,2089-06-19T00:00:00.000Z/2089-08-20T00:00:00.000Z/P31D,2089-09-19T00:00:00.000Z,2089-10-20T00:00:00.000Z,2089-11-19T00:00:00.000Z/2090-01-20T00:00:00.000Z/P31D,2090-02-17T00:00:00.000Z,2090-03-20T00:00:00.000Z,2090-04-19T00:00:00.000Z,2090-05-20T00:00:00.000Z,2090-06-19T00:00:00.000Z/2090-08-20T00:00:00.000Z/P31D,2090-09-19T00:00:00.000Z,2090-10-20T00:00:00.000Z,2090-11-19T00:00:00.000Z/2091-01-20T00:00:00.000Z/P31D,2091-02-17T00:00:00.000Z,2091-03-20T00:00:00.000Z,2091-04-19T00:00:00.000Z,2091-05-20T00:00:00.000Z,2091-06-19T00:00:00.000Z/2091-08-20T00:00:00.000Z/P31D,2091-09-19T00:00:00.000Z,2091-10-20T00:00:00.000Z,2091-11-19T00:00:00.000Z/2092-01-20T00:00:00.000Z/P31D,2092-02-17T00:00:00.000Z,2092-03-19T00:00:00.000Z,2092-04-18T00:00:00.000Z,2092-05-19T00:00:00.000Z,2092-06-18T00:00:00.000Z/2092-08-19T00:00:00.000Z/P31D,2092-09-18T00:00:00.000Z,2092-10-19T00:00:00.000Z,2092-11-18T00:00:00.000Z/2093-01-19T00:00:00.000Z/P31D,2093-02-16T00:00:00.000Z,2093-03-19T00:00:00.000Z,2093-04-18T00:00:00.000Z,2093-05-19T00:00:00.000Z,2093-06-18T00:00:00.000Z/2093-08-19T00:00:00.000Z/P31D,2093-09-18T00:00:00.000Z,2093-10-19T00:00:00.000Z,2093-11-18T00:00:00.000Z/2094-01-19T00:00:00.000Z/P31D,2094-02-16T00:00:00.000Z,2094-03-19T00:00:00.000Z,2094-04-18T00:00:00.000Z,2094-05-19T00:00:00.000Z,2094-06-18T00:00:00.000Z/2094-08-19T00:00:00.000Z/P31D,2094-09-18T00:00:00.000Z,2094-10-19T00:00:00.000Z,2094-11-18T00:00:00.000Z/2095-01-19T00:00:00.000Z/P31D,2095-02-16T00:00:00.000Z,2095-03-19T00:00:00.000Z,2095-04-18T00:00:00.000Z,2095-05-19T00:00:00.000Z,2095-06-18T00:00:00.000Z/2095-08-19T00:00:00.000Z/P31D,2095-09-18T00:00:00.000Z,2095-10-19T00:00:00.000Z,2095-11-18T00:00:00.000Z/2096-01-19T00:00:00.000Z/P31D,2096-02-16T00:00:00.000Z,2096-03-18T00:00:00.000Z,2096-04-17T00:00:00.000Z,2096-05-18T00:00:00.000Z,2096-06-17T00:00:00.000Z/2096-08-18T00:00:00.000Z/P31D,2096-09-17T00:00:00.000Z,2096-10-18T00:00:00.000Z,2096-11-17T00:00:00.000Z/2097-01-18T00:00:00.000Z/P31D,2097-02-15T00:00:00.000Z,2097-03-18T00:00:00.000Z,2097-04-17T00:00:00.000Z,2097-05-18T00:00:00.000Z,2097-06-17T00:00:00.000Z/2097-08-18T00:00:00.000Z/P31D,2097-09-17T00:00:00.000Z,2097-10-18T00:00:00.000Z,2097-11-17T00:00:00.000Z/2098-01-18T00:00:00.000Z/P31D,2098-02-15T00:00:00.000Z,2098-03-18T00:00:00.000Z,2098-04-17T00:00:00.000Z,2098-05-18T00:00:00.000Z,2098-06-17T00:00:00.000Z/2098-08-18T00:00:00.000Z/P31D,2098-09-17T00:00:00.000Z,2098-10-18T00:00:00.000Z,2098-11-17T00:00:00.000Z/2099-01-18T00:00:00.000Z/P31D,2099-02-15T00:00:00.000Z,2099-03-18T00:00:00.000Z,2099-04-17T00:00:00.000Z,2099-05-18T00:00:00.000Z,2099-06-17T00:00:00.000Z/2099-08-18T00:00:00.000Z/P31D,2099-09-17T00:00:00.000Z,2099-10-18T00:00:00.000Z,2099-11-17T00:00:00.000Z/2100-01-18T00:00:00.000Z/P31D,2100-02-15T00:00:00.000Z,2100-03-18T00:00:00.000Z,2100-04-17T00:00:00.000Z,2100-05-18T00:00:00.000Z,2100-06-17T00:00:00.000Z/2100-08-18T00:00:00.000Z/P31D,2100-09-17T00:00:00.000Z,2100-10-18T00:00:00.000Z,2100-11-17T00:00:00.000Z,2100-12-18T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tasmax
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tasmax&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tasmax
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tasmax&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tasmax
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tasmax&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tasmax
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tasmax&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>tasmin</Name>
        <Title>Near-Surface Air Temperature</Title>
        <Abstract>Near-Surface Air Temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.02083333333698</westBoundLongitude>
            <eastBoundLongitude>-66.47916198333701</eastBoundLongitude>
            <southBoundLatitude>24.06249999999968</southBoundLatitude>
            <northBoundLatitude>49.93750206999968</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.02083333333698" maxx="-66.47916198333701" miny="24.06249999999968" maxy="49.93750206999968"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-04-05T00:00:00.000Z">
            2006-02-10T00:00:00.000Z,2006-03-10T00:00:00.000Z,2006-04-10T00:00:00.000Z,2006-05-10T00:00:00.000Z,2006-06-10T00:00:00.000Z,2006-07-10T00:00:00.000Z/2006-09-10T00:00:00.000Z/P31D,2006-10-10T00:00:00.000Z,2006-11-10T00:00:00.000Z,2006-12-10T00:00:00.000Z/2007-02-10T00:00:00.000Z/P31D,2007-03-10T00:00:00.000Z,2007-04-10T00:00:00.000Z,2007-05-10T00:00:00.000Z,2007-06-10T00:00:00.000Z,2007-07-10T00:00:00.000Z/2007-09-10T00:00:00.000Z/P31D,2007-10-10T00:00:00.000Z,2007-11-10T00:00:00.000Z,2007-12-10T00:00:00.000Z/2008-02-10T00:00:00.000Z/P31D,2008-03-09T00:00:00.000Z,2008-04-09T00:00:00.000Z,2008-05-09T00:00:00.000Z,2008-06-09T00:00:00.000Z,2008-07-09T00:00:00.000Z/2008-09-09T00:00:00.000Z/P31D,2008-10-09T00:00:00.000Z,2008-11-09T00:00:00.000Z,2008-12-09T00:00:00.000Z/2009-02-09T00:00:00.000Z/P31D,2009-03-09T00:00:00.000Z,2009-04-09T00:00:00.000Z,2009-05-09T00:00:00.000Z,2009-06-09T00:00:00.000Z,2009-07-09T00:00:00.000Z/2009-09-09T00:00:00.000Z/P31D,2009-10-09T00:00:00.000Z,2009-11-09T00:00:00.000Z,2009-12-09T00:00:00.000Z/2010-02-09T00:00:00.000Z/P31D,2010-03-09T00:00:00.000Z,2010-04-09T00:00:00.000Z,2010-05-09T00:00:00.000Z,2010-06-09T00:00:00.000Z,2010-07-09T00:00:00.000Z/2010-09-09T00:00:00.000Z/P31D,2010-10-09T00:00:00.000Z,2010-11-09T00:00:00.000Z,2010-12-09T00:00:00.000Z/2011-02-09T00:00:00.000Z/P31D,2011-03-09T00:00:00.000Z,2011-04-09T00:00:00.000Z,2011-05-09T00:00:00.000Z,2011-06-09T00:00:00.000Z,2011-07-09T00:00:00.000Z/2011-09-09T00:00:00.000Z/P31D,2011-10-09T00:00:00.000Z,2011-11-09T00:00:00.000Z,2011-12-09T00:00:00.000Z/2012-02-09T00:00:00.000Z/P31D,2012-03-08T00:00:00.000Z,2012-04-08T00:00:00.000Z,2012-05-08T00:00:00.000Z,2012-06-08T00:00:00.000Z,2012-07-08T00:00:00.000Z/2012-09-08T00:00:00.000Z/P31D,2012-10-08T00:00:00.000Z,2012-11-08T00:00:00.000Z,2012-12-08T00:00:00.000Z/2013-02-08T00:00:00.000Z/P31D,2013-03-08T00:00:00.000Z,2013-04-08T00:00:00.000Z,2013-05-08T00:00:00.000Z,2013-06-08T00:00:00.000Z,2013-07-08T00:00:00.000Z/2013-09-08T00:00:00.000Z/P31D,2013-10-08T00:00:00.000Z,2013-11-08T00:00:00.000Z,2013-12-08T00:00:00.000Z/2014-02-08T00:00:00.000Z/P31D,2014-03-08T00:00:00.000Z,2014-04-08T00:00:00.000Z,2014-05-08T00:00:00.000Z,2014-06-08T00:00:00.000Z,2014-07-08T00:00:00.000Z/2014-09-08T00:00:00.000Z/P31D,2014-10-08T00:00:00.000Z,2014-11-08T00:00:00.000Z,2014-12-08T00:00:00.000Z/2015-02-08T00:00:00.000Z/P31D,2015-03-08T00:00:00.000Z,2015-04-08T00:00:00.000Z,2015-05-08T00:00:00.000Z,2015-06-08T00:00:00.000Z,2015-07-08T00:00:00.000Z/2015-09-08T00:00:00.000Z/P31D,2015-10-08T00:00:00.000Z,2015-11-08T00:00:00.000Z,2015-12-08T00:00:00.000Z/2016-02-08T00:00:00.000Z/P31D,2016-03-07T00:00:00.000Z,2016-04-07T00:00:00.000Z,2016-05-07T00:00:00.000Z,2016-06-07T00:00:00.000Z,2016-07-07T00:00:00.000Z/2016-09-07T00:00:00.000Z/P31D,2016-10-07T00:00:00.000Z,2016-11-07T00:00:00.000Z,2016-12-07T00:00:00.000Z/2017-02-07T00:00:00.000Z/P31D,2017-03-07T00:00:00.000Z,2017-04-07T00:00:00.000Z,2017-05-07T00:00:00.000Z,2017-06-07T00:00:00.000Z,2017-07-07T00:00:00.000Z/2017-09-07T00:00:00.000Z/P31D,2017-10-07T00:00:00.000Z,2017-11-07T00:00:00.000Z,2017-12-07T00:00:00.000Z/2018-02-07T00:00:00.000Z/P31D,2018-03-07T00:00:00.000Z,2018-04-07T00:00:00.000Z,2018-05-07T00:00:00.000Z,2018-06-07T00:00:00.000Z,2018-07-07T00:00:00.000Z/2018-09-07T00:00:00.000Z/P31D,2018-10-07T00:00:00.000Z,2018-11-07T00:00:00.000Z,2018-12-07T00:00:00.000Z/2019-02-07T00:00:00.000Z/P31D,2019-03-07T00:00:00.000Z,2019-04-07T00:00:00.000Z,2019-05-07T00:00:00.000Z,2019-06-07T00:00:00.000Z,2019-07-07T00:00:00.000Z/2019-09-07T00:00:00.000Z/P31D,2019-10-07T00:00:00.000Z,2019-11-07T00:00:00.000Z,2019-12-07T00:00:00.000Z/2020-02-07T00:00:00.000Z/P31D,2020-03-06T00:00:00.000Z,2020-04-06T00:00:00.000Z,2020-05-06T00:00:00.000Z,2020-06-06T00:00:00.000Z,2020-07-06T00:00:00.000Z/2020-09-06T00:00:00.000Z/P31D,2020-10-06T00:00:00.000Z,2020-11-06T00:00:00.000Z,2020-12-06T00:00:00.000Z/2021-02-06T00:00:00.000Z/P31D,2021-03-06T00:00:00.000Z,2021-04-06T00:00:00.000Z,2021-05-06T00:00:00.000Z,2021-06-06T00:00:00.000Z,2021-07-06T00:00:00.000Z/2021-09-06T00:00:00.000Z/P31D,2021-10-06T00:00:00.000Z,2021-11-06T00:00:00.000Z,2021-12-06T00:00:00.000Z/2022-02-06T00:00:00.000Z/P31D,2022-03-06T00:00:00.000Z,2022-04-06T00:00:00.000Z,2022-05-06T00:00:00.000Z,2022-06-06T00:00:00.000Z,2022-07-06T00:00:00.000Z/2022-09-06T00:00:00.000Z/P31D,2022-10-06T00:00:00.000Z,2022-11-06T00:00:00.000Z,2022-12-06T00:00:00.000Z/2023-02-06T00:00:00.000Z/P31D,2023-03-06T00:00:00.000Z,2023-04-06T00:00:00.000Z,2023-05-06T00:00:00.000Z,2023-06-06T00:00:00.000Z,2023-07-06T00:00:00.000Z/2023-09-06T00:00:00.000Z/P31D,2023-10-06T00:00:00.000Z,2023-11-06T00:00:00.000Z,2023-12-06T00:00:00.000Z/2024-02-06T00:00:00.000Z/P31D,2024-03-05T00:00:00.000Z,2024-04-05T00:00:00.000Z,2024-05-05T00:00:00.000Z,2024-06-05T00:00:00.000Z,2024-07-05T00:00:00.000Z/2024-09-05T00:00:00.000Z/P31D,2024-10-05T00:00:00.000Z,2024-11-05T00:00:00.000Z,2024-12-05T00:00:00.000Z/2025-02-05T00:00:00.000Z/P31D,2025-03-05T00:00:00.000Z,2025-04-05T00:00:00.000Z,2025-05-05T00:00:00.000Z,2025-06-05T00:00:00.000Z,2025-07-05T00:00:00.000Z/2025-09-05T00:00:00.000Z/P31D,2025-10-05T00:00:00.000Z,2025-11-05T00:00:00.000Z,2025-12-05T00:00:00.000Z/2026-02-05T00:00:00.000Z/P31D,2026-03-05T00:00:00.000Z,2026-04-05T00:00:00.000Z,2026-05-05T00:00:00.000Z,2026-06-05T00:00:00.000Z,2026-07-05T00:00:00.000Z/2026-09-05T00:00:00.000Z/P31D,2026-10-05T00:00:00.000Z,2026-11-05T00:00:00.000Z,2026-12-05T00:00:00.000Z/2027-02-05T00:00:00.000Z/P31D,2027-03-05T00:00:00.000Z,2027-04-05T00:00:00.000Z,2027-05-05T00:00:00.000Z,2027-06-05T00:00:00.000Z,2027-07-05T00:00:00.000Z/2027-09-05T00:00:00.000Z/P31D,2027-10-05T00:00:00.000Z,2027-11-05T00:00:00.000Z,2027-12-05T00:00:00.000Z/2028-02-05T00:00:00.000Z/P31D,2028-03-04T00:00:00.000Z,2028-04-04T00:00:00.000Z,2028-05-04T00:00:00.000Z,2028-06-04T00:00:00.000Z,2028-07-04T00:00:00.000Z/2028-09-04T00:00:00.000Z/P31D,2028-10-04T00:00:00.000Z,2028-11-04T00:00:00.000Z,2028-12-04T00:00:00.000Z/2029-02-04T00:00:00.000Z/P31D,2029-03-04T00:00:00.000Z,2029-04-04T00:00:00.000Z,2029-05-04T00:00:00.000Z,2029-06-04T00:00:00.000Z,2029-07-04T00:00:00.000Z/2029-09-04T00:00:00.000Z/P31D,2029-10-04T00:00:00.000Z,2029-11-04T00:00:00.000Z,2029-12-04T00:00:00.000Z/2030-02-04T00:00:00.000Z/P31D,2030-03-04T00:00:00.000Z,2030-04-04T00:00:00.000Z,2030-05-04T00:00:00.000Z,2030-06-04T00:00:00.000Z,2030-07-04T00:00:00.000Z/2030-09-04T00:00:00.000Z/P31D,2030-10-04T00:00:00.000Z,2030-11-04T00:00:00.000Z,2030-12-04T00:00:00.000Z/2031-02-04T00:00:00.000Z/P31D,2031-03-04T00:00:00.000Z,2031-04-04T00:00:00.000Z,2031-05-04T00:00:00.000Z,2031-06-04T00:00:00.000Z,2031-07-04T00:00:00.000Z/2031-09-04T00:00:00.000Z/P31D,2031-10-04T00:00:00.000Z,2031-11-04T00:00:00.000Z,2031-12-04T00:00:00.000Z/2032-02-04T00:00:00.000Z/P31D,2032-03-03T00:00:00.000Z,2032-04-03T00:00:00.000Z,2032-05-03T00:00:00.000Z,2032-06-03T00:00:00.000Z,2032-07-03T00:00:00.000Z/2032-09-03T00:00:00.000Z/P31D,2032-10-03T00:00:00.000Z,2032-11-03T00:00:00.000Z,2032-12-03T00:00:00.000Z/2033-02-03T00:00:00.000Z/P31D,2033-03-03T00:00:00.000Z,2033-04-03T00:00:00.000Z,2033-05-03T00:00:00.000Z,2033-06-03T00:00:00.000Z,2033-07-03T00:00:00.000Z/2033-09-03T00:00:00.000Z/P31D,2033-10-03T00:00:00.000Z,2033-11-03T00:00:00.000Z,2033-12-03T00:00:00.000Z/2034-02-03T00:00:00.000Z/P31D,2034-03-03T00:00:00.000Z,2034-04-03T00:00:00.000Z,2034-05-03T00:00:00.000Z,2034-06-03T00:00:00.000Z,2034-07-03T00:00:00.000Z/2034-09-03T00:00:00.000Z/P31D,2034-10-03T00:00:00.000Z,2034-11-03T00:00:00.000Z,2034-12-03T00:00:00.000Z/2035-02-03T00:00:00.000Z/P31D,2035-03-03T00:00:00.000Z,2035-04-03T00:00:00.000Z,2035-05-03T00:00:00.000Z,2035-06-03T00:00:00.000Z,2035-07-03T00:00:00.000Z/2035-09-03T00:00:00.000Z/P31D,2035-10-03T00:00:00.000Z,2035-11-03T00:00:00.000Z,2035-12-03T00:00:00.000Z/2036-02-03T00:00:00.000Z/P31D,2036-03-02T00:00:00.000Z,2036-04-02T00:00:00.000Z,2036-05-02T00:00:00.000Z,2036-06-02T00:00:00.000Z,2036-07-02T00:00:00.000Z/2036-09-02T00:00:00.000Z/P31D,2036-10-02T00:00:00.000Z,2036-11-02T00:00:00.000Z,2036-12-02T00:00:00.000Z/2037-02-02T00:00:00.000Z/P31D,2037-03-02T00:00:00.000Z,2037-04-02T00:00:00.000Z,2037-05-02T00:00:00.000Z,2037-06-02T00:00:00.000Z,2037-07-02T00:00:00.000Z/2037-09-02T00:00:00.000Z/P31D,2037-10-02T00:00:00.000Z,2037-11-02T00:00:00.000Z,2037-12-02T00:00:00.000Z/2038-02-02T00:00:00.000Z/P31D,2038-03-02T00:00:00.000Z,2038-04-02T00:00:00.000Z,2038-05-02T00:00:00.000Z,2038-06-02T00:00:00.000Z,2038-07-02T00:00:00.000Z/2038-09-02T00:00:00.000Z/P31D,2038-10-02T00:00:00.000Z,2038-11-02T00:00:00.000Z,2038-12-02T00:00:00.000Z/2039-02-02T00:00:00.000Z/P31D,2039-03-02T00:00:00.000Z,2039-04-02T00:00:00.000Z,2039-05-02T00:00:00.000Z,2039-06-02T00:00:00.000Z,2039-07-02T00:00:00.000Z/2039-09-02T00:00:00.000Z/P31D,2039-10-02T00:00:00.000Z,2039-11-02T00:00:00.000Z,2039-12-02T00:00:00.000Z/2040-02-02T00:00:00.000Z/P31D,2040-03-01T00:00:00.000Z,2040-04-01T00:00:00.000Z,2040-05-01T00:00:00.000Z,2040-06-01T00:00:00.000Z,2040-07-01T00:00:00.000Z/2040-09-01T00:00:00.000Z/P31D,2040-10-01T00:00:00.000Z,2040-11-01T00:00:00.000Z,2040-12-01T00:00:00.000Z/2041-02-01T00:00:00.000Z/P31D,2041-03-01T00:00:00.000Z,2041-04-01T00:00:00.000Z,2041-05-01T00:00:00.000Z,2041-06-01T00:00:00.000Z,2041-07-01T00:00:00.000Z/2041-09-01T00:00:00.000Z/P31D,2041-10-01T00:00:00.000Z,2041-11-01T00:00:00.000Z,2041-12-01T00:00:00.000Z/2042-02-01T00:00:00.000Z/P31D,2042-03-01T00:00:00.000Z,2042-04-01T00:00:00.000Z,2042-05-01T00:00:00.000Z,2042-06-01T00:00:00.000Z,2042-07-01T00:00:00.000Z/2042-09-01T00:00:00.000Z/P31D,2042-10-01T00:00:00.000Z,2042-11-01T00:00:00.000Z,2042-12-01T00:00:00.000Z/2043-02-01T00:00:00.000Z/P31D,2043-03-01T00:00:00.000Z,2043-04-01T00:00:00.000Z,2043-05-01T00:00:00.000Z,2043-06-01T00:00:00.000Z,2043-07-01T00:00:00.000Z/2043-09-01T00:00:00.000Z/P31D,2043-10-01T00:00:00.000Z,2043-11-01T00:00:00.000Z,2043-12-01T00:00:00.000Z/2044-02-01T00:00:00.000Z/P31D,2044-02-29T00:00:00.000Z,2044-03-31T00:00:00.000Z,2044-04-30T00:00:00.000Z,2044-05-31T00:00:00.000Z,2044-06-30T00:00:00.000Z/2044-08-31T00:00:00.000Z/P31D,2044-09-30T00:00:00.000Z,2044-10-31T00:00:00.000Z,2044-11-30T00:00:00.000Z/2045-01-31T00:00:00.000Z/P31D,2045-02-28T00:00:00.000Z,2045-03-31T00:00:00.000Z,2045-04-30T00:00:00.000Z,2045-05-31T00:00:00.000Z,2045-06-30T00:00:00.000Z/2045-08-31T00:00:00.000Z/P31D,2045-09-30T00:00:00.000Z,2045-10-31T00:00:00.000Z,2045-11-30T00:00:00.000Z/2046-01-31T00:00:00.000Z/P31D,2046-02-28T00:00:00.000Z,2046-03-31T00:00:00.000Z,2046-04-30T00:00:00.000Z,2046-05-31T00:00:00.000Z,2046-06-30T00:00:00.000Z/2046-08-31T00:00:00.000Z/P31D,2046-09-30T00:00:00.000Z,2046-10-31T00:00:00.000Z,2046-11-30T00:00:00.000Z/2047-01-31T00:00:00.000Z/P31D,2047-02-28T00:00:00.000Z,2047-03-31T00:00:00.000Z,2047-04-30T00:00:00.000Z,2047-05-31T00:00:00.000Z,2047-06-30T00:00:00.000Z/2047-08-31T00:00:00.000Z/P31D,2047-09-30T00:00:00.000Z,2047-10-31T00:00:00.000Z,2047-11-30T00:00:00.000Z/2048-01-31T00:00:00.000Z/P31D,2048-02-28T00:00:00.000Z,2048-03-30T00:00:00.000Z,2048-04-29T00:00:00.000Z,2048-05-30T00:00:00.000Z,2048-06-29T00:00:00.000Z/2048-08-30T00:00:00.000Z/P31D,2048-09-29T00:00:00.000Z,2048-10-30T00:00:00.000Z,2048-11-29T00:00:00.000Z/2049-01-30T00:00:00.000Z/P31D,2049-02-27T00:00:00.000Z,2049-03-30T00:00:00.000Z,2049-04-29T00:00:00.000Z,2049-05-30T00:00:00.000Z,2049-06-29T00:00:00.000Z/2049-08-30T00:00:00.000Z/P31D,2049-09-29T00:00:00.000Z,2049-10-30T00:00:00.000Z,2049-11-29T00:00:00.000Z/2050-01-30T00:00:00.000Z/P31D,2050-02-27T00:00:00.000Z,2050-03-30T00:00:00.000Z,2050-04-29T00:00:00.000Z,2050-05-30T00:00:00.000Z,2050-06-29T00:00:00.000Z/2050-08-30T00:00:00.000Z/P31D,2050-09-29T00:00:00.000Z,2050-10-30T00:00:00.000Z,2050-11-29T00:00:00.000Z/2051-01-30T00:00:00.000Z/P31D,2051-02-27T00:00:00.000Z,2051-03-30T00:00:00.000Z,2051-04-29T00:00:00.000Z,2051-05-30T00:00:00.000Z,2051-06-29T00:00:00.000Z/2051-08-30T00:00:00.000Z/P31D,2051-09-29T00:00:00.000Z,2051-10-30T00:00:00.000Z,2051-11-29T00:00:00.000Z/2052-01-30T00:00:00.000Z/P31D,2052-02-27T00:00:00.000Z,2052-03-29T00:00:00.000Z,2052-04-28T00:00:00.000Z,2052-05-29T00:00:00.000Z,2052-06-28T00:00:00.000Z/2052-08-29T00:00:00.000Z/P31D,2052-09-28T00:00:00.000Z,2052-10-29T00:00:00.000Z,2052-11-28T00:00:00.000Z/2053-01-29T00:00:00.000Z/P31D,2053-02-26T00:00:00.000Z,2053-03-29T00:00:00.000Z,2053-04-28T00:00:00.000Z,2053-05-29T00:00:00.000Z,2053-06-28T00:00:00.000Z/2053-08-29T00:00:00.000Z/P31D,2053-09-28T00:00:00.000Z,2053-10-29T00:00:00.000Z,2053-11-28T00:00:00.000Z/2054-01-29T00:00:00.000Z/P31D,2054-02-26T00:00:00.000Z,2054-03-29T00:00:00.000Z,2054-04-28T00:00:00.000Z,2054-05-29T00:00:00.000Z,2054-06-28T00:00:00.000Z/2054-08-29T00:00:00.000Z/P31D,2054-09-28T00:00:00.000Z,2054-10-29T00:00:00.000Z,2054-11-28T00:00:00.000Z/2055-01-29T00:00:00.000Z/P31D,2055-02-26T00:00:00.000Z,2055-03-29T00:00:00.000Z,2055-04-28T00:00:00.000Z,2055-05-29T00:00:00.000Z,2055-06-28T00:00:00.000Z/2055-08-29T00:00:00.000Z/P31D,2055-09-28T00:00:00.000Z,2055-10-29T00:00:00.000Z,2055-11-28T00:00:00.000Z/2056-01-29T00:00:00.000Z/P31D,2056-02-26T00:00:00.000Z,2056-03-28T00:00:00.000Z,2056-04-27T00:00:00.000Z,2056-05-28T00:00:00.000Z,2056-06-27T00:00:00.000Z/2056-08-28T00:00:00.000Z/P31D,2056-09-27T00:00:00.000Z,2056-10-28T00:00:00.000Z,2056-11-27T00:00:00.000Z/2057-01-28T00:00:00.000Z/P31D,2057-02-25T00:00:00.000Z,2057-03-28T00:00:00.000Z,2057-04-27T00:00:00.000Z,2057-05-28T00:00:00.000Z,2057-06-27T00:00:00.000Z/2057-08-28T00:00:00.000Z/P31D,2057-09-27T00:00:00.000Z,2057-10-28T00:00:00.000Z,2057-11-27T00:00:00.000Z/2058-01-28T00:00:00.000Z/P31D,2058-02-25T00:00:00.000Z,2058-03-28T00:00:00.000Z,2058-04-27T00:00:00.000Z,2058-05-28T00:00:00.000Z,2058-06-27T00:00:00.000Z/2058-08-28T00:00:00.000Z/P31D,2058-09-27T00:00:00.000Z,2058-10-28T00:00:00.000Z,2058-11-27T00:00:00.000Z/2059-01-28T00:00:00.000Z/P31D,2059-02-25T00:00:00.000Z,2059-03-28T00:00:00.000Z,2059-04-27T00:00:00.000Z,2059-05-28T00:00:00.000Z,2059-06-27T00:00:00.000Z/2059-08-28T00:00:00.000Z/P31D,2059-09-27T00:00:00.000Z,2059-10-28T00:00:00.000Z,2059-11-27T00:00:00.000Z/2060-01-28T00:00:00.000Z/P31D,2060-02-25T00:00:00.000Z,2060-03-27T00:00:00.000Z,2060-04-26T00:00:00.000Z,2060-05-27T00:00:00.000Z,2060-06-26T00:00:00.000Z/2060-08-27T00:00:00.000Z/P31D,2060-09-26T00:00:00.000Z,2060-10-27T00:00:00.000Z,2060-11-26T00:00:00.000Z/2061-01-27T00:00:00.000Z/P31D,2061-02-24T00:00:00.000Z,2061-03-27T00:00:00.000Z,2061-04-26T00:00:00.000Z,2061-05-27T00:00:00.000Z,2061-06-26T00:00:00.000Z/2061-08-27T00:00:00.000Z/P31D,2061-09-26T00:00:00.000Z,2061-10-27T00:00:00.000Z,2061-11-26T00:00:00.000Z/2062-01-27T00:00:00.000Z/P31D,2062-02-24T00:00:00.000Z,2062-03-27T00:00:00.000Z,2062-04-26T00:00:00.000Z,2062-05-27T00:00:00.000Z,2062-06-26T00:00:00.000Z/2062-08-27T00:00:00.000Z/P31D,2062-09-26T00:00:00.000Z,2062-10-27T00:00:00.000Z,2062-11-26T00:00:00.000Z/2063-01-27T00:00:00.000Z/P31D,2063-02-24T00:00:00.000Z,2063-03-27T00:00:00.000Z,2063-04-26T00:00:00.000Z,2063-05-27T00:00:00.000Z,2063-06-26T00:00:00.000Z/2063-08-27T00:00:00.000Z/P31D,2063-09-26T00:00:00.000Z,2063-10-27T00:00:00.000Z,2063-11-26T00:00:00.000Z/2064-01-27T00:00:00.000Z/P31D,2064-02-24T00:00:00.000Z,2064-03-26T00:00:00.000Z,2064-04-25T00:00:00.000Z,2064-05-26T00:00:00.000Z,2064-06-25T00:00:00.000Z/2064-08-26T00:00:00.000Z/P31D,2064-09-25T00:00:00.000Z,2064-10-26T00:00:00.000Z,2064-11-25T00:00:00.000Z/2065-01-26T00:00:00.000Z/P31D,2065-02-23T00:00:00.000Z,2065-03-26T00:00:00.000Z,2065-04-25T00:00:00.000Z,2065-05-26T00:00:00.000Z,2065-06-25T00:00:00.000Z/2065-08-26T00:00:00.000Z/P31D,2065-09-25T00:00:00.000Z,2065-10-26T00:00:00.000Z,2065-11-25T00:00:00.000Z/2066-01-26T00:00:00.000Z/P31D,2066-02-23T00:00:00.000Z,2066-03-26T00:00:00.000Z,2066-04-25T00:00:00.000Z,2066-05-26T00:00:00.000Z,2066-06-25T00:00:00.000Z/2066-08-26T00:00:00.000Z/P31D,2066-09-25T00:00:00.000Z,2066-10-26T00:00:00.000Z,2066-11-25T00:00:00.000Z/2067-01-26T00:00:00.000Z/P31D,2067-02-23T00:00:00.000Z,2067-03-26T00:00:00.000Z,2067-04-25T00:00:00.000Z,2067-05-26T00:00:00.000Z,2067-06-25T00:00:00.000Z/2067-08-26T00:00:00.000Z/P31D,2067-09-25T00:00:00.000Z,2067-10-26T00:00:00.000Z,2067-11-25T00:00:00.000Z/2068-01-26T00:00:00.000Z/P31D,2068-02-23T00:00:00.000Z,2068-03-25T00:00:00.000Z,2068-04-24T00:00:00.000Z,2068-05-25T00:00:00.000Z,2068-06-24T00:00:00.000Z/2068-08-25T00:00:00.000Z/P31D,2068-09-24T00:00:00.000Z,2068-10-25T00:00:00.000Z,2068-11-24T00:00:00.000Z/2069-01-25T00:00:00.000Z/P31D,2069-02-22T00:00:00.000Z,2069-03-25T00:00:00.000Z,2069-04-24T00:00:00.000Z,2069-05-25T00:00:00.000Z,2069-06-24T00:00:00.000Z/2069-08-25T00:00:00.000Z/P31D,2069-09-24T00:00:00.000Z,2069-10-25T00:00:00.000Z,2069-11-24T00:00:00.000Z/2070-01-25T00:00:00.000Z/P31D,2070-02-22T00:00:00.000Z,2070-03-25T00:00:00.000Z,2070-04-24T00:00:00.000Z,2070-05-25T00:00:00.000Z,2070-06-24T00:00:00.000Z/2070-08-25T00:00:00.000Z/P31D,2070-09-24T00:00:00.000Z,2070-10-25T00:00:00.000Z,2070-11-24T00:00:00.000Z/2071-01-25T00:00:00.000Z/P31D,2071-02-22T00:00:00.000Z,2071-03-25T00:00:00.000Z,2071-04-24T00:00:00.000Z,2071-05-25T00:00:00.000Z,2071-06-24T00:00:00.000Z/2071-08-25T00:00:00.000Z/P31D,2071-09-24T00:00:00.000Z,2071-10-25T00:00:00.000Z,2071-11-24T00:00:00.000Z/2072-01-25T00:00:00.000Z/P31D,2072-02-22T00:00:00.000Z,2072-03-24T00:00:00.000Z,2072-04-23T00:00:00.000Z,2072-05-24T00:00:00.000Z,2072-06-23T00:00:00.000Z/2072-08-24T00:00:00.000Z/P31D,2072-09-23T00:00:00.000Z,2072-10-24T00:00:00.000Z,2072-11-23T00:00:00.000Z/2073-01-24T00:00:00.000Z/P31D,2073-02-21T00:00:00.000Z,2073-03-24T00:00:00.000Z,2073-04-23T00:00:00.000Z,2073-05-24T00:00:00.000Z,2073-06-23T00:00:00.000Z/2073-08-24T00:00:00.000Z/P31D,2073-09-23T00:00:00.000Z,2073-10-24T00:00:00.000Z,2073-11-23T00:00:00.000Z/2074-01-24T00:00:00.000Z/P31D,2074-02-21T00:00:00.000Z,2074-03-24T00:00:00.000Z,2074-04-23T00:00:00.000Z,2074-05-24T00:00:00.000Z,2074-06-23T00:00:00.000Z/2074-08-24T00:00:00.000Z/P31D,2074-09-23T00:00:00.000Z,2074-10-24T00:00:00.000Z,2074-11-23T00:00:00.000Z/2075-01-24T00:00:00.000Z/P31D,2075-02-21T00:00:00.000Z,2075-03-24T00:00:00.000Z,2075-04-23T00:00:00.000Z,2075-05-24T00:00:00.000Z,2075-06-23T00:00:00.000Z/2075-08-24T00:00:00.000Z/P31D,2075-09-23T00:00:00.000Z,2075-10-24T00:00:00.000Z,2075-11-23T00:00:00.000Z/2076-01-24T00:00:00.000Z/P31D,2076-02-21T00:00:00.000Z,2076-03-23T00:00:00.000Z,2076-04-22T00:00:00.000Z,2076-05-23T00:00:00.000Z,2076-06-22T00:00:00.000Z/2076-08-23T00:00:00.000Z/P31D,2076-09-22T00:00:00.000Z,2076-10-23T00:00:00.000Z,2076-11-22T00:00:00.000Z/2077-01-23T00:00:00.000Z/P31D,2077-02-20T00:00:00.000Z,2077-03-23T00:00:00.000Z,2077-04-22T00:00:00.000Z,2077-05-23T00:00:00.000Z,2077-06-22T00:00:00.000Z/2077-08-23T00:00:00.000Z/P31D,2077-09-22T00:00:00.000Z,2077-10-23T00:00:00.000Z,2077-11-22T00:00:00.000Z/2078-01-23T00:00:00.000Z/P31D,2078-02-20T00:00:00.000Z,2078-03-23T00:00:00.000Z,2078-04-22T00:00:00.000Z,2078-05-23T00:00:00.000Z,2078-06-22T00:00:00.000Z/2078-08-23T00:00:00.000Z/P31D,2078-09-22T00:00:00.000Z,2078-10-23T00:00:00.000Z,2078-11-22T00:00:00.000Z/2079-01-23T00:00:00.000Z/P31D,2079-02-20T00:00:00.000Z,2079-03-23T00:00:00.000Z,2079-04-22T00:00:00.000Z,2079-05-23T00:00:00.000Z,2079-06-22T00:00:00.000Z/2079-08-23T00:00:00.000Z/P31D,2079-09-22T00:00:00.000Z,2079-10-23T00:00:00.000Z,2079-11-22T00:00:00.000Z/2080-01-23T00:00:00.000Z/P31D,2080-02-20T00:00:00.000Z,2080-03-22T00:00:00.000Z,2080-04-21T00:00:00.000Z,2080-05-22T00:00:00.000Z,2080-06-21T00:00:00.000Z/2080-08-22T00:00:00.000Z/P31D,2080-09-21T00:00:00.000Z,2080-10-22T00:00:00.000Z,2080-11-21T00:00:00.000Z/2081-01-22T00:00:00.000Z/P31D,2081-02-19T00:00:00.000Z,2081-03-22T00:00:00.000Z,2081-04-21T00:00:00.000Z,2081-05-22T00:00:00.000Z,2081-06-21T00:00:00.000Z/2081-08-22T00:00:00.000Z/P31D,2081-09-21T00:00:00.000Z,2081-10-22T00:00:00.000Z,2081-11-21T00:00:00.000Z/2082-01-22T00:00:00.000Z/P31D,2082-02-19T00:00:00.000Z,2082-03-22T00:00:00.000Z,2082-04-21T00:00:00.000Z,2082-05-22T00:00:00.000Z,2082-06-21T00:00:00.000Z/2082-08-22T00:00:00.000Z/P31D,2082-09-21T00:00:00.000Z,2082-10-22T00:00:00.000Z,2082-11-21T00:00:00.000Z/2083-01-22T00:00:00.000Z/P31D,2083-02-19T00:00:00.000Z,2083-03-22T00:00:00.000Z,2083-04-21T00:00:00.000Z,2083-05-22T00:00:00.000Z,2083-06-21T00:00:00.000Z/2083-08-22T00:00:00.000Z/P31D,2083-09-21T00:00:00.000Z,2083-10-22T00:00:00.000Z,2083-11-21T00:00:00.000Z/2084-01-22T00:00:00.000Z/P31D,2084-02-19T00:00:00.000Z,2084-03-21T00:00:00.000Z,2084-04-20T00:00:00.000Z,2084-05-21T00:00:00.000Z,2084-06-20T00:00:00.000Z/2084-08-21T00:00:00.000Z/P31D,2084-09-20T00:00:00.000Z,2084-10-21T00:00:00.000Z,2084-11-20T00:00:00.000Z/2085-01-21T00:00:00.000Z/P31D,2085-02-18T00:00:00.000Z,2085-03-21T00:00:00.000Z,2085-04-20T00:00:00.000Z,2085-05-21T00:00:00.000Z,2085-06-20T00:00:00.000Z/2085-08-21T00:00:00.000Z/P31D,2085-09-20T00:00:00.000Z,2085-10-21T00:00:00.000Z,2085-11-20T00:00:00.000Z/2086-01-21T00:00:00.000Z/P31D,2086-02-18T00:00:00.000Z,2086-03-21T00:00:00.000Z,2086-04-20T00:00:00.000Z,2086-05-21T00:00:00.000Z,2086-06-20T00:00:00.000Z/2086-08-21T00:00:00.000Z/P31D,2086-09-20T00:00:00.000Z,2086-10-21T00:00:00.000Z,2086-11-20T00:00:00.000Z/2087-01-21T00:00:00.000Z/P31D,2087-02-18T00:00:00.000Z,2087-03-21T00:00:00.000Z,2087-04-20T00:00:00.000Z,2087-05-21T00:00:00.000Z,2087-06-20T00:00:00.000Z/2087-08-21T00:00:00.000Z/P31D,2087-09-20T00:00:00.000Z,2087-10-21T00:00:00.000Z,2087-11-20T00:00:00.000Z/2088-01-21T00:00:00.000Z/P31D,2088-02-18T00:00:00.000Z,2088-03-20T00:00:00.000Z,2088-04-19T00:00:00.000Z,2088-05-20T00:00:00.000Z,2088-06-19T00:00:00.000Z/2088-08-20T00:00:00.000Z/P31D,2088-09-19T00:00:00.000Z,2088-10-20T00:00:00.000Z,2088-11-19T00:00:00.000Z/2089-01-20T00:00:00.000Z/P31D,2089-02-17T00:00:00.000Z,2089-03-20T00:00:00.000Z,2089-04-19T00:00:00.000Z,2089-05-20T00:00:00.000Z,2089-06-19T00:00:00.000Z/2089-08-20T00:00:00.000Z/P31D,2089-09-19T00:00:00.000Z,2089-10-20T00:00:00.000Z,2089-11-19T00:00:00.000Z/2090-01-20T00:00:00.000Z/P31D,2090-02-17T00:00:00.000Z,2090-03-20T00:00:00.000Z,2090-04-19T00:00:00.000Z,2090-05-20T00:00:00.000Z,2090-06-19T00:00:00.000Z/2090-08-20T00:00:00.000Z/P31D,2090-09-19T00:00:00.000Z,2090-10-20T00:00:00.000Z,2090-11-19T00:00:00.000Z/2091-01-20T00:00:00.000Z/P31D,2091-02-17T00:00:00.000Z,2091-03-20T00:00:00.000Z,2091-04-19T00:00:00.000Z,2091-05-20T00:00:00.000Z,2091-06-19T00:00:00.000Z/2091-08-20T00:00:00.000Z/P31D,2091-09-19T00:00:00.000Z,2091-10-20T00:00:00.000Z,2091-11-19T00:00:00.000Z/2092-01-20T00:00:00.000Z/P31D,2092-02-17T00:00:00.000Z,2092-03-19T00:00:00.000Z,2092-04-18T00:00:00.000Z,2092-05-19T00:00:00.000Z,2092-06-18T00:00:00.000Z/2092-08-19T00:00:00.000Z/P31D,2092-09-18T00:00:00.000Z,2092-10-19T00:00:00.000Z,2092-11-18T00:00:00.000Z/2093-01-19T00:00:00.000Z/P31D,2093-02-16T00:00:00.000Z,2093-03-19T00:00:00.000Z,2093-04-18T00:00:00.000Z,2093-05-19T00:00:00.000Z,2093-06-18T00:00:00.000Z/2093-08-19T00:00:00.000Z/P31D,2093-09-18T00:00:00.000Z,2093-10-19T00:00:00.000Z,2093-11-18T00:00:00.000Z/2094-01-19T00:00:00.000Z/P31D,2094-02-16T00:00:00.000Z,2094-03-19T00:00:00.000Z,2094-04-18T00:00:00.000Z,2094-05-19T00:00:00.000Z,2094-06-18T00:00:00.000Z/2094-08-19T00:00:00.000Z/P31D,2094-09-18T00:00:00.000Z,2094-10-19T00:00:00.000Z,2094-11-18T00:00:00.000Z/2095-01-19T00:00:00.000Z/P31D,2095-02-16T00:00:00.000Z,2095-03-19T00:00:00.000Z,2095-04-18T00:00:00.000Z,2095-05-19T00:00:00.000Z,2095-06-18T00:00:00.000Z/2095-08-19T00:00:00.000Z/P31D,2095-09-18T00:00:00.000Z,2095-10-19T00:00:00.000Z,2095-11-18T00:00:00.000Z/2096-01-19T00:00:00.000Z/P31D,2096-02-16T00:00:00.000Z,2096-03-18T00:00:00.000Z,2096-04-17T00:00:00.000Z,2096-05-18T00:00:00.000Z,2096-06-17T00:00:00.000Z/2096-08-18T00:00:00.000Z/P31D,2096-09-17T00:00:00.000Z,2096-10-18T00:00:00.000Z,2096-11-17T00:00:00.000Z/2097-01-18T00:00:00.000Z/P31D,2097-02-15T00:00:00.000Z,2097-03-18T00:00:00.000Z,2097-04-17T00:00:00.000Z,2097-05-18T00:00:00.000Z,2097-06-17T00:00:00.000Z/2097-08-18T00:00:00.000Z/P31D,2097-09-17T00:00:00.000Z,2097-10-18T00:00:00.000Z,2097-11-17T00:00:00.000Z/2098-01-18T00:00:00.000Z/P31D,2098-02-15T00:00:00.000Z,2098-03-18T00:00:00.000Z,2098-04-17T00:00:00.000Z,2098-05-18T00:00:00.000Z,2098-06-17T00:00:00.000Z/2098-08-18T00:00:00.000Z/P31D,2098-09-17T00:00:00.000Z,2098-10-18T00:00:00.000Z,2098-11-17T00:00:00.000Z/2099-01-18T00:00:00.000Z/P31D,2099-02-15T00:00:00.000Z,2099-03-18T00:00:00.000Z,2099-04-17T00:00:00.000Z,2099-05-18T00:00:00.000Z,2099-06-17T00:00:00.000Z/2099-08-18T00:00:00.000Z/P31D,2099-09-17T00:00:00.000Z,2099-10-18T00:00:00.000Z,2099-11-17T00:00:00.000Z/2100-01-18T00:00:00.000Z/P31D,2100-02-15T00:00:00.000Z,2100-03-18T00:00:00.000Z,2100-04-17T00:00:00.000Z,2100-05-18T00:00:00.000Z,2100-06-17T00:00:00.000Z/2100-08-18T00:00:00.000Z/P31D,2100-09-17T00:00:00.000Z,2100-10-18T00:00:00.000Z,2100-11-17T00:00:00.000Z,2100-12-18T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tasmin
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tasmin&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tasmin
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tasmin&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tasmin
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tasmin&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=tasmin
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tasmin&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ppt</Name>
        <Title>precipitation_amount</Title>
        <Abstract>precipitation_amount</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.02083333333698</westBoundLongitude>
            <eastBoundLongitude>-66.47916198333701</eastBoundLongitude>
            <southBoundLatitude>24.06249999999968</southBoundLatitude>
            <northBoundLatitude>49.93750206999968</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.02083333333698" maxx="-66.47916198333701" miny="24.06249999999968" maxy="49.93750206999968"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-04-05T00:00:00.000Z">
            2006-02-10T00:00:00.000Z,2006-03-10T00:00:00.000Z,2006-04-10T00:00:00.000Z,2006-05-10T00:00:00.000Z,2006-06-10T00:00:00.000Z,2006-07-10T00:00:00.000Z/2006-09-10T00:00:00.000Z/P31D,2006-10-10T00:00:00.000Z,2006-11-10T00:00:00.000Z,2006-12-10T00:00:00.000Z/2007-02-10T00:00:00.000Z/P31D,2007-03-10T00:00:00.000Z,2007-04-10T00:00:00.000Z,2007-05-10T00:00:00.000Z,2007-06-10T00:00:00.000Z,2007-07-10T00:00:00.000Z/2007-09-10T00:00:00.000Z/P31D,2007-10-10T00:00:00.000Z,2007-11-10T00:00:00.000Z,2007-12-10T00:00:00.000Z/2008-02-10T00:00:00.000Z/P31D,2008-03-09T00:00:00.000Z,2008-04-09T00:00:00.000Z,2008-05-09T00:00:00.000Z,2008-06-09T00:00:00.000Z,2008-07-09T00:00:00.000Z/2008-09-09T00:00:00.000Z/P31D,2008-10-09T00:00:00.000Z,2008-11-09T00:00:00.000Z,2008-12-09T00:00:00.000Z/2009-02-09T00:00:00.000Z/P31D,2009-03-09T00:00:00.000Z,2009-04-09T00:00:00.000Z,2009-05-09T00:00:00.000Z,2009-06-09T00:00:00.000Z,2009-07-09T00:00:00.000Z/2009-09-09T00:00:00.000Z/P31D,2009-10-09T00:00:00.000Z,2009-11-09T00:00:00.000Z,2009-12-09T00:00:00.000Z/2010-02-09T00:00:00.000Z/P31D,2010-03-09T00:00:00.000Z,2010-04-09T00:00:00.000Z,2010-05-09T00:00:00.000Z,2010-06-09T00:00:00.000Z,2010-07-09T00:00:00.000Z/2010-09-09T00:00:00.000Z/P31D,2010-10-09T00:00:00.000Z,2010-11-09T00:00:00.000Z,2010-12-09T00:00:00.000Z/2011-02-09T00:00:00.000Z/P31D,2011-03-09T00:00:00.000Z,2011-04-09T00:00:00.000Z,2011-05-09T00:00:00.000Z,2011-06-09T00:00:00.000Z,2011-07-09T00:00:00.000Z/2011-09-09T00:00:00.000Z/P31D,2011-10-09T00:00:00.000Z,2011-11-09T00:00:00.000Z,2011-12-09T00:00:00.000Z/2012-02-09T00:00:00.000Z/P31D,2012-03-08T00:00:00.000Z,2012-04-08T00:00:00.000Z,2012-05-08T00:00:00.000Z,2012-06-08T00:00:00.000Z,2012-07-08T00:00:00.000Z/2012-09-08T00:00:00.000Z/P31D,2012-10-08T00:00:00.000Z,2012-11-08T00:00:00.000Z,2012-12-08T00:00:00.000Z/2013-02-08T00:00:00.000Z/P31D,2013-03-08T00:00:00.000Z,2013-04-08T00:00:00.000Z,2013-05-08T00:00:00.000Z,2013-06-08T00:00:00.000Z,2013-07-08T00:00:00.000Z/2013-09-08T00:00:00.000Z/P31D,2013-10-08T00:00:00.000Z,2013-11-08T00:00:00.000Z,2013-12-08T00:00:00.000Z/2014-02-08T00:00:00.000Z/P31D,2014-03-08T00:00:00.000Z,2014-04-08T00:00:00.000Z,2014-05-08T00:00:00.000Z,2014-06-08T00:00:00.000Z,2014-07-08T00:00:00.000Z/2014-09-08T00:00:00.000Z/P31D,2014-10-08T00:00:00.000Z,2014-11-08T00:00:00.000Z,2014-12-08T00:00:00.000Z/2015-02-08T00:00:00.000Z/P31D,2015-03-08T00:00:00.000Z,2015-04-08T00:00:00.000Z,2015-05-08T00:00:00.000Z,2015-06-08T00:00:00.000Z,2015-07-08T00:00:00.000Z/2015-09-08T00:00:00.000Z/P31D,2015-10-08T00:00:00.000Z,2015-11-08T00:00:00.000Z,2015-12-08T00:00:00.000Z/2016-02-08T00:00:00.000Z/P31D,2016-03-07T00:00:00.000Z,2016-04-07T00:00:00.000Z,2016-05-07T00:00:00.000Z,2016-06-07T00:00:00.000Z,2016-07-07T00:00:00.000Z/2016-09-07T00:00:00.000Z/P31D,2016-10-07T00:00:00.000Z,2016-11-07T00:00:00.000Z,2016-12-07T00:00:00.000Z/2017-02-07T00:00:00.000Z/P31D,2017-03-07T00:00:00.000Z,2017-04-07T00:00:00.000Z,2017-05-07T00:00:00.000Z,2017-06-07T00:00:00.000Z,2017-07-07T00:00:00.000Z/2017-09-07T00:00:00.000Z/P31D,2017-10-07T00:00:00.000Z,2017-11-07T00:00:00.000Z,2017-12-07T00:00:00.000Z/2018-02-07T00:00:00.000Z/P31D,2018-03-07T00:00:00.000Z,2018-04-07T00:00:00.000Z,2018-05-07T00:00:00.000Z,2018-06-07T00:00:00.000Z,2018-07-07T00:00:00.000Z/2018-09-07T00:00:00.000Z/P31D,2018-10-07T00:00:00.000Z,2018-11-07T00:00:00.000Z,2018-12-07T00:00:00.000Z/2019-02-07T00:00:00.000Z/P31D,2019-03-07T00:00:00.000Z,2019-04-07T00:00:00.000Z,2019-05-07T00:00:00.000Z,2019-06-07T00:00:00.000Z,2019-07-07T00:00:00.000Z/2019-09-07T00:00:00.000Z/P31D,2019-10-07T00:00:00.000Z,2019-11-07T00:00:00.000Z,2019-12-07T00:00:00.000Z/2020-02-07T00:00:00.000Z/P31D,2020-03-06T00:00:00.000Z,2020-04-06T00:00:00.000Z,2020-05-06T00:00:00.000Z,2020-06-06T00:00:00.000Z,2020-07-06T00:00:00.000Z/2020-09-06T00:00:00.000Z/P31D,2020-10-06T00:00:00.000Z,2020-11-06T00:00:00.000Z,2020-12-06T00:00:00.000Z/2021-02-06T00:00:00.000Z/P31D,2021-03-06T00:00:00.000Z,2021-04-06T00:00:00.000Z,2021-05-06T00:00:00.000Z,2021-06-06T00:00:00.000Z,2021-07-06T00:00:00.000Z/2021-09-06T00:00:00.000Z/P31D,2021-10-06T00:00:00.000Z,2021-11-06T00:00:00.000Z,2021-12-06T00:00:00.000Z/2022-02-06T00:00:00.000Z/P31D,2022-03-06T00:00:00.000Z,2022-04-06T00:00:00.000Z,2022-05-06T00:00:00.000Z,2022-06-06T00:00:00.000Z,2022-07-06T00:00:00.000Z/2022-09-06T00:00:00.000Z/P31D,2022-10-06T00:00:00.000Z,2022-11-06T00:00:00.000Z,2022-12-06T00:00:00.000Z/2023-02-06T00:00:00.000Z/P31D,2023-03-06T00:00:00.000Z,2023-04-06T00:00:00.000Z,2023-05-06T00:00:00.000Z,2023-06-06T00:00:00.000Z,2023-07-06T00:00:00.000Z/2023-09-06T00:00:00.000Z/P31D,2023-10-06T00:00:00.000Z,2023-11-06T00:00:00.000Z,2023-12-06T00:00:00.000Z/2024-02-06T00:00:00.000Z/P31D,2024-03-05T00:00:00.000Z,2024-04-05T00:00:00.000Z,2024-05-05T00:00:00.000Z,2024-06-05T00:00:00.000Z,2024-07-05T00:00:00.000Z/2024-09-05T00:00:00.000Z/P31D,2024-10-05T00:00:00.000Z,2024-11-05T00:00:00.000Z,2024-12-05T00:00:00.000Z/2025-02-05T00:00:00.000Z/P31D,2025-03-05T00:00:00.000Z,2025-04-05T00:00:00.000Z,2025-05-05T00:00:00.000Z,2025-06-05T00:00:00.000Z,2025-07-05T00:00:00.000Z/2025-09-05T00:00:00.000Z/P31D,2025-10-05T00:00:00.000Z,2025-11-05T00:00:00.000Z,2025-12-05T00:00:00.000Z/2026-02-05T00:00:00.000Z/P31D,2026-03-05T00:00:00.000Z,2026-04-05T00:00:00.000Z,2026-05-05T00:00:00.000Z,2026-06-05T00:00:00.000Z,2026-07-05T00:00:00.000Z/2026-09-05T00:00:00.000Z/P31D,2026-10-05T00:00:00.000Z,2026-11-05T00:00:00.000Z,2026-12-05T00:00:00.000Z/2027-02-05T00:00:00.000Z/P31D,2027-03-05T00:00:00.000Z,2027-04-05T00:00:00.000Z,2027-05-05T00:00:00.000Z,2027-06-05T00:00:00.000Z,2027-07-05T00:00:00.000Z/2027-09-05T00:00:00.000Z/P31D,2027-10-05T00:00:00.000Z,2027-11-05T00:00:00.000Z,2027-12-05T00:00:00.000Z/2028-02-05T00:00:00.000Z/P31D,2028-03-04T00:00:00.000Z,2028-04-04T00:00:00.000Z,2028-05-04T00:00:00.000Z,2028-06-04T00:00:00.000Z,2028-07-04T00:00:00.000Z/2028-09-04T00:00:00.000Z/P31D,2028-10-04T00:00:00.000Z,2028-11-04T00:00:00.000Z,2028-12-04T00:00:00.000Z/2029-02-04T00:00:00.000Z/P31D,2029-03-04T00:00:00.000Z,2029-04-04T00:00:00.000Z,2029-05-04T00:00:00.000Z,2029-06-04T00:00:00.000Z,2029-07-04T00:00:00.000Z/2029-09-04T00:00:00.000Z/P31D,2029-10-04T00:00:00.000Z,2029-11-04T00:00:00.000Z,2029-12-04T00:00:00.000Z/2030-02-04T00:00:00.000Z/P31D,2030-03-04T00:00:00.000Z,2030-04-04T00:00:00.000Z,2030-05-04T00:00:00.000Z,2030-06-04T00:00:00.000Z,2030-07-04T00:00:00.000Z/2030-09-04T00:00:00.000Z/P31D,2030-10-04T00:00:00.000Z,2030-11-04T00:00:00.000Z,2030-12-04T00:00:00.000Z/2031-02-04T00:00:00.000Z/P31D,2031-03-04T00:00:00.000Z,2031-04-04T00:00:00.000Z,2031-05-04T00:00:00.000Z,2031-06-04T00:00:00.000Z,2031-07-04T00:00:00.000Z/2031-09-04T00:00:00.000Z/P31D,2031-10-04T00:00:00.000Z,2031-11-04T00:00:00.000Z,2031-12-04T00:00:00.000Z/2032-02-04T00:00:00.000Z/P31D,2032-03-03T00:00:00.000Z,2032-04-03T00:00:00.000Z,2032-05-03T00:00:00.000Z,2032-06-03T00:00:00.000Z,2032-07-03T00:00:00.000Z/2032-09-03T00:00:00.000Z/P31D,2032-10-03T00:00:00.000Z,2032-11-03T00:00:00.000Z,2032-12-03T00:00:00.000Z/2033-02-03T00:00:00.000Z/P31D,2033-03-03T00:00:00.000Z,2033-04-03T00:00:00.000Z,2033-05-03T00:00:00.000Z,2033-06-03T00:00:00.000Z,2033-07-03T00:00:00.000Z/2033-09-03T00:00:00.000Z/P31D,2033-10-03T00:00:00.000Z,2033-11-03T00:00:00.000Z,2033-12-03T00:00:00.000Z/2034-02-03T00:00:00.000Z/P31D,2034-03-03T00:00:00.000Z,2034-04-03T00:00:00.000Z,2034-05-03T00:00:00.000Z,2034-06-03T00:00:00.000Z,2034-07-03T00:00:00.000Z/2034-09-03T00:00:00.000Z/P31D,2034-10-03T00:00:00.000Z,2034-11-03T00:00:00.000Z,2034-12-03T00:00:00.000Z/2035-02-03T00:00:00.000Z/P31D,2035-03-03T00:00:00.000Z,2035-04-03T00:00:00.000Z,2035-05-03T00:00:00.000Z,2035-06-03T00:00:00.000Z,2035-07-03T00:00:00.000Z/2035-09-03T00:00:00.000Z/P31D,2035-10-03T00:00:00.000Z,2035-11-03T00:00:00.000Z,2035-12-03T00:00:00.000Z/2036-02-03T00:00:00.000Z/P31D,2036-03-02T00:00:00.000Z,2036-04-02T00:00:00.000Z,2036-05-02T00:00:00.000Z,2036-06-02T00:00:00.000Z,2036-07-02T00:00:00.000Z/2036-09-02T00:00:00.000Z/P31D,2036-10-02T00:00:00.000Z,2036-11-02T00:00:00.000Z,2036-12-02T00:00:00.000Z/2037-02-02T00:00:00.000Z/P31D,2037-03-02T00:00:00.000Z,2037-04-02T00:00:00.000Z,2037-05-02T00:00:00.000Z,2037-06-02T00:00:00.000Z,2037-07-02T00:00:00.000Z/2037-09-02T00:00:00.000Z/P31D,2037-10-02T00:00:00.000Z,2037-11-02T00:00:00.000Z,2037-12-02T00:00:00.000Z/2038-02-02T00:00:00.000Z/P31D,2038-03-02T00:00:00.000Z,2038-04-02T00:00:00.000Z,2038-05-02T00:00:00.000Z,2038-06-02T00:00:00.000Z,2038-07-02T00:00:00.000Z/2038-09-02T00:00:00.000Z/P31D,2038-10-02T00:00:00.000Z,2038-11-02T00:00:00.000Z,2038-12-02T00:00:00.000Z/2039-02-02T00:00:00.000Z/P31D,2039-03-02T00:00:00.000Z,2039-04-02T00:00:00.000Z,2039-05-02T00:00:00.000Z,2039-06-02T00:00:00.000Z,2039-07-02T00:00:00.000Z/2039-09-02T00:00:00.000Z/P31D,2039-10-02T00:00:00.000Z,2039-11-02T00:00:00.000Z,2039-12-02T00:00:00.000Z/2040-02-02T00:00:00.000Z/P31D,2040-03-01T00:00:00.000Z,2040-04-01T00:00:00.000Z,2040-05-01T00:00:00.000Z,2040-06-01T00:00:00.000Z,2040-07-01T00:00:00.000Z/2040-09-01T00:00:00.000Z/P31D,2040-10-01T00:00:00.000Z,2040-11-01T00:00:00.000Z,2040-12-01T00:00:00.000Z/2041-02-01T00:00:00.000Z/P31D,2041-03-01T00:00:00.000Z,2041-04-01T00:00:00.000Z,2041-05-01T00:00:00.000Z,2041-06-01T00:00:00.000Z,2041-07-01T00:00:00.000Z/2041-09-01T00:00:00.000Z/P31D,2041-10-01T00:00:00.000Z,2041-11-01T00:00:00.000Z,2041-12-01T00:00:00.000Z/2042-02-01T00:00:00.000Z/P31D,2042-03-01T00:00:00.000Z,2042-04-01T00:00:00.000Z,2042-05-01T00:00:00.000Z,2042-06-01T00:00:00.000Z,2042-07-01T00:00:00.000Z/2042-09-01T00:00:00.000Z/P31D,2042-10-01T00:00:00.000Z,2042-11-01T00:00:00.000Z,2042-12-01T00:00:00.000Z/2043-02-01T00:00:00.000Z/P31D,2043-03-01T00:00:00.000Z,2043-04-01T00:00:00.000Z,2043-05-01T00:00:00.000Z,2043-06-01T00:00:00.000Z,2043-07-01T00:00:00.000Z/2043-09-01T00:00:00.000Z/P31D,2043-10-01T00:00:00.000Z,2043-11-01T00:00:00.000Z,2043-12-01T00:00:00.000Z/2044-02-01T00:00:00.000Z/P31D,2044-02-29T00:00:00.000Z,2044-03-31T00:00:00.000Z,2044-04-30T00:00:00.000Z,2044-05-31T00:00:00.000Z,2044-06-30T00:00:00.000Z/2044-08-31T00:00:00.000Z/P31D,2044-09-30T00:00:00.000Z,2044-10-31T00:00:00.000Z,2044-11-30T00:00:00.000Z/2045-01-31T00:00:00.000Z/P31D,2045-02-28T00:00:00.000Z,2045-03-31T00:00:00.000Z,2045-04-30T00:00:00.000Z,2045-05-31T00:00:00.000Z,2045-06-30T00:00:00.000Z/2045-08-31T00:00:00.000Z/P31D,2045-09-30T00:00:00.000Z,2045-10-31T00:00:00.000Z,2045-11-30T00:00:00.000Z/2046-01-31T00:00:00.000Z/P31D,2046-02-28T00:00:00.000Z,2046-03-31T00:00:00.000Z,2046-04-30T00:00:00.000Z,2046-05-31T00:00:00.000Z,2046-06-30T00:00:00.000Z/2046-08-31T00:00:00.000Z/P31D,2046-09-30T00:00:00.000Z,2046-10-31T00:00:00.000Z,2046-11-30T00:00:00.000Z/2047-01-31T00:00:00.000Z/P31D,2047-02-28T00:00:00.000Z,2047-03-31T00:00:00.000Z,2047-04-30T00:00:00.000Z,2047-05-31T00:00:00.000Z,2047-06-30T00:00:00.000Z/2047-08-31T00:00:00.000Z/P31D,2047-09-30T00:00:00.000Z,2047-10-31T00:00:00.000Z,2047-11-30T00:00:00.000Z/2048-01-31T00:00:00.000Z/P31D,2048-02-28T00:00:00.000Z,2048-03-30T00:00:00.000Z,2048-04-29T00:00:00.000Z,2048-05-30T00:00:00.000Z,2048-06-29T00:00:00.000Z/2048-08-30T00:00:00.000Z/P31D,2048-09-29T00:00:00.000Z,2048-10-30T00:00:00.000Z,2048-11-29T00:00:00.000Z/2049-01-30T00:00:00.000Z/P31D,2049-02-27T00:00:00.000Z,2049-03-30T00:00:00.000Z,2049-04-29T00:00:00.000Z,2049-05-30T00:00:00.000Z,2049-06-29T00:00:00.000Z/2049-08-30T00:00:00.000Z/P31D,2049-09-29T00:00:00.000Z,2049-10-30T00:00:00.000Z,2049-11-29T00:00:00.000Z/2050-01-30T00:00:00.000Z/P31D,2050-02-27T00:00:00.000Z,2050-03-30T00:00:00.000Z,2050-04-29T00:00:00.000Z,2050-05-30T00:00:00.000Z,2050-06-29T00:00:00.000Z/2050-08-30T00:00:00.000Z/P31D,2050-09-29T00:00:00.000Z,2050-10-30T00:00:00.000Z,2050-11-29T00:00:00.000Z/2051-01-30T00:00:00.000Z/P31D,2051-02-27T00:00:00.000Z,2051-03-30T00:00:00.000Z,2051-04-29T00:00:00.000Z,2051-05-30T00:00:00.000Z,2051-06-29T00:00:00.000Z/2051-08-30T00:00:00.000Z/P31D,2051-09-29T00:00:00.000Z,2051-10-30T00:00:00.000Z,2051-11-29T00:00:00.000Z/2052-01-30T00:00:00.000Z/P31D,2052-02-27T00:00:00.000Z,2052-03-29T00:00:00.000Z,2052-04-28T00:00:00.000Z,2052-05-29T00:00:00.000Z,2052-06-28T00:00:00.000Z/2052-08-29T00:00:00.000Z/P31D,2052-09-28T00:00:00.000Z,2052-10-29T00:00:00.000Z,2052-11-28T00:00:00.000Z/2053-01-29T00:00:00.000Z/P31D,2053-02-26T00:00:00.000Z,2053-03-29T00:00:00.000Z,2053-04-28T00:00:00.000Z,2053-05-29T00:00:00.000Z,2053-06-28T00:00:00.000Z/2053-08-29T00:00:00.000Z/P31D,2053-09-28T00:00:00.000Z,2053-10-29T00:00:00.000Z,2053-11-28T00:00:00.000Z/2054-01-29T00:00:00.000Z/P31D,2054-02-26T00:00:00.000Z,2054-03-29T00:00:00.000Z,2054-04-28T00:00:00.000Z,2054-05-29T00:00:00.000Z,2054-06-28T00:00:00.000Z/2054-08-29T00:00:00.000Z/P31D,2054-09-28T00:00:00.000Z,2054-10-29T00:00:00.000Z,2054-11-28T00:00:00.000Z/2055-01-29T00:00:00.000Z/P31D,2055-02-26T00:00:00.000Z,2055-03-29T00:00:00.000Z,2055-04-28T00:00:00.000Z,2055-05-29T00:00:00.000Z,2055-06-28T00:00:00.000Z/2055-08-29T00:00:00.000Z/P31D,2055-09-28T00:00:00.000Z,2055-10-29T00:00:00.000Z,2055-11-28T00:00:00.000Z/2056-01-29T00:00:00.000Z/P31D,2056-02-26T00:00:00.000Z,2056-03-28T00:00:00.000Z,2056-04-27T00:00:00.000Z,2056-05-28T00:00:00.000Z,2056-06-27T00:00:00.000Z/2056-08-28T00:00:00.000Z/P31D,2056-09-27T00:00:00.000Z,2056-10-28T00:00:00.000Z,2056-11-27T00:00:00.000Z/2057-01-28T00:00:00.000Z/P31D,2057-02-25T00:00:00.000Z,2057-03-28T00:00:00.000Z,2057-04-27T00:00:00.000Z,2057-05-28T00:00:00.000Z,2057-06-27T00:00:00.000Z/2057-08-28T00:00:00.000Z/P31D,2057-09-27T00:00:00.000Z,2057-10-28T00:00:00.000Z,2057-11-27T00:00:00.000Z/2058-01-28T00:00:00.000Z/P31D,2058-02-25T00:00:00.000Z,2058-03-28T00:00:00.000Z,2058-04-27T00:00:00.000Z,2058-05-28T00:00:00.000Z,2058-06-27T00:00:00.000Z/2058-08-28T00:00:00.000Z/P31D,2058-09-27T00:00:00.000Z,2058-10-28T00:00:00.000Z,2058-11-27T00:00:00.000Z/2059-01-28T00:00:00.000Z/P31D,2059-02-25T00:00:00.000Z,2059-03-28T00:00:00.000Z,2059-04-27T00:00:00.000Z,2059-05-28T00:00:00.000Z,2059-06-27T00:00:00.000Z/2059-08-28T00:00:00.000Z/P31D,2059-09-27T00:00:00.000Z,2059-10-28T00:00:00.000Z,2059-11-27T00:00:00.000Z/2060-01-28T00:00:00.000Z/P31D,2060-02-25T00:00:00.000Z,2060-03-27T00:00:00.000Z,2060-04-26T00:00:00.000Z,2060-05-27T00:00:00.000Z,2060-06-26T00:00:00.000Z/2060-08-27T00:00:00.000Z/P31D,2060-09-26T00:00:00.000Z,2060-10-27T00:00:00.000Z,2060-11-26T00:00:00.000Z/2061-01-27T00:00:00.000Z/P31D,2061-02-24T00:00:00.000Z,2061-03-27T00:00:00.000Z,2061-04-26T00:00:00.000Z,2061-05-27T00:00:00.000Z,2061-06-26T00:00:00.000Z/2061-08-27T00:00:00.000Z/P31D,2061-09-26T00:00:00.000Z,2061-10-27T00:00:00.000Z,2061-11-26T00:00:00.000Z/2062-01-27T00:00:00.000Z/P31D,2062-02-24T00:00:00.000Z,2062-03-27T00:00:00.000Z,2062-04-26T00:00:00.000Z,2062-05-27T00:00:00.000Z,2062-06-26T00:00:00.000Z/2062-08-27T00:00:00.000Z/P31D,2062-09-26T00:00:00.000Z,2062-10-27T00:00:00.000Z,2062-11-26T00:00:00.000Z/2063-01-27T00:00:00.000Z/P31D,2063-02-24T00:00:00.000Z,2063-03-27T00:00:00.000Z,2063-04-26T00:00:00.000Z,2063-05-27T00:00:00.000Z,2063-06-26T00:00:00.000Z/2063-08-27T00:00:00.000Z/P31D,2063-09-26T00:00:00.000Z,2063-10-27T00:00:00.000Z,2063-11-26T00:00:00.000Z/2064-01-27T00:00:00.000Z/P31D,2064-02-24T00:00:00.000Z,2064-03-26T00:00:00.000Z,2064-04-25T00:00:00.000Z,2064-05-26T00:00:00.000Z,2064-06-25T00:00:00.000Z/2064-08-26T00:00:00.000Z/P31D,2064-09-25T00:00:00.000Z,2064-10-26T00:00:00.000Z,2064-11-25T00:00:00.000Z/2065-01-26T00:00:00.000Z/P31D,2065-02-23T00:00:00.000Z,2065-03-26T00:00:00.000Z,2065-04-25T00:00:00.000Z,2065-05-26T00:00:00.000Z,2065-06-25T00:00:00.000Z/2065-08-26T00:00:00.000Z/P31D,2065-09-25T00:00:00.000Z,2065-10-26T00:00:00.000Z,2065-11-25T00:00:00.000Z/2066-01-26T00:00:00.000Z/P31D,2066-02-23T00:00:00.000Z,2066-03-26T00:00:00.000Z,2066-04-25T00:00:00.000Z,2066-05-26T00:00:00.000Z,2066-06-25T00:00:00.000Z/2066-08-26T00:00:00.000Z/P31D,2066-09-25T00:00:00.000Z,2066-10-26T00:00:00.000Z,2066-11-25T00:00:00.000Z/2067-01-26T00:00:00.000Z/P31D,2067-02-23T00:00:00.000Z,2067-03-26T00:00:00.000Z,2067-04-25T00:00:00.000Z,2067-05-26T00:00:00.000Z,2067-06-25T00:00:00.000Z/2067-08-26T00:00:00.000Z/P31D,2067-09-25T00:00:00.000Z,2067-10-26T00:00:00.000Z,2067-11-25T00:00:00.000Z/2068-01-26T00:00:00.000Z/P31D,2068-02-23T00:00:00.000Z,2068-03-25T00:00:00.000Z,2068-04-24T00:00:00.000Z,2068-05-25T00:00:00.000Z,2068-06-24T00:00:00.000Z/2068-08-25T00:00:00.000Z/P31D,2068-09-24T00:00:00.000Z,2068-10-25T00:00:00.000Z,2068-11-24T00:00:00.000Z/2069-01-25T00:00:00.000Z/P31D,2069-02-22T00:00:00.000Z,2069-03-25T00:00:00.000Z,2069-04-24T00:00:00.000Z,2069-05-25T00:00:00.000Z,2069-06-24T00:00:00.000Z/2069-08-25T00:00:00.000Z/P31D,2069-09-24T00:00:00.000Z,2069-10-25T00:00:00.000Z,2069-11-24T00:00:00.000Z/2070-01-25T00:00:00.000Z/P31D,2070-02-22T00:00:00.000Z,2070-03-25T00:00:00.000Z,2070-04-24T00:00:00.000Z,2070-05-25T00:00:00.000Z,2070-06-24T00:00:00.000Z/2070-08-25T00:00:00.000Z/P31D,2070-09-24T00:00:00.000Z,2070-10-25T00:00:00.000Z,2070-11-24T00:00:00.000Z/2071-01-25T00:00:00.000Z/P31D,2071-02-22T00:00:00.000Z,2071-03-25T00:00:00.000Z,2071-04-24T00:00:00.000Z,2071-05-25T00:00:00.000Z,2071-06-24T00:00:00.000Z/2071-08-25T00:00:00.000Z/P31D,2071-09-24T00:00:00.000Z,2071-10-25T00:00:00.000Z,2071-11-24T00:00:00.000Z/2072-01-25T00:00:00.000Z/P31D,2072-02-22T00:00:00.000Z,2072-03-24T00:00:00.000Z,2072-04-23T00:00:00.000Z,2072-05-24T00:00:00.000Z,2072-06-23T00:00:00.000Z/2072-08-24T00:00:00.000Z/P31D,2072-09-23T00:00:00.000Z,2072-10-24T00:00:00.000Z,2072-11-23T00:00:00.000Z/2073-01-24T00:00:00.000Z/P31D,2073-02-21T00:00:00.000Z,2073-03-24T00:00:00.000Z,2073-04-23T00:00:00.000Z,2073-05-24T00:00:00.000Z,2073-06-23T00:00:00.000Z/2073-08-24T00:00:00.000Z/P31D,2073-09-23T00:00:00.000Z,2073-10-24T00:00:00.000Z,2073-11-23T00:00:00.000Z/2074-01-24T00:00:00.000Z/P31D,2074-02-21T00:00:00.000Z,2074-03-24T00:00:00.000Z,2074-04-23T00:00:00.000Z,2074-05-24T00:00:00.000Z,2074-06-23T00:00:00.000Z/2074-08-24T00:00:00.000Z/P31D,2074-09-23T00:00:00.000Z,2074-10-24T00:00:00.000Z,2074-11-23T00:00:00.000Z/2075-01-24T00:00:00.000Z/P31D,2075-02-21T00:00:00.000Z,2075-03-24T00:00:00.000Z,2075-04-23T00:00:00.000Z,2075-05-24T00:00:00.000Z,2075-06-23T00:00:00.000Z/2075-08-24T00:00:00.000Z/P31D,2075-09-23T00:00:00.000Z,2075-10-24T00:00:00.000Z,2075-11-23T00:00:00.000Z/2076-01-24T00:00:00.000Z/P31D,2076-02-21T00:00:00.000Z,2076-03-23T00:00:00.000Z,2076-04-22T00:00:00.000Z,2076-05-23T00:00:00.000Z,2076-06-22T00:00:00.000Z/2076-08-23T00:00:00.000Z/P31D,2076-09-22T00:00:00.000Z,2076-10-23T00:00:00.000Z,2076-11-22T00:00:00.000Z/2077-01-23T00:00:00.000Z/P31D,2077-02-20T00:00:00.000Z,2077-03-23T00:00:00.000Z,2077-04-22T00:00:00.000Z,2077-05-23T00:00:00.000Z,2077-06-22T00:00:00.000Z/2077-08-23T00:00:00.000Z/P31D,2077-09-22T00:00:00.000Z,2077-10-23T00:00:00.000Z,2077-11-22T00:00:00.000Z/2078-01-23T00:00:00.000Z/P31D,2078-02-20T00:00:00.000Z,2078-03-23T00:00:00.000Z,2078-04-22T00:00:00.000Z,2078-05-23T00:00:00.000Z,2078-06-22T00:00:00.000Z/2078-08-23T00:00:00.000Z/P31D,2078-09-22T00:00:00.000Z,2078-10-23T00:00:00.000Z,2078-11-22T00:00:00.000Z/2079-01-23T00:00:00.000Z/P31D,2079-02-20T00:00:00.000Z,2079-03-23T00:00:00.000Z,2079-04-22T00:00:00.000Z,2079-05-23T00:00:00.000Z,2079-06-22T00:00:00.000Z/2079-08-23T00:00:00.000Z/P31D,2079-09-22T00:00:00.000Z,2079-10-23T00:00:00.000Z,2079-11-22T00:00:00.000Z/2080-01-23T00:00:00.000Z/P31D,2080-02-20T00:00:00.000Z,2080-03-22T00:00:00.000Z,2080-04-21T00:00:00.000Z,2080-05-22T00:00:00.000Z,2080-06-21T00:00:00.000Z/2080-08-22T00:00:00.000Z/P31D,2080-09-21T00:00:00.000Z,2080-10-22T00:00:00.000Z,2080-11-21T00:00:00.000Z/2081-01-22T00:00:00.000Z/P31D,2081-02-19T00:00:00.000Z,2081-03-22T00:00:00.000Z,2081-04-21T00:00:00.000Z,2081-05-22T00:00:00.000Z,2081-06-21T00:00:00.000Z/2081-08-22T00:00:00.000Z/P31D,2081-09-21T00:00:00.000Z,2081-10-22T00:00:00.000Z,2081-11-21T00:00:00.000Z/2082-01-22T00:00:00.000Z/P31D,2082-02-19T00:00:00.000Z,2082-03-22T00:00:00.000Z,2082-04-21T00:00:00.000Z,2082-05-22T00:00:00.000Z,2082-06-21T00:00:00.000Z/2082-08-22T00:00:00.000Z/P31D,2082-09-21T00:00:00.000Z,2082-10-22T00:00:00.000Z,2082-11-21T00:00:00.000Z/2083-01-22T00:00:00.000Z/P31D,2083-02-19T00:00:00.000Z,2083-03-22T00:00:00.000Z,2083-04-21T00:00:00.000Z,2083-05-22T00:00:00.000Z,2083-06-21T00:00:00.000Z/2083-08-22T00:00:00.000Z/P31D,2083-09-21T00:00:00.000Z,2083-10-22T00:00:00.000Z,2083-11-21T00:00:00.000Z/2084-01-22T00:00:00.000Z/P31D,2084-02-19T00:00:00.000Z,2084-03-21T00:00:00.000Z,2084-04-20T00:00:00.000Z,2084-05-21T00:00:00.000Z,2084-06-20T00:00:00.000Z/2084-08-21T00:00:00.000Z/P31D,2084-09-20T00:00:00.000Z,2084-10-21T00:00:00.000Z,2084-11-20T00:00:00.000Z/2085-01-21T00:00:00.000Z/P31D,2085-02-18T00:00:00.000Z,2085-03-21T00:00:00.000Z,2085-04-20T00:00:00.000Z,2085-05-21T00:00:00.000Z,2085-06-20T00:00:00.000Z/2085-08-21T00:00:00.000Z/P31D,2085-09-20T00:00:00.000Z,2085-10-21T00:00:00.000Z,2085-11-20T00:00:00.000Z/2086-01-21T00:00:00.000Z/P31D,2086-02-18T00:00:00.000Z,2086-03-21T00:00:00.000Z,2086-04-20T00:00:00.000Z,2086-05-21T00:00:00.000Z,2086-06-20T00:00:00.000Z/2086-08-21T00:00:00.000Z/P31D,2086-09-20T00:00:00.000Z,2086-10-21T00:00:00.000Z,2086-11-20T00:00:00.000Z/2087-01-21T00:00:00.000Z/P31D,2087-02-18T00:00:00.000Z,2087-03-21T00:00:00.000Z,2087-04-20T00:00:00.000Z,2087-05-21T00:00:00.000Z,2087-06-20T00:00:00.000Z/2087-08-21T00:00:00.000Z/P31D,2087-09-20T00:00:00.000Z,2087-10-21T00:00:00.000Z,2087-11-20T00:00:00.000Z/2088-01-21T00:00:00.000Z/P31D,2088-02-18T00:00:00.000Z,2088-03-20T00:00:00.000Z,2088-04-19T00:00:00.000Z,2088-05-20T00:00:00.000Z,2088-06-19T00:00:00.000Z/2088-08-20T00:00:00.000Z/P31D,2088-09-19T00:00:00.000Z,2088-10-20T00:00:00.000Z,2088-11-19T00:00:00.000Z/2089-01-20T00:00:00.000Z/P31D,2089-02-17T00:00:00.000Z,2089-03-20T00:00:00.000Z,2089-04-19T00:00:00.000Z,2089-05-20T00:00:00.000Z,2089-06-19T00:00:00.000Z/2089-08-20T00:00:00.000Z/P31D,2089-09-19T00:00:00.000Z,2089-10-20T00:00:00.000Z,2089-11-19T00:00:00.000Z/2090-01-20T00:00:00.000Z/P31D,2090-02-17T00:00:00.000Z,2090-03-20T00:00:00.000Z,2090-04-19T00:00:00.000Z,2090-05-20T00:00:00.000Z,2090-06-19T00:00:00.000Z/2090-08-20T00:00:00.000Z/P31D,2090-09-19T00:00:00.000Z,2090-10-20T00:00:00.000Z,2090-11-19T00:00:00.000Z/2091-01-20T00:00:00.000Z/P31D,2091-02-17T00:00:00.000Z,2091-03-20T00:00:00.000Z,2091-04-19T00:00:00.000Z,2091-05-20T00:00:00.000Z,2091-06-19T00:00:00.000Z/2091-08-20T00:00:00.000Z/P31D,2091-09-19T00:00:00.000Z,2091-10-20T00:00:00.000Z,2091-11-19T00:00:00.000Z/2092-01-20T00:00:00.000Z/P31D,2092-02-17T00:00:00.000Z,2092-03-19T00:00:00.000Z,2092-04-18T00:00:00.000Z,2092-05-19T00:00:00.000Z,2092-06-18T00:00:00.000Z/2092-08-19T00:00:00.000Z/P31D,2092-09-18T00:00:00.000Z,2092-10-19T00:00:00.000Z,2092-11-18T00:00:00.000Z/2093-01-19T00:00:00.000Z/P31D,2093-02-16T00:00:00.000Z,2093-03-19T00:00:00.000Z,2093-04-18T00:00:00.000Z,2093-05-19T00:00:00.000Z,2093-06-18T00:00:00.000Z/2093-08-19T00:00:00.000Z/P31D,2093-09-18T00:00:00.000Z,2093-10-19T00:00:00.000Z,2093-11-18T00:00:00.000Z/2094-01-19T00:00:00.000Z/P31D,2094-02-16T00:00:00.000Z,2094-03-19T00:00:00.000Z,2094-04-18T00:00:00.000Z,2094-05-19T00:00:00.000Z,2094-06-18T00:00:00.000Z/2094-08-19T00:00:00.000Z/P31D,2094-09-18T00:00:00.000Z,2094-10-19T00:00:00.000Z,2094-11-18T00:00:00.000Z/2095-01-19T00:00:00.000Z/P31D,2095-02-16T00:00:00.000Z,2095-03-19T00:00:00.000Z,2095-04-18T00:00:00.000Z,2095-05-19T00:00:00.000Z,2095-06-18T00:00:00.000Z/2095-08-19T00:00:00.000Z/P31D,2095-09-18T00:00:00.000Z,2095-10-19T00:00:00.000Z,2095-11-18T00:00:00.000Z/2096-01-19T00:00:00.000Z/P31D,2096-02-16T00:00:00.000Z,2096-03-18T00:00:00.000Z,2096-04-17T00:00:00.000Z,2096-05-18T00:00:00.000Z,2096-06-17T00:00:00.000Z/2096-08-18T00:00:00.000Z/P31D,2096-09-17T00:00:00.000Z,2096-10-18T00:00:00.000Z,2096-11-17T00:00:00.000Z/2097-01-18T00:00:00.000Z/P31D,2097-02-15T00:00:00.000Z,2097-03-18T00:00:00.000Z,2097-04-17T00:00:00.000Z,2097-05-18T00:00:00.000Z,2097-06-17T00:00:00.000Z/2097-08-18T00:00:00.000Z/P31D,2097-09-17T00:00:00.000Z,2097-10-18T00:00:00.000Z,2097-11-17T00:00:00.000Z/2098-01-18T00:00:00.000Z/P31D,2098-02-15T00:00:00.000Z,2098-03-18T00:00:00.000Z,2098-04-17T00:00:00.000Z,2098-05-18T00:00:00.000Z,2098-06-17T00:00:00.000Z/2098-08-18T00:00:00.000Z/P31D,2098-09-17T00:00:00.000Z,2098-10-18T00:00:00.000Z,2098-11-17T00:00:00.000Z/2099-01-18T00:00:00.000Z/P31D,2099-02-15T00:00:00.000Z,2099-03-18T00:00:00.000Z,2099-04-17T00:00:00.000Z,2099-05-18T00:00:00.000Z,2099-06-17T00:00:00.000Z/2099-08-18T00:00:00.000Z/P31D,2099-09-17T00:00:00.000Z,2099-10-18T00:00:00.000Z,2099-11-17T00:00:00.000Z/2100-01-18T00:00:00.000Z/P31D,2100-02-15T00:00:00.000Z,2100-03-18T00:00:00.000Z,2100-04-17T00:00:00.000Z,2100-05-18T00:00:00.000Z,2100-06-17T00:00:00.000Z/2100-08-18T00:00:00.000Z/P31D,2100-09-17T00:00:00.000Z,2100-10-18T00:00:00.000Z,2100-11-17T00:00:00.000Z,2100-12-18T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=ppt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ppt&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=ppt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ppt&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=ppt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ppt&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=ppt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ppt&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>pptmax</Name>
        <Title>precipitation_amount</Title>
        <Abstract>precipitation_amount</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.02083333333698</westBoundLongitude>
            <eastBoundLongitude>-66.47916198333701</eastBoundLongitude>
            <southBoundLatitude>24.06249999999968</southBoundLatitude>
            <northBoundLatitude>49.93750206999968</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.02083333333698" maxx="-66.47916198333701" miny="24.06249999999968" maxy="49.93750206999968"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-04-05T00:00:00.000Z">
            2006-02-10T00:00:00.000Z,2006-03-10T00:00:00.000Z,2006-04-10T00:00:00.000Z,2006-05-10T00:00:00.000Z,2006-06-10T00:00:00.000Z,2006-07-10T00:00:00.000Z/2006-09-10T00:00:00.000Z/P31D,2006-10-10T00:00:00.000Z,2006-11-10T00:00:00.000Z,2006-12-10T00:00:00.000Z/2007-02-10T00:00:00.000Z/P31D,2007-03-10T00:00:00.000Z,2007-04-10T00:00:00.000Z,2007-05-10T00:00:00.000Z,2007-06-10T00:00:00.000Z,2007-07-10T00:00:00.000Z/2007-09-10T00:00:00.000Z/P31D,2007-10-10T00:00:00.000Z,2007-11-10T00:00:00.000Z,2007-12-10T00:00:00.000Z/2008-02-10T00:00:00.000Z/P31D,2008-03-09T00:00:00.000Z,2008-04-09T00:00:00.000Z,2008-05-09T00:00:00.000Z,2008-06-09T00:00:00.000Z,2008-07-09T00:00:00.000Z/2008-09-09T00:00:00.000Z/P31D,2008-10-09T00:00:00.000Z,2008-11-09T00:00:00.000Z,2008-12-09T00:00:00.000Z/2009-02-09T00:00:00.000Z/P31D,2009-03-09T00:00:00.000Z,2009-04-09T00:00:00.000Z,2009-05-09T00:00:00.000Z,2009-06-09T00:00:00.000Z,2009-07-09T00:00:00.000Z/2009-09-09T00:00:00.000Z/P31D,2009-10-09T00:00:00.000Z,2009-11-09T00:00:00.000Z,2009-12-09T00:00:00.000Z/2010-02-09T00:00:00.000Z/P31D,2010-03-09T00:00:00.000Z,2010-04-09T00:00:00.000Z,2010-05-09T00:00:00.000Z,2010-06-09T00:00:00.000Z,2010-07-09T00:00:00.000Z/2010-09-09T00:00:00.000Z/P31D,2010-10-09T00:00:00.000Z,2010-11-09T00:00:00.000Z,2010-12-09T00:00:00.000Z/2011-02-09T00:00:00.000Z/P31D,2011-03-09T00:00:00.000Z,2011-04-09T00:00:00.000Z,2011-05-09T00:00:00.000Z,2011-06-09T00:00:00.000Z,2011-07-09T00:00:00.000Z/2011-09-09T00:00:00.000Z/P31D,2011-10-09T00:00:00.000Z,2011-11-09T00:00:00.000Z,2011-12-09T00:00:00.000Z/2012-02-09T00:00:00.000Z/P31D,2012-03-08T00:00:00.000Z,2012-04-08T00:00:00.000Z,2012-05-08T00:00:00.000Z,2012-06-08T00:00:00.000Z,2012-07-08T00:00:00.000Z/2012-09-08T00:00:00.000Z/P31D,2012-10-08T00:00:00.000Z,2012-11-08T00:00:00.000Z,2012-12-08T00:00:00.000Z/2013-02-08T00:00:00.000Z/P31D,2013-03-08T00:00:00.000Z,2013-04-08T00:00:00.000Z,2013-05-08T00:00:00.000Z,2013-06-08T00:00:00.000Z,2013-07-08T00:00:00.000Z/2013-09-08T00:00:00.000Z/P31D,2013-10-08T00:00:00.000Z,2013-11-08T00:00:00.000Z,2013-12-08T00:00:00.000Z/2014-02-08T00:00:00.000Z/P31D,2014-03-08T00:00:00.000Z,2014-04-08T00:00:00.000Z,2014-05-08T00:00:00.000Z,2014-06-08T00:00:00.000Z,2014-07-08T00:00:00.000Z/2014-09-08T00:00:00.000Z/P31D,2014-10-08T00:00:00.000Z,2014-11-08T00:00:00.000Z,2014-12-08T00:00:00.000Z/2015-02-08T00:00:00.000Z/P31D,2015-03-08T00:00:00.000Z,2015-04-08T00:00:00.000Z,2015-05-08T00:00:00.000Z,2015-06-08T00:00:00.000Z,2015-07-08T00:00:00.000Z/2015-09-08T00:00:00.000Z/P31D,2015-10-08T00:00:00.000Z,2015-11-08T00:00:00.000Z,2015-12-08T00:00:00.000Z/2016-02-08T00:00:00.000Z/P31D,2016-03-07T00:00:00.000Z,2016-04-07T00:00:00.000Z,2016-05-07T00:00:00.000Z,2016-06-07T00:00:00.000Z,2016-07-07T00:00:00.000Z/2016-09-07T00:00:00.000Z/P31D,2016-10-07T00:00:00.000Z,2016-11-07T00:00:00.000Z,2016-12-07T00:00:00.000Z/2017-02-07T00:00:00.000Z/P31D,2017-03-07T00:00:00.000Z,2017-04-07T00:00:00.000Z,2017-05-07T00:00:00.000Z,2017-06-07T00:00:00.000Z,2017-07-07T00:00:00.000Z/2017-09-07T00:00:00.000Z/P31D,2017-10-07T00:00:00.000Z,2017-11-07T00:00:00.000Z,2017-12-07T00:00:00.000Z/2018-02-07T00:00:00.000Z/P31D,2018-03-07T00:00:00.000Z,2018-04-07T00:00:00.000Z,2018-05-07T00:00:00.000Z,2018-06-07T00:00:00.000Z,2018-07-07T00:00:00.000Z/2018-09-07T00:00:00.000Z/P31D,2018-10-07T00:00:00.000Z,2018-11-07T00:00:00.000Z,2018-12-07T00:00:00.000Z/2019-02-07T00:00:00.000Z/P31D,2019-03-07T00:00:00.000Z,2019-04-07T00:00:00.000Z,2019-05-07T00:00:00.000Z,2019-06-07T00:00:00.000Z,2019-07-07T00:00:00.000Z/2019-09-07T00:00:00.000Z/P31D,2019-10-07T00:00:00.000Z,2019-11-07T00:00:00.000Z,2019-12-07T00:00:00.000Z/2020-02-07T00:00:00.000Z/P31D,2020-03-06T00:00:00.000Z,2020-04-06T00:00:00.000Z,2020-05-06T00:00:00.000Z,2020-06-06T00:00:00.000Z,2020-07-06T00:00:00.000Z/2020-09-06T00:00:00.000Z/P31D,2020-10-06T00:00:00.000Z,2020-11-06T00:00:00.000Z,2020-12-06T00:00:00.000Z/2021-02-06T00:00:00.000Z/P31D,2021-03-06T00:00:00.000Z,2021-04-06T00:00:00.000Z,2021-05-06T00:00:00.000Z,2021-06-06T00:00:00.000Z,2021-07-06T00:00:00.000Z/2021-09-06T00:00:00.000Z/P31D,2021-10-06T00:00:00.000Z,2021-11-06T00:00:00.000Z,2021-12-06T00:00:00.000Z/2022-02-06T00:00:00.000Z/P31D,2022-03-06T00:00:00.000Z,2022-04-06T00:00:00.000Z,2022-05-06T00:00:00.000Z,2022-06-06T00:00:00.000Z,2022-07-06T00:00:00.000Z/2022-09-06T00:00:00.000Z/P31D,2022-10-06T00:00:00.000Z,2022-11-06T00:00:00.000Z,2022-12-06T00:00:00.000Z/2023-02-06T00:00:00.000Z/P31D,2023-03-06T00:00:00.000Z,2023-04-06T00:00:00.000Z,2023-05-06T00:00:00.000Z,2023-06-06T00:00:00.000Z,2023-07-06T00:00:00.000Z/2023-09-06T00:00:00.000Z/P31D,2023-10-06T00:00:00.000Z,2023-11-06T00:00:00.000Z,2023-12-06T00:00:00.000Z/2024-02-06T00:00:00.000Z/P31D,2024-03-05T00:00:00.000Z,2024-04-05T00:00:00.000Z,2024-05-05T00:00:00.000Z,2024-06-05T00:00:00.000Z,2024-07-05T00:00:00.000Z/2024-09-05T00:00:00.000Z/P31D,2024-10-05T00:00:00.000Z,2024-11-05T00:00:00.000Z,2024-12-05T00:00:00.000Z/2025-02-05T00:00:00.000Z/P31D,2025-03-05T00:00:00.000Z,2025-04-05T00:00:00.000Z,2025-05-05T00:00:00.000Z,2025-06-05T00:00:00.000Z,2025-07-05T00:00:00.000Z/2025-09-05T00:00:00.000Z/P31D,2025-10-05T00:00:00.000Z,2025-11-05T00:00:00.000Z,2025-12-05T00:00:00.000Z/2026-02-05T00:00:00.000Z/P31D,2026-03-05T00:00:00.000Z,2026-04-05T00:00:00.000Z,2026-05-05T00:00:00.000Z,2026-06-05T00:00:00.000Z,2026-07-05T00:00:00.000Z/2026-09-05T00:00:00.000Z/P31D,2026-10-05T00:00:00.000Z,2026-11-05T00:00:00.000Z,2026-12-05T00:00:00.000Z/2027-02-05T00:00:00.000Z/P31D,2027-03-05T00:00:00.000Z,2027-04-05T00:00:00.000Z,2027-05-05T00:00:00.000Z,2027-06-05T00:00:00.000Z,2027-07-05T00:00:00.000Z/2027-09-05T00:00:00.000Z/P31D,2027-10-05T00:00:00.000Z,2027-11-05T00:00:00.000Z,2027-12-05T00:00:00.000Z/2028-02-05T00:00:00.000Z/P31D,2028-03-04T00:00:00.000Z,2028-04-04T00:00:00.000Z,2028-05-04T00:00:00.000Z,2028-06-04T00:00:00.000Z,2028-07-04T00:00:00.000Z/2028-09-04T00:00:00.000Z/P31D,2028-10-04T00:00:00.000Z,2028-11-04T00:00:00.000Z,2028-12-04T00:00:00.000Z/2029-02-04T00:00:00.000Z/P31D,2029-03-04T00:00:00.000Z,2029-04-04T00:00:00.000Z,2029-05-04T00:00:00.000Z,2029-06-04T00:00:00.000Z,2029-07-04T00:00:00.000Z/2029-09-04T00:00:00.000Z/P31D,2029-10-04T00:00:00.000Z,2029-11-04T00:00:00.000Z,2029-12-04T00:00:00.000Z/2030-02-04T00:00:00.000Z/P31D,2030-03-04T00:00:00.000Z,2030-04-04T00:00:00.000Z,2030-05-04T00:00:00.000Z,2030-06-04T00:00:00.000Z,2030-07-04T00:00:00.000Z/2030-09-04T00:00:00.000Z/P31D,2030-10-04T00:00:00.000Z,2030-11-04T00:00:00.000Z,2030-12-04T00:00:00.000Z/2031-02-04T00:00:00.000Z/P31D,2031-03-04T00:00:00.000Z,2031-04-04T00:00:00.000Z,2031-05-04T00:00:00.000Z,2031-06-04T00:00:00.000Z,2031-07-04T00:00:00.000Z/2031-09-04T00:00:00.000Z/P31D,2031-10-04T00:00:00.000Z,2031-11-04T00:00:00.000Z,2031-12-04T00:00:00.000Z/2032-02-04T00:00:00.000Z/P31D,2032-03-03T00:00:00.000Z,2032-04-03T00:00:00.000Z,2032-05-03T00:00:00.000Z,2032-06-03T00:00:00.000Z,2032-07-03T00:00:00.000Z/2032-09-03T00:00:00.000Z/P31D,2032-10-03T00:00:00.000Z,2032-11-03T00:00:00.000Z,2032-12-03T00:00:00.000Z/2033-02-03T00:00:00.000Z/P31D,2033-03-03T00:00:00.000Z,2033-04-03T00:00:00.000Z,2033-05-03T00:00:00.000Z,2033-06-03T00:00:00.000Z,2033-07-03T00:00:00.000Z/2033-09-03T00:00:00.000Z/P31D,2033-10-03T00:00:00.000Z,2033-11-03T00:00:00.000Z,2033-12-03T00:00:00.000Z/2034-02-03T00:00:00.000Z/P31D,2034-03-03T00:00:00.000Z,2034-04-03T00:00:00.000Z,2034-05-03T00:00:00.000Z,2034-06-03T00:00:00.000Z,2034-07-03T00:00:00.000Z/2034-09-03T00:00:00.000Z/P31D,2034-10-03T00:00:00.000Z,2034-11-03T00:00:00.000Z,2034-12-03T00:00:00.000Z/2035-02-03T00:00:00.000Z/P31D,2035-03-03T00:00:00.000Z,2035-04-03T00:00:00.000Z,2035-05-03T00:00:00.000Z,2035-06-03T00:00:00.000Z,2035-07-03T00:00:00.000Z/2035-09-03T00:00:00.000Z/P31D,2035-10-03T00:00:00.000Z,2035-11-03T00:00:00.000Z,2035-12-03T00:00:00.000Z/2036-02-03T00:00:00.000Z/P31D,2036-03-02T00:00:00.000Z,2036-04-02T00:00:00.000Z,2036-05-02T00:00:00.000Z,2036-06-02T00:00:00.000Z,2036-07-02T00:00:00.000Z/2036-09-02T00:00:00.000Z/P31D,2036-10-02T00:00:00.000Z,2036-11-02T00:00:00.000Z,2036-12-02T00:00:00.000Z/2037-02-02T00:00:00.000Z/P31D,2037-03-02T00:00:00.000Z,2037-04-02T00:00:00.000Z,2037-05-02T00:00:00.000Z,2037-06-02T00:00:00.000Z,2037-07-02T00:00:00.000Z/2037-09-02T00:00:00.000Z/P31D,2037-10-02T00:00:00.000Z,2037-11-02T00:00:00.000Z,2037-12-02T00:00:00.000Z/2038-02-02T00:00:00.000Z/P31D,2038-03-02T00:00:00.000Z,2038-04-02T00:00:00.000Z,2038-05-02T00:00:00.000Z,2038-06-02T00:00:00.000Z,2038-07-02T00:00:00.000Z/2038-09-02T00:00:00.000Z/P31D,2038-10-02T00:00:00.000Z,2038-11-02T00:00:00.000Z,2038-12-02T00:00:00.000Z/2039-02-02T00:00:00.000Z/P31D,2039-03-02T00:00:00.000Z,2039-04-02T00:00:00.000Z,2039-05-02T00:00:00.000Z,2039-06-02T00:00:00.000Z,2039-07-02T00:00:00.000Z/2039-09-02T00:00:00.000Z/P31D,2039-10-02T00:00:00.000Z,2039-11-02T00:00:00.000Z,2039-12-02T00:00:00.000Z/2040-02-02T00:00:00.000Z/P31D,2040-03-01T00:00:00.000Z,2040-04-01T00:00:00.000Z,2040-05-01T00:00:00.000Z,2040-06-01T00:00:00.000Z,2040-07-01T00:00:00.000Z/2040-09-01T00:00:00.000Z/P31D,2040-10-01T00:00:00.000Z,2040-11-01T00:00:00.000Z,2040-12-01T00:00:00.000Z/2041-02-01T00:00:00.000Z/P31D,2041-03-01T00:00:00.000Z,2041-04-01T00:00:00.000Z,2041-05-01T00:00:00.000Z,2041-06-01T00:00:00.000Z,2041-07-01T00:00:00.000Z/2041-09-01T00:00:00.000Z/P31D,2041-10-01T00:00:00.000Z,2041-11-01T00:00:00.000Z,2041-12-01T00:00:00.000Z/2042-02-01T00:00:00.000Z/P31D,2042-03-01T00:00:00.000Z,2042-04-01T00:00:00.000Z,2042-05-01T00:00:00.000Z,2042-06-01T00:00:00.000Z,2042-07-01T00:00:00.000Z/2042-09-01T00:00:00.000Z/P31D,2042-10-01T00:00:00.000Z,2042-11-01T00:00:00.000Z,2042-12-01T00:00:00.000Z/2043-02-01T00:00:00.000Z/P31D,2043-03-01T00:00:00.000Z,2043-04-01T00:00:00.000Z,2043-05-01T00:00:00.000Z,2043-06-01T00:00:00.000Z,2043-07-01T00:00:00.000Z/2043-09-01T00:00:00.000Z/P31D,2043-10-01T00:00:00.000Z,2043-11-01T00:00:00.000Z,2043-12-01T00:00:00.000Z/2044-02-01T00:00:00.000Z/P31D,2044-02-29T00:00:00.000Z,2044-03-31T00:00:00.000Z,2044-04-30T00:00:00.000Z,2044-05-31T00:00:00.000Z,2044-06-30T00:00:00.000Z/2044-08-31T00:00:00.000Z/P31D,2044-09-30T00:00:00.000Z,2044-10-31T00:00:00.000Z,2044-11-30T00:00:00.000Z/2045-01-31T00:00:00.000Z/P31D,2045-02-28T00:00:00.000Z,2045-03-31T00:00:00.000Z,2045-04-30T00:00:00.000Z,2045-05-31T00:00:00.000Z,2045-06-30T00:00:00.000Z/2045-08-31T00:00:00.000Z/P31D,2045-09-30T00:00:00.000Z,2045-10-31T00:00:00.000Z,2045-11-30T00:00:00.000Z/2046-01-31T00:00:00.000Z/P31D,2046-02-28T00:00:00.000Z,2046-03-31T00:00:00.000Z,2046-04-30T00:00:00.000Z,2046-05-31T00:00:00.000Z,2046-06-30T00:00:00.000Z/2046-08-31T00:00:00.000Z/P31D,2046-09-30T00:00:00.000Z,2046-10-31T00:00:00.000Z,2046-11-30T00:00:00.000Z/2047-01-31T00:00:00.000Z/P31D,2047-02-28T00:00:00.000Z,2047-03-31T00:00:00.000Z,2047-04-30T00:00:00.000Z,2047-05-31T00:00:00.000Z,2047-06-30T00:00:00.000Z/2047-08-31T00:00:00.000Z/P31D,2047-09-30T00:00:00.000Z,2047-10-31T00:00:00.000Z,2047-11-30T00:00:00.000Z/2048-01-31T00:00:00.000Z/P31D,2048-02-28T00:00:00.000Z,2048-03-30T00:00:00.000Z,2048-04-29T00:00:00.000Z,2048-05-30T00:00:00.000Z,2048-06-29T00:00:00.000Z/2048-08-30T00:00:00.000Z/P31D,2048-09-29T00:00:00.000Z,2048-10-30T00:00:00.000Z,2048-11-29T00:00:00.000Z/2049-01-30T00:00:00.000Z/P31D,2049-02-27T00:00:00.000Z,2049-03-30T00:00:00.000Z,2049-04-29T00:00:00.000Z,2049-05-30T00:00:00.000Z,2049-06-29T00:00:00.000Z/2049-08-30T00:00:00.000Z/P31D,2049-09-29T00:00:00.000Z,2049-10-30T00:00:00.000Z,2049-11-29T00:00:00.000Z/2050-01-30T00:00:00.000Z/P31D,2050-02-27T00:00:00.000Z,2050-03-30T00:00:00.000Z,2050-04-29T00:00:00.000Z,2050-05-30T00:00:00.000Z,2050-06-29T00:00:00.000Z/2050-08-30T00:00:00.000Z/P31D,2050-09-29T00:00:00.000Z,2050-10-30T00:00:00.000Z,2050-11-29T00:00:00.000Z/2051-01-30T00:00:00.000Z/P31D,2051-02-27T00:00:00.000Z,2051-03-30T00:00:00.000Z,2051-04-29T00:00:00.000Z,2051-05-30T00:00:00.000Z,2051-06-29T00:00:00.000Z/2051-08-30T00:00:00.000Z/P31D,2051-09-29T00:00:00.000Z,2051-10-30T00:00:00.000Z,2051-11-29T00:00:00.000Z/2052-01-30T00:00:00.000Z/P31D,2052-02-27T00:00:00.000Z,2052-03-29T00:00:00.000Z,2052-04-28T00:00:00.000Z,2052-05-29T00:00:00.000Z,2052-06-28T00:00:00.000Z/2052-08-29T00:00:00.000Z/P31D,2052-09-28T00:00:00.000Z,2052-10-29T00:00:00.000Z,2052-11-28T00:00:00.000Z/2053-01-29T00:00:00.000Z/P31D,2053-02-26T00:00:00.000Z,2053-03-29T00:00:00.000Z,2053-04-28T00:00:00.000Z,2053-05-29T00:00:00.000Z,2053-06-28T00:00:00.000Z/2053-08-29T00:00:00.000Z/P31D,2053-09-28T00:00:00.000Z,2053-10-29T00:00:00.000Z,2053-11-28T00:00:00.000Z/2054-01-29T00:00:00.000Z/P31D,2054-02-26T00:00:00.000Z,2054-03-29T00:00:00.000Z,2054-04-28T00:00:00.000Z,2054-05-29T00:00:00.000Z,2054-06-28T00:00:00.000Z/2054-08-29T00:00:00.000Z/P31D,2054-09-28T00:00:00.000Z,2054-10-29T00:00:00.000Z,2054-11-28T00:00:00.000Z/2055-01-29T00:00:00.000Z/P31D,2055-02-26T00:00:00.000Z,2055-03-29T00:00:00.000Z,2055-04-28T00:00:00.000Z,2055-05-29T00:00:00.000Z,2055-06-28T00:00:00.000Z/2055-08-29T00:00:00.000Z/P31D,2055-09-28T00:00:00.000Z,2055-10-29T00:00:00.000Z,2055-11-28T00:00:00.000Z/2056-01-29T00:00:00.000Z/P31D,2056-02-26T00:00:00.000Z,2056-03-28T00:00:00.000Z,2056-04-27T00:00:00.000Z,2056-05-28T00:00:00.000Z,2056-06-27T00:00:00.000Z/2056-08-28T00:00:00.000Z/P31D,2056-09-27T00:00:00.000Z,2056-10-28T00:00:00.000Z,2056-11-27T00:00:00.000Z/2057-01-28T00:00:00.000Z/P31D,2057-02-25T00:00:00.000Z,2057-03-28T00:00:00.000Z,2057-04-27T00:00:00.000Z,2057-05-28T00:00:00.000Z,2057-06-27T00:00:00.000Z/2057-08-28T00:00:00.000Z/P31D,2057-09-27T00:00:00.000Z,2057-10-28T00:00:00.000Z,2057-11-27T00:00:00.000Z/2058-01-28T00:00:00.000Z/P31D,2058-02-25T00:00:00.000Z,2058-03-28T00:00:00.000Z,2058-04-27T00:00:00.000Z,2058-05-28T00:00:00.000Z,2058-06-27T00:00:00.000Z/2058-08-28T00:00:00.000Z/P31D,2058-09-27T00:00:00.000Z,2058-10-28T00:00:00.000Z,2058-11-27T00:00:00.000Z/2059-01-28T00:00:00.000Z/P31D,2059-02-25T00:00:00.000Z,2059-03-28T00:00:00.000Z,2059-04-27T00:00:00.000Z,2059-05-28T00:00:00.000Z,2059-06-27T00:00:00.000Z/2059-08-28T00:00:00.000Z/P31D,2059-09-27T00:00:00.000Z,2059-10-28T00:00:00.000Z,2059-11-27T00:00:00.000Z/2060-01-28T00:00:00.000Z/P31D,2060-02-25T00:00:00.000Z,2060-03-27T00:00:00.000Z,2060-04-26T00:00:00.000Z,2060-05-27T00:00:00.000Z,2060-06-26T00:00:00.000Z/2060-08-27T00:00:00.000Z/P31D,2060-09-26T00:00:00.000Z,2060-10-27T00:00:00.000Z,2060-11-26T00:00:00.000Z/2061-01-27T00:00:00.000Z/P31D,2061-02-24T00:00:00.000Z,2061-03-27T00:00:00.000Z,2061-04-26T00:00:00.000Z,2061-05-27T00:00:00.000Z,2061-06-26T00:00:00.000Z/2061-08-27T00:00:00.000Z/P31D,2061-09-26T00:00:00.000Z,2061-10-27T00:00:00.000Z,2061-11-26T00:00:00.000Z/2062-01-27T00:00:00.000Z/P31D,2062-02-24T00:00:00.000Z,2062-03-27T00:00:00.000Z,2062-04-26T00:00:00.000Z,2062-05-27T00:00:00.000Z,2062-06-26T00:00:00.000Z/2062-08-27T00:00:00.000Z/P31D,2062-09-26T00:00:00.000Z,2062-10-27T00:00:00.000Z,2062-11-26T00:00:00.000Z/2063-01-27T00:00:00.000Z/P31D,2063-02-24T00:00:00.000Z,2063-03-27T00:00:00.000Z,2063-04-26T00:00:00.000Z,2063-05-27T00:00:00.000Z,2063-06-26T00:00:00.000Z/2063-08-27T00:00:00.000Z/P31D,2063-09-26T00:00:00.000Z,2063-10-27T00:00:00.000Z,2063-11-26T00:00:00.000Z/2064-01-27T00:00:00.000Z/P31D,2064-02-24T00:00:00.000Z,2064-03-26T00:00:00.000Z,2064-04-25T00:00:00.000Z,2064-05-26T00:00:00.000Z,2064-06-25T00:00:00.000Z/2064-08-26T00:00:00.000Z/P31D,2064-09-25T00:00:00.000Z,2064-10-26T00:00:00.000Z,2064-11-25T00:00:00.000Z/2065-01-26T00:00:00.000Z/P31D,2065-02-23T00:00:00.000Z,2065-03-26T00:00:00.000Z,2065-04-25T00:00:00.000Z,2065-05-26T00:00:00.000Z,2065-06-25T00:00:00.000Z/2065-08-26T00:00:00.000Z/P31D,2065-09-25T00:00:00.000Z,2065-10-26T00:00:00.000Z,2065-11-25T00:00:00.000Z/2066-01-26T00:00:00.000Z/P31D,2066-02-23T00:00:00.000Z,2066-03-26T00:00:00.000Z,2066-04-25T00:00:00.000Z,2066-05-26T00:00:00.000Z,2066-06-25T00:00:00.000Z/2066-08-26T00:00:00.000Z/P31D,2066-09-25T00:00:00.000Z,2066-10-26T00:00:00.000Z,2066-11-25T00:00:00.000Z/2067-01-26T00:00:00.000Z/P31D,2067-02-23T00:00:00.000Z,2067-03-26T00:00:00.000Z,2067-04-25T00:00:00.000Z,2067-05-26T00:00:00.000Z,2067-06-25T00:00:00.000Z/2067-08-26T00:00:00.000Z/P31D,2067-09-25T00:00:00.000Z,2067-10-26T00:00:00.000Z,2067-11-25T00:00:00.000Z/2068-01-26T00:00:00.000Z/P31D,2068-02-23T00:00:00.000Z,2068-03-25T00:00:00.000Z,2068-04-24T00:00:00.000Z,2068-05-25T00:00:00.000Z,2068-06-24T00:00:00.000Z/2068-08-25T00:00:00.000Z/P31D,2068-09-24T00:00:00.000Z,2068-10-25T00:00:00.000Z,2068-11-24T00:00:00.000Z/2069-01-25T00:00:00.000Z/P31D,2069-02-22T00:00:00.000Z,2069-03-25T00:00:00.000Z,2069-04-24T00:00:00.000Z,2069-05-25T00:00:00.000Z,2069-06-24T00:00:00.000Z/2069-08-25T00:00:00.000Z/P31D,2069-09-24T00:00:00.000Z,2069-10-25T00:00:00.000Z,2069-11-24T00:00:00.000Z/2070-01-25T00:00:00.000Z/P31D,2070-02-22T00:00:00.000Z,2070-03-25T00:00:00.000Z,2070-04-24T00:00:00.000Z,2070-05-25T00:00:00.000Z,2070-06-24T00:00:00.000Z/2070-08-25T00:00:00.000Z/P31D,2070-09-24T00:00:00.000Z,2070-10-25T00:00:00.000Z,2070-11-24T00:00:00.000Z/2071-01-25T00:00:00.000Z/P31D,2071-02-22T00:00:00.000Z,2071-03-25T00:00:00.000Z,2071-04-24T00:00:00.000Z,2071-05-25T00:00:00.000Z,2071-06-24T00:00:00.000Z/2071-08-25T00:00:00.000Z/P31D,2071-09-24T00:00:00.000Z,2071-10-25T00:00:00.000Z,2071-11-24T00:00:00.000Z/2072-01-25T00:00:00.000Z/P31D,2072-02-22T00:00:00.000Z,2072-03-24T00:00:00.000Z,2072-04-23T00:00:00.000Z,2072-05-24T00:00:00.000Z,2072-06-23T00:00:00.000Z/2072-08-24T00:00:00.000Z/P31D,2072-09-23T00:00:00.000Z,2072-10-24T00:00:00.000Z,2072-11-23T00:00:00.000Z/2073-01-24T00:00:00.000Z/P31D,2073-02-21T00:00:00.000Z,2073-03-24T00:00:00.000Z,2073-04-23T00:00:00.000Z,2073-05-24T00:00:00.000Z,2073-06-23T00:00:00.000Z/2073-08-24T00:00:00.000Z/P31D,2073-09-23T00:00:00.000Z,2073-10-24T00:00:00.000Z,2073-11-23T00:00:00.000Z/2074-01-24T00:00:00.000Z/P31D,2074-02-21T00:00:00.000Z,2074-03-24T00:00:00.000Z,2074-04-23T00:00:00.000Z,2074-05-24T00:00:00.000Z,2074-06-23T00:00:00.000Z/2074-08-24T00:00:00.000Z/P31D,2074-09-23T00:00:00.000Z,2074-10-24T00:00:00.000Z,2074-11-23T00:00:00.000Z/2075-01-24T00:00:00.000Z/P31D,2075-02-21T00:00:00.000Z,2075-03-24T00:00:00.000Z,2075-04-23T00:00:00.000Z,2075-05-24T00:00:00.000Z,2075-06-23T00:00:00.000Z/2075-08-24T00:00:00.000Z/P31D,2075-09-23T00:00:00.000Z,2075-10-24T00:00:00.000Z,2075-11-23T00:00:00.000Z/2076-01-24T00:00:00.000Z/P31D,2076-02-21T00:00:00.000Z,2076-03-23T00:00:00.000Z,2076-04-22T00:00:00.000Z,2076-05-23T00:00:00.000Z,2076-06-22T00:00:00.000Z/2076-08-23T00:00:00.000Z/P31D,2076-09-22T00:00:00.000Z,2076-10-23T00:00:00.000Z,2076-11-22T00:00:00.000Z/2077-01-23T00:00:00.000Z/P31D,2077-02-20T00:00:00.000Z,2077-03-23T00:00:00.000Z,2077-04-22T00:00:00.000Z,2077-05-23T00:00:00.000Z,2077-06-22T00:00:00.000Z/2077-08-23T00:00:00.000Z/P31D,2077-09-22T00:00:00.000Z,2077-10-23T00:00:00.000Z,2077-11-22T00:00:00.000Z/2078-01-23T00:00:00.000Z/P31D,2078-02-20T00:00:00.000Z,2078-03-23T00:00:00.000Z,2078-04-22T00:00:00.000Z,2078-05-23T00:00:00.000Z,2078-06-22T00:00:00.000Z/2078-08-23T00:00:00.000Z/P31D,2078-09-22T00:00:00.000Z,2078-10-23T00:00:00.000Z,2078-11-22T00:00:00.000Z/2079-01-23T00:00:00.000Z/P31D,2079-02-20T00:00:00.000Z,2079-03-23T00:00:00.000Z,2079-04-22T00:00:00.000Z,2079-05-23T00:00:00.000Z,2079-06-22T00:00:00.000Z/2079-08-23T00:00:00.000Z/P31D,2079-09-22T00:00:00.000Z,2079-10-23T00:00:00.000Z,2079-11-22T00:00:00.000Z/2080-01-23T00:00:00.000Z/P31D,2080-02-20T00:00:00.000Z,2080-03-22T00:00:00.000Z,2080-04-21T00:00:00.000Z,2080-05-22T00:00:00.000Z,2080-06-21T00:00:00.000Z/2080-08-22T00:00:00.000Z/P31D,2080-09-21T00:00:00.000Z,2080-10-22T00:00:00.000Z,2080-11-21T00:00:00.000Z/2081-01-22T00:00:00.000Z/P31D,2081-02-19T00:00:00.000Z,2081-03-22T00:00:00.000Z,2081-04-21T00:00:00.000Z,2081-05-22T00:00:00.000Z,2081-06-21T00:00:00.000Z/2081-08-22T00:00:00.000Z/P31D,2081-09-21T00:00:00.000Z,2081-10-22T00:00:00.000Z,2081-11-21T00:00:00.000Z/2082-01-22T00:00:00.000Z/P31D,2082-02-19T00:00:00.000Z,2082-03-22T00:00:00.000Z,2082-04-21T00:00:00.000Z,2082-05-22T00:00:00.000Z,2082-06-21T00:00:00.000Z/2082-08-22T00:00:00.000Z/P31D,2082-09-21T00:00:00.000Z,2082-10-22T00:00:00.000Z,2082-11-21T00:00:00.000Z/2083-01-22T00:00:00.000Z/P31D,2083-02-19T00:00:00.000Z,2083-03-22T00:00:00.000Z,2083-04-21T00:00:00.000Z,2083-05-22T00:00:00.000Z,2083-06-21T00:00:00.000Z/2083-08-22T00:00:00.000Z/P31D,2083-09-21T00:00:00.000Z,2083-10-22T00:00:00.000Z,2083-11-21T00:00:00.000Z/2084-01-22T00:00:00.000Z/P31D,2084-02-19T00:00:00.000Z,2084-03-21T00:00:00.000Z,2084-04-20T00:00:00.000Z,2084-05-21T00:00:00.000Z,2084-06-20T00:00:00.000Z/2084-08-21T00:00:00.000Z/P31D,2084-09-20T00:00:00.000Z,2084-10-21T00:00:00.000Z,2084-11-20T00:00:00.000Z/2085-01-21T00:00:00.000Z/P31D,2085-02-18T00:00:00.000Z,2085-03-21T00:00:00.000Z,2085-04-20T00:00:00.000Z,2085-05-21T00:00:00.000Z,2085-06-20T00:00:00.000Z/2085-08-21T00:00:00.000Z/P31D,2085-09-20T00:00:00.000Z,2085-10-21T00:00:00.000Z,2085-11-20T00:00:00.000Z/2086-01-21T00:00:00.000Z/P31D,2086-02-18T00:00:00.000Z,2086-03-21T00:00:00.000Z,2086-04-20T00:00:00.000Z,2086-05-21T00:00:00.000Z,2086-06-20T00:00:00.000Z/2086-08-21T00:00:00.000Z/P31D,2086-09-20T00:00:00.000Z,2086-10-21T00:00:00.000Z,2086-11-20T00:00:00.000Z/2087-01-21T00:00:00.000Z/P31D,2087-02-18T00:00:00.000Z,2087-03-21T00:00:00.000Z,2087-04-20T00:00:00.000Z,2087-05-21T00:00:00.000Z,2087-06-20T00:00:00.000Z/2087-08-21T00:00:00.000Z/P31D,2087-09-20T00:00:00.000Z,2087-10-21T00:00:00.000Z,2087-11-20T00:00:00.000Z/2088-01-21T00:00:00.000Z/P31D,2088-02-18T00:00:00.000Z,2088-03-20T00:00:00.000Z,2088-04-19T00:00:00.000Z,2088-05-20T00:00:00.000Z,2088-06-19T00:00:00.000Z/2088-08-20T00:00:00.000Z/P31D,2088-09-19T00:00:00.000Z,2088-10-20T00:00:00.000Z,2088-11-19T00:00:00.000Z/2089-01-20T00:00:00.000Z/P31D,2089-02-17T00:00:00.000Z,2089-03-20T00:00:00.000Z,2089-04-19T00:00:00.000Z,2089-05-20T00:00:00.000Z,2089-06-19T00:00:00.000Z/2089-08-20T00:00:00.000Z/P31D,2089-09-19T00:00:00.000Z,2089-10-20T00:00:00.000Z,2089-11-19T00:00:00.000Z/2090-01-20T00:00:00.000Z/P31D,2090-02-17T00:00:00.000Z,2090-03-20T00:00:00.000Z,2090-04-19T00:00:00.000Z,2090-05-20T00:00:00.000Z,2090-06-19T00:00:00.000Z/2090-08-20T00:00:00.000Z/P31D,2090-09-19T00:00:00.000Z,2090-10-20T00:00:00.000Z,2090-11-19T00:00:00.000Z/2091-01-20T00:00:00.000Z/P31D,2091-02-17T00:00:00.000Z,2091-03-20T00:00:00.000Z,2091-04-19T00:00:00.000Z,2091-05-20T00:00:00.000Z,2091-06-19T00:00:00.000Z/2091-08-20T00:00:00.000Z/P31D,2091-09-19T00:00:00.000Z,2091-10-20T00:00:00.000Z,2091-11-19T00:00:00.000Z/2092-01-20T00:00:00.000Z/P31D,2092-02-17T00:00:00.000Z,2092-03-19T00:00:00.000Z,2092-04-18T00:00:00.000Z,2092-05-19T00:00:00.000Z,2092-06-18T00:00:00.000Z/2092-08-19T00:00:00.000Z/P31D,2092-09-18T00:00:00.000Z,2092-10-19T00:00:00.000Z,2092-11-18T00:00:00.000Z/2093-01-19T00:00:00.000Z/P31D,2093-02-16T00:00:00.000Z,2093-03-19T00:00:00.000Z,2093-04-18T00:00:00.000Z,2093-05-19T00:00:00.000Z,2093-06-18T00:00:00.000Z/2093-08-19T00:00:00.000Z/P31D,2093-09-18T00:00:00.000Z,2093-10-19T00:00:00.000Z,2093-11-18T00:00:00.000Z/2094-01-19T00:00:00.000Z/P31D,2094-02-16T00:00:00.000Z,2094-03-19T00:00:00.000Z,2094-04-18T00:00:00.000Z,2094-05-19T00:00:00.000Z,2094-06-18T00:00:00.000Z/2094-08-19T00:00:00.000Z/P31D,2094-09-18T00:00:00.000Z,2094-10-19T00:00:00.000Z,2094-11-18T00:00:00.000Z/2095-01-19T00:00:00.000Z/P31D,2095-02-16T00:00:00.000Z,2095-03-19T00:00:00.000Z,2095-04-18T00:00:00.000Z,2095-05-19T00:00:00.000Z,2095-06-18T00:00:00.000Z/2095-08-19T00:00:00.000Z/P31D,2095-09-18T00:00:00.000Z,2095-10-19T00:00:00.000Z,2095-11-18T00:00:00.000Z/2096-01-19T00:00:00.000Z/P31D,2096-02-16T00:00:00.000Z,2096-03-18T00:00:00.000Z,2096-04-17T00:00:00.000Z,2096-05-18T00:00:00.000Z,2096-06-17T00:00:00.000Z/2096-08-18T00:00:00.000Z/P31D,2096-09-17T00:00:00.000Z,2096-10-18T00:00:00.000Z,2096-11-17T00:00:00.000Z/2097-01-18T00:00:00.000Z/P31D,2097-02-15T00:00:00.000Z,2097-03-18T00:00:00.000Z,2097-04-17T00:00:00.000Z,2097-05-18T00:00:00.000Z,2097-06-17T00:00:00.000Z/2097-08-18T00:00:00.000Z/P31D,2097-09-17T00:00:00.000Z,2097-10-18T00:00:00.000Z,2097-11-17T00:00:00.000Z/2098-01-18T00:00:00.000Z/P31D,2098-02-15T00:00:00.000Z,2098-03-18T00:00:00.000Z,2098-04-17T00:00:00.000Z,2098-05-18T00:00:00.000Z,2098-06-17T00:00:00.000Z/2098-08-18T00:00:00.000Z/P31D,2098-09-17T00:00:00.000Z,2098-10-18T00:00:00.000Z,2098-11-17T00:00:00.000Z/2099-01-18T00:00:00.000Z/P31D,2099-02-15T00:00:00.000Z,2099-03-18T00:00:00.000Z,2099-04-17T00:00:00.000Z,2099-05-18T00:00:00.000Z,2099-06-17T00:00:00.000Z/2099-08-18T00:00:00.000Z/P31D,2099-09-17T00:00:00.000Z,2099-10-18T00:00:00.000Z,2099-11-17T00:00:00.000Z/2100-01-18T00:00:00.000Z/P31D,2100-02-15T00:00:00.000Z,2100-03-18T00:00:00.000Z,2100-04-17T00:00:00.000Z,2100-05-18T00:00:00.000Z,2100-06-17T00:00:00.000Z/2100-08-18T00:00:00.000Z/P31D,2100-09-17T00:00:00.000Z,2100-10-18T00:00:00.000Z,2100-11-17T00:00:00.000Z,2100-12-18T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=pptmax
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=pptmax&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=pptmax
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=pptmax&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=pptmax
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=pptmax&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=pptmax
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=pptmax&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>pptmin</Name>
        <Title>precipitation_amount</Title>
        <Abstract>precipitation_amount</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.02083333333698</westBoundLongitude>
            <eastBoundLongitude>-66.47916198333701</eastBoundLongitude>
            <southBoundLatitude>24.06249999999968</southBoundLatitude>
            <northBoundLatitude>49.93750206999968</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.02083333333698" maxx="-66.47916198333701" miny="24.06249999999968" maxy="49.93750206999968"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-04-05T00:00:00.000Z">
            2006-02-10T00:00:00.000Z,2006-03-10T00:00:00.000Z,2006-04-10T00:00:00.000Z,2006-05-10T00:00:00.000Z,2006-06-10T00:00:00.000Z,2006-07-10T00:00:00.000Z/2006-09-10T00:00:00.000Z/P31D,2006-10-10T00:00:00.000Z,2006-11-10T00:00:00.000Z,2006-12-10T00:00:00.000Z/2007-02-10T00:00:00.000Z/P31D,2007-03-10T00:00:00.000Z,2007-04-10T00:00:00.000Z,2007-05-10T00:00:00.000Z,2007-06-10T00:00:00.000Z,2007-07-10T00:00:00.000Z/2007-09-10T00:00:00.000Z/P31D,2007-10-10T00:00:00.000Z,2007-11-10T00:00:00.000Z,2007-12-10T00:00:00.000Z/2008-02-10T00:00:00.000Z/P31D,2008-03-09T00:00:00.000Z,2008-04-09T00:00:00.000Z,2008-05-09T00:00:00.000Z,2008-06-09T00:00:00.000Z,2008-07-09T00:00:00.000Z/2008-09-09T00:00:00.000Z/P31D,2008-10-09T00:00:00.000Z,2008-11-09T00:00:00.000Z,2008-12-09T00:00:00.000Z/2009-02-09T00:00:00.000Z/P31D,2009-03-09T00:00:00.000Z,2009-04-09T00:00:00.000Z,2009-05-09T00:00:00.000Z,2009-06-09T00:00:00.000Z,2009-07-09T00:00:00.000Z/2009-09-09T00:00:00.000Z/P31D,2009-10-09T00:00:00.000Z,2009-11-09T00:00:00.000Z,2009-12-09T00:00:00.000Z/2010-02-09T00:00:00.000Z/P31D,2010-03-09T00:00:00.000Z,2010-04-09T00:00:00.000Z,2010-05-09T00:00:00.000Z,2010-06-09T00:00:00.000Z,2010-07-09T00:00:00.000Z/2010-09-09T00:00:00.000Z/P31D,2010-10-09T00:00:00.000Z,2010-11-09T00:00:00.000Z,2010-12-09T00:00:00.000Z/2011-02-09T00:00:00.000Z/P31D,2011-03-09T00:00:00.000Z,2011-04-09T00:00:00.000Z,2011-05-09T00:00:00.000Z,2011-06-09T00:00:00.000Z,2011-07-09T00:00:00.000Z/2011-09-09T00:00:00.000Z/P31D,2011-10-09T00:00:00.000Z,2011-11-09T00:00:00.000Z,2011-12-09T00:00:00.000Z/2012-02-09T00:00:00.000Z/P31D,2012-03-08T00:00:00.000Z,2012-04-08T00:00:00.000Z,2012-05-08T00:00:00.000Z,2012-06-08T00:00:00.000Z,2012-07-08T00:00:00.000Z/2012-09-08T00:00:00.000Z/P31D,2012-10-08T00:00:00.000Z,2012-11-08T00:00:00.000Z,2012-12-08T00:00:00.000Z/2013-02-08T00:00:00.000Z/P31D,2013-03-08T00:00:00.000Z,2013-04-08T00:00:00.000Z,2013-05-08T00:00:00.000Z,2013-06-08T00:00:00.000Z,2013-07-08T00:00:00.000Z/2013-09-08T00:00:00.000Z/P31D,2013-10-08T00:00:00.000Z,2013-11-08T00:00:00.000Z,2013-12-08T00:00:00.000Z/2014-02-08T00:00:00.000Z/P31D,2014-03-08T00:00:00.000Z,2014-04-08T00:00:00.000Z,2014-05-08T00:00:00.000Z,2014-06-08T00:00:00.000Z,2014-07-08T00:00:00.000Z/2014-09-08T00:00:00.000Z/P31D,2014-10-08T00:00:00.000Z,2014-11-08T00:00:00.000Z,2014-12-08T00:00:00.000Z/2015-02-08T00:00:00.000Z/P31D,2015-03-08T00:00:00.000Z,2015-04-08T00:00:00.000Z,2015-05-08T00:00:00.000Z,2015-06-08T00:00:00.000Z,2015-07-08T00:00:00.000Z/2015-09-08T00:00:00.000Z/P31D,2015-10-08T00:00:00.000Z,2015-11-08T00:00:00.000Z,2015-12-08T00:00:00.000Z/2016-02-08T00:00:00.000Z/P31D,2016-03-07T00:00:00.000Z,2016-04-07T00:00:00.000Z,2016-05-07T00:00:00.000Z,2016-06-07T00:00:00.000Z,2016-07-07T00:00:00.000Z/2016-09-07T00:00:00.000Z/P31D,2016-10-07T00:00:00.000Z,2016-11-07T00:00:00.000Z,2016-12-07T00:00:00.000Z/2017-02-07T00:00:00.000Z/P31D,2017-03-07T00:00:00.000Z,2017-04-07T00:00:00.000Z,2017-05-07T00:00:00.000Z,2017-06-07T00:00:00.000Z,2017-07-07T00:00:00.000Z/2017-09-07T00:00:00.000Z/P31D,2017-10-07T00:00:00.000Z,2017-11-07T00:00:00.000Z,2017-12-07T00:00:00.000Z/2018-02-07T00:00:00.000Z/P31D,2018-03-07T00:00:00.000Z,2018-04-07T00:00:00.000Z,2018-05-07T00:00:00.000Z,2018-06-07T00:00:00.000Z,2018-07-07T00:00:00.000Z/2018-09-07T00:00:00.000Z/P31D,2018-10-07T00:00:00.000Z,2018-11-07T00:00:00.000Z,2018-12-07T00:00:00.000Z/2019-02-07T00:00:00.000Z/P31D,2019-03-07T00:00:00.000Z,2019-04-07T00:00:00.000Z,2019-05-07T00:00:00.000Z,2019-06-07T00:00:00.000Z,2019-07-07T00:00:00.000Z/2019-09-07T00:00:00.000Z/P31D,2019-10-07T00:00:00.000Z,2019-11-07T00:00:00.000Z,2019-12-07T00:00:00.000Z/2020-02-07T00:00:00.000Z/P31D,2020-03-06T00:00:00.000Z,2020-04-06T00:00:00.000Z,2020-05-06T00:00:00.000Z,2020-06-06T00:00:00.000Z,2020-07-06T00:00:00.000Z/2020-09-06T00:00:00.000Z/P31D,2020-10-06T00:00:00.000Z,2020-11-06T00:00:00.000Z,2020-12-06T00:00:00.000Z/2021-02-06T00:00:00.000Z/P31D,2021-03-06T00:00:00.000Z,2021-04-06T00:00:00.000Z,2021-05-06T00:00:00.000Z,2021-06-06T00:00:00.000Z,2021-07-06T00:00:00.000Z/2021-09-06T00:00:00.000Z/P31D,2021-10-06T00:00:00.000Z,2021-11-06T00:00:00.000Z,2021-12-06T00:00:00.000Z/2022-02-06T00:00:00.000Z/P31D,2022-03-06T00:00:00.000Z,2022-04-06T00:00:00.000Z,2022-05-06T00:00:00.000Z,2022-06-06T00:00:00.000Z,2022-07-06T00:00:00.000Z/2022-09-06T00:00:00.000Z/P31D,2022-10-06T00:00:00.000Z,2022-11-06T00:00:00.000Z,2022-12-06T00:00:00.000Z/2023-02-06T00:00:00.000Z/P31D,2023-03-06T00:00:00.000Z,2023-04-06T00:00:00.000Z,2023-05-06T00:00:00.000Z,2023-06-06T00:00:00.000Z,2023-07-06T00:00:00.000Z/2023-09-06T00:00:00.000Z/P31D,2023-10-06T00:00:00.000Z,2023-11-06T00:00:00.000Z,2023-12-06T00:00:00.000Z/2024-02-06T00:00:00.000Z/P31D,2024-03-05T00:00:00.000Z,2024-04-05T00:00:00.000Z,2024-05-05T00:00:00.000Z,2024-06-05T00:00:00.000Z,2024-07-05T00:00:00.000Z/2024-09-05T00:00:00.000Z/P31D,2024-10-05T00:00:00.000Z,2024-11-05T00:00:00.000Z,2024-12-05T00:00:00.000Z/2025-02-05T00:00:00.000Z/P31D,2025-03-05T00:00:00.000Z,2025-04-05T00:00:00.000Z,2025-05-05T00:00:00.000Z,2025-06-05T00:00:00.000Z,2025-07-05T00:00:00.000Z/2025-09-05T00:00:00.000Z/P31D,2025-10-05T00:00:00.000Z,2025-11-05T00:00:00.000Z,2025-12-05T00:00:00.000Z/2026-02-05T00:00:00.000Z/P31D,2026-03-05T00:00:00.000Z,2026-04-05T00:00:00.000Z,2026-05-05T00:00:00.000Z,2026-06-05T00:00:00.000Z,2026-07-05T00:00:00.000Z/2026-09-05T00:00:00.000Z/P31D,2026-10-05T00:00:00.000Z,2026-11-05T00:00:00.000Z,2026-12-05T00:00:00.000Z/2027-02-05T00:00:00.000Z/P31D,2027-03-05T00:00:00.000Z,2027-04-05T00:00:00.000Z,2027-05-05T00:00:00.000Z,2027-06-05T00:00:00.000Z,2027-07-05T00:00:00.000Z/2027-09-05T00:00:00.000Z/P31D,2027-10-05T00:00:00.000Z,2027-11-05T00:00:00.000Z,2027-12-05T00:00:00.000Z/2028-02-05T00:00:00.000Z/P31D,2028-03-04T00:00:00.000Z,2028-04-04T00:00:00.000Z,2028-05-04T00:00:00.000Z,2028-06-04T00:00:00.000Z,2028-07-04T00:00:00.000Z/2028-09-04T00:00:00.000Z/P31D,2028-10-04T00:00:00.000Z,2028-11-04T00:00:00.000Z,2028-12-04T00:00:00.000Z/2029-02-04T00:00:00.000Z/P31D,2029-03-04T00:00:00.000Z,2029-04-04T00:00:00.000Z,2029-05-04T00:00:00.000Z,2029-06-04T00:00:00.000Z,2029-07-04T00:00:00.000Z/2029-09-04T00:00:00.000Z/P31D,2029-10-04T00:00:00.000Z,2029-11-04T00:00:00.000Z,2029-12-04T00:00:00.000Z/2030-02-04T00:00:00.000Z/P31D,2030-03-04T00:00:00.000Z,2030-04-04T00:00:00.000Z,2030-05-04T00:00:00.000Z,2030-06-04T00:00:00.000Z,2030-07-04T00:00:00.000Z/2030-09-04T00:00:00.000Z/P31D,2030-10-04T00:00:00.000Z,2030-11-04T00:00:00.000Z,2030-12-04T00:00:00.000Z/2031-02-04T00:00:00.000Z/P31D,2031-03-04T00:00:00.000Z,2031-04-04T00:00:00.000Z,2031-05-04T00:00:00.000Z,2031-06-04T00:00:00.000Z,2031-07-04T00:00:00.000Z/2031-09-04T00:00:00.000Z/P31D,2031-10-04T00:00:00.000Z,2031-11-04T00:00:00.000Z,2031-12-04T00:00:00.000Z/2032-02-04T00:00:00.000Z/P31D,2032-03-03T00:00:00.000Z,2032-04-03T00:00:00.000Z,2032-05-03T00:00:00.000Z,2032-06-03T00:00:00.000Z,2032-07-03T00:00:00.000Z/2032-09-03T00:00:00.000Z/P31D,2032-10-03T00:00:00.000Z,2032-11-03T00:00:00.000Z,2032-12-03T00:00:00.000Z/2033-02-03T00:00:00.000Z/P31D,2033-03-03T00:00:00.000Z,2033-04-03T00:00:00.000Z,2033-05-03T00:00:00.000Z,2033-06-03T00:00:00.000Z,2033-07-03T00:00:00.000Z/2033-09-03T00:00:00.000Z/P31D,2033-10-03T00:00:00.000Z,2033-11-03T00:00:00.000Z,2033-12-03T00:00:00.000Z/2034-02-03T00:00:00.000Z/P31D,2034-03-03T00:00:00.000Z,2034-04-03T00:00:00.000Z,2034-05-03T00:00:00.000Z,2034-06-03T00:00:00.000Z,2034-07-03T00:00:00.000Z/2034-09-03T00:00:00.000Z/P31D,2034-10-03T00:00:00.000Z,2034-11-03T00:00:00.000Z,2034-12-03T00:00:00.000Z/2035-02-03T00:00:00.000Z/P31D,2035-03-03T00:00:00.000Z,2035-04-03T00:00:00.000Z,2035-05-03T00:00:00.000Z,2035-06-03T00:00:00.000Z,2035-07-03T00:00:00.000Z/2035-09-03T00:00:00.000Z/P31D,2035-10-03T00:00:00.000Z,2035-11-03T00:00:00.000Z,2035-12-03T00:00:00.000Z/2036-02-03T00:00:00.000Z/P31D,2036-03-02T00:00:00.000Z,2036-04-02T00:00:00.000Z,2036-05-02T00:00:00.000Z,2036-06-02T00:00:00.000Z,2036-07-02T00:00:00.000Z/2036-09-02T00:00:00.000Z/P31D,2036-10-02T00:00:00.000Z,2036-11-02T00:00:00.000Z,2036-12-02T00:00:00.000Z/2037-02-02T00:00:00.000Z/P31D,2037-03-02T00:00:00.000Z,2037-04-02T00:00:00.000Z,2037-05-02T00:00:00.000Z,2037-06-02T00:00:00.000Z,2037-07-02T00:00:00.000Z/2037-09-02T00:00:00.000Z/P31D,2037-10-02T00:00:00.000Z,2037-11-02T00:00:00.000Z,2037-12-02T00:00:00.000Z/2038-02-02T00:00:00.000Z/P31D,2038-03-02T00:00:00.000Z,2038-04-02T00:00:00.000Z,2038-05-02T00:00:00.000Z,2038-06-02T00:00:00.000Z,2038-07-02T00:00:00.000Z/2038-09-02T00:00:00.000Z/P31D,2038-10-02T00:00:00.000Z,2038-11-02T00:00:00.000Z,2038-12-02T00:00:00.000Z/2039-02-02T00:00:00.000Z/P31D,2039-03-02T00:00:00.000Z,2039-04-02T00:00:00.000Z,2039-05-02T00:00:00.000Z,2039-06-02T00:00:00.000Z,2039-07-02T00:00:00.000Z/2039-09-02T00:00:00.000Z/P31D,2039-10-02T00:00:00.000Z,2039-11-02T00:00:00.000Z,2039-12-02T00:00:00.000Z/2040-02-02T00:00:00.000Z/P31D,2040-03-01T00:00:00.000Z,2040-04-01T00:00:00.000Z,2040-05-01T00:00:00.000Z,2040-06-01T00:00:00.000Z,2040-07-01T00:00:00.000Z/2040-09-01T00:00:00.000Z/P31D,2040-10-01T00:00:00.000Z,2040-11-01T00:00:00.000Z,2040-12-01T00:00:00.000Z/2041-02-01T00:00:00.000Z/P31D,2041-03-01T00:00:00.000Z,2041-04-01T00:00:00.000Z,2041-05-01T00:00:00.000Z,2041-06-01T00:00:00.000Z,2041-07-01T00:00:00.000Z/2041-09-01T00:00:00.000Z/P31D,2041-10-01T00:00:00.000Z,2041-11-01T00:00:00.000Z,2041-12-01T00:00:00.000Z/2042-02-01T00:00:00.000Z/P31D,2042-03-01T00:00:00.000Z,2042-04-01T00:00:00.000Z,2042-05-01T00:00:00.000Z,2042-06-01T00:00:00.000Z,2042-07-01T00:00:00.000Z/2042-09-01T00:00:00.000Z/P31D,2042-10-01T00:00:00.000Z,2042-11-01T00:00:00.000Z,2042-12-01T00:00:00.000Z/2043-02-01T00:00:00.000Z/P31D,2043-03-01T00:00:00.000Z,2043-04-01T00:00:00.000Z,2043-05-01T00:00:00.000Z,2043-06-01T00:00:00.000Z,2043-07-01T00:00:00.000Z/2043-09-01T00:00:00.000Z/P31D,2043-10-01T00:00:00.000Z,2043-11-01T00:00:00.000Z,2043-12-01T00:00:00.000Z/2044-02-01T00:00:00.000Z/P31D,2044-02-29T00:00:00.000Z,2044-03-31T00:00:00.000Z,2044-04-30T00:00:00.000Z,2044-05-31T00:00:00.000Z,2044-06-30T00:00:00.000Z/2044-08-31T00:00:00.000Z/P31D,2044-09-30T00:00:00.000Z,2044-10-31T00:00:00.000Z,2044-11-30T00:00:00.000Z/2045-01-31T00:00:00.000Z/P31D,2045-02-28T00:00:00.000Z,2045-03-31T00:00:00.000Z,2045-04-30T00:00:00.000Z,2045-05-31T00:00:00.000Z,2045-06-30T00:00:00.000Z/2045-08-31T00:00:00.000Z/P31D,2045-09-30T00:00:00.000Z,2045-10-31T00:00:00.000Z,2045-11-30T00:00:00.000Z/2046-01-31T00:00:00.000Z/P31D,2046-02-28T00:00:00.000Z,2046-03-31T00:00:00.000Z,2046-04-30T00:00:00.000Z,2046-05-31T00:00:00.000Z,2046-06-30T00:00:00.000Z/2046-08-31T00:00:00.000Z/P31D,2046-09-30T00:00:00.000Z,2046-10-31T00:00:00.000Z,2046-11-30T00:00:00.000Z/2047-01-31T00:00:00.000Z/P31D,2047-02-28T00:00:00.000Z,2047-03-31T00:00:00.000Z,2047-04-30T00:00:00.000Z,2047-05-31T00:00:00.000Z,2047-06-30T00:00:00.000Z/2047-08-31T00:00:00.000Z/P31D,2047-09-30T00:00:00.000Z,2047-10-31T00:00:00.000Z,2047-11-30T00:00:00.000Z/2048-01-31T00:00:00.000Z/P31D,2048-02-28T00:00:00.000Z,2048-03-30T00:00:00.000Z,2048-04-29T00:00:00.000Z,2048-05-30T00:00:00.000Z,2048-06-29T00:00:00.000Z/2048-08-30T00:00:00.000Z/P31D,2048-09-29T00:00:00.000Z,2048-10-30T00:00:00.000Z,2048-11-29T00:00:00.000Z/2049-01-30T00:00:00.000Z/P31D,2049-02-27T00:00:00.000Z,2049-03-30T00:00:00.000Z,2049-04-29T00:00:00.000Z,2049-05-30T00:00:00.000Z,2049-06-29T00:00:00.000Z/2049-08-30T00:00:00.000Z/P31D,2049-09-29T00:00:00.000Z,2049-10-30T00:00:00.000Z,2049-11-29T00:00:00.000Z/2050-01-30T00:00:00.000Z/P31D,2050-02-27T00:00:00.000Z,2050-03-30T00:00:00.000Z,2050-04-29T00:00:00.000Z,2050-05-30T00:00:00.000Z,2050-06-29T00:00:00.000Z/2050-08-30T00:00:00.000Z/P31D,2050-09-29T00:00:00.000Z,2050-10-30T00:00:00.000Z,2050-11-29T00:00:00.000Z/2051-01-30T00:00:00.000Z/P31D,2051-02-27T00:00:00.000Z,2051-03-30T00:00:00.000Z,2051-04-29T00:00:00.000Z,2051-05-30T00:00:00.000Z,2051-06-29T00:00:00.000Z/2051-08-30T00:00:00.000Z/P31D,2051-09-29T00:00:00.000Z,2051-10-30T00:00:00.000Z,2051-11-29T00:00:00.000Z/2052-01-30T00:00:00.000Z/P31D,2052-02-27T00:00:00.000Z,2052-03-29T00:00:00.000Z,2052-04-28T00:00:00.000Z,2052-05-29T00:00:00.000Z,2052-06-28T00:00:00.000Z/2052-08-29T00:00:00.000Z/P31D,2052-09-28T00:00:00.000Z,2052-10-29T00:00:00.000Z,2052-11-28T00:00:00.000Z/2053-01-29T00:00:00.000Z/P31D,2053-02-26T00:00:00.000Z,2053-03-29T00:00:00.000Z,2053-04-28T00:00:00.000Z,2053-05-29T00:00:00.000Z,2053-06-28T00:00:00.000Z/2053-08-29T00:00:00.000Z/P31D,2053-09-28T00:00:00.000Z,2053-10-29T00:00:00.000Z,2053-11-28T00:00:00.000Z/2054-01-29T00:00:00.000Z/P31D,2054-02-26T00:00:00.000Z,2054-03-29T00:00:00.000Z,2054-04-28T00:00:00.000Z,2054-05-29T00:00:00.000Z,2054-06-28T00:00:00.000Z/2054-08-29T00:00:00.000Z/P31D,2054-09-28T00:00:00.000Z,2054-10-29T00:00:00.000Z,2054-11-28T00:00:00.000Z/2055-01-29T00:00:00.000Z/P31D,2055-02-26T00:00:00.000Z,2055-03-29T00:00:00.000Z,2055-04-28T00:00:00.000Z,2055-05-29T00:00:00.000Z,2055-06-28T00:00:00.000Z/2055-08-29T00:00:00.000Z/P31D,2055-09-28T00:00:00.000Z,2055-10-29T00:00:00.000Z,2055-11-28T00:00:00.000Z/2056-01-29T00:00:00.000Z/P31D,2056-02-26T00:00:00.000Z,2056-03-28T00:00:00.000Z,2056-04-27T00:00:00.000Z,2056-05-28T00:00:00.000Z,2056-06-27T00:00:00.000Z/2056-08-28T00:00:00.000Z/P31D,2056-09-27T00:00:00.000Z,2056-10-28T00:00:00.000Z,2056-11-27T00:00:00.000Z/2057-01-28T00:00:00.000Z/P31D,2057-02-25T00:00:00.000Z,2057-03-28T00:00:00.000Z,2057-04-27T00:00:00.000Z,2057-05-28T00:00:00.000Z,2057-06-27T00:00:00.000Z/2057-08-28T00:00:00.000Z/P31D,2057-09-27T00:00:00.000Z,2057-10-28T00:00:00.000Z,2057-11-27T00:00:00.000Z/2058-01-28T00:00:00.000Z/P31D,2058-02-25T00:00:00.000Z,2058-03-28T00:00:00.000Z,2058-04-27T00:00:00.000Z,2058-05-28T00:00:00.000Z,2058-06-27T00:00:00.000Z/2058-08-28T00:00:00.000Z/P31D,2058-09-27T00:00:00.000Z,2058-10-28T00:00:00.000Z,2058-11-27T00:00:00.000Z/2059-01-28T00:00:00.000Z/P31D,2059-02-25T00:00:00.000Z,2059-03-28T00:00:00.000Z,2059-04-27T00:00:00.000Z,2059-05-28T00:00:00.000Z,2059-06-27T00:00:00.000Z/2059-08-28T00:00:00.000Z/P31D,2059-09-27T00:00:00.000Z,2059-10-28T00:00:00.000Z,2059-11-27T00:00:00.000Z/2060-01-28T00:00:00.000Z/P31D,2060-02-25T00:00:00.000Z,2060-03-27T00:00:00.000Z,2060-04-26T00:00:00.000Z,2060-05-27T00:00:00.000Z,2060-06-26T00:00:00.000Z/2060-08-27T00:00:00.000Z/P31D,2060-09-26T00:00:00.000Z,2060-10-27T00:00:00.000Z,2060-11-26T00:00:00.000Z/2061-01-27T00:00:00.000Z/P31D,2061-02-24T00:00:00.000Z,2061-03-27T00:00:00.000Z,2061-04-26T00:00:00.000Z,2061-05-27T00:00:00.000Z,2061-06-26T00:00:00.000Z/2061-08-27T00:00:00.000Z/P31D,2061-09-26T00:00:00.000Z,2061-10-27T00:00:00.000Z,2061-11-26T00:00:00.000Z/2062-01-27T00:00:00.000Z/P31D,2062-02-24T00:00:00.000Z,2062-03-27T00:00:00.000Z,2062-04-26T00:00:00.000Z,2062-05-27T00:00:00.000Z,2062-06-26T00:00:00.000Z/2062-08-27T00:00:00.000Z/P31D,2062-09-26T00:00:00.000Z,2062-10-27T00:00:00.000Z,2062-11-26T00:00:00.000Z/2063-01-27T00:00:00.000Z/P31D,2063-02-24T00:00:00.000Z,2063-03-27T00:00:00.000Z,2063-04-26T00:00:00.000Z,2063-05-27T00:00:00.000Z,2063-06-26T00:00:00.000Z/2063-08-27T00:00:00.000Z/P31D,2063-09-26T00:00:00.000Z,2063-10-27T00:00:00.000Z,2063-11-26T00:00:00.000Z/2064-01-27T00:00:00.000Z/P31D,2064-02-24T00:00:00.000Z,2064-03-26T00:00:00.000Z,2064-04-25T00:00:00.000Z,2064-05-26T00:00:00.000Z,2064-06-25T00:00:00.000Z/2064-08-26T00:00:00.000Z/P31D,2064-09-25T00:00:00.000Z,2064-10-26T00:00:00.000Z,2064-11-25T00:00:00.000Z/2065-01-26T00:00:00.000Z/P31D,2065-02-23T00:00:00.000Z,2065-03-26T00:00:00.000Z,2065-04-25T00:00:00.000Z,2065-05-26T00:00:00.000Z,2065-06-25T00:00:00.000Z/2065-08-26T00:00:00.000Z/P31D,2065-09-25T00:00:00.000Z,2065-10-26T00:00:00.000Z,2065-11-25T00:00:00.000Z/2066-01-26T00:00:00.000Z/P31D,2066-02-23T00:00:00.000Z,2066-03-26T00:00:00.000Z,2066-04-25T00:00:00.000Z,2066-05-26T00:00:00.000Z,2066-06-25T00:00:00.000Z/2066-08-26T00:00:00.000Z/P31D,2066-09-25T00:00:00.000Z,2066-10-26T00:00:00.000Z,2066-11-25T00:00:00.000Z/2067-01-26T00:00:00.000Z/P31D,2067-02-23T00:00:00.000Z,2067-03-26T00:00:00.000Z,2067-04-25T00:00:00.000Z,2067-05-26T00:00:00.000Z,2067-06-25T00:00:00.000Z/2067-08-26T00:00:00.000Z/P31D,2067-09-25T00:00:00.000Z,2067-10-26T00:00:00.000Z,2067-11-25T00:00:00.000Z/2068-01-26T00:00:00.000Z/P31D,2068-02-23T00:00:00.000Z,2068-03-25T00:00:00.000Z,2068-04-24T00:00:00.000Z,2068-05-25T00:00:00.000Z,2068-06-24T00:00:00.000Z/2068-08-25T00:00:00.000Z/P31D,2068-09-24T00:00:00.000Z,2068-10-25T00:00:00.000Z,2068-11-24T00:00:00.000Z/2069-01-25T00:00:00.000Z/P31D,2069-02-22T00:00:00.000Z,2069-03-25T00:00:00.000Z,2069-04-24T00:00:00.000Z,2069-05-25T00:00:00.000Z,2069-06-24T00:00:00.000Z/2069-08-25T00:00:00.000Z/P31D,2069-09-24T00:00:00.000Z,2069-10-25T00:00:00.000Z,2069-11-24T00:00:00.000Z/2070-01-25T00:00:00.000Z/P31D,2070-02-22T00:00:00.000Z,2070-03-25T00:00:00.000Z,2070-04-24T00:00:00.000Z,2070-05-25T00:00:00.000Z,2070-06-24T00:00:00.000Z/2070-08-25T00:00:00.000Z/P31D,2070-09-24T00:00:00.000Z,2070-10-25T00:00:00.000Z,2070-11-24T00:00:00.000Z/2071-01-25T00:00:00.000Z/P31D,2071-02-22T00:00:00.000Z,2071-03-25T00:00:00.000Z,2071-04-24T00:00:00.000Z,2071-05-25T00:00:00.000Z,2071-06-24T00:00:00.000Z/2071-08-25T00:00:00.000Z/P31D,2071-09-24T00:00:00.000Z,2071-10-25T00:00:00.000Z,2071-11-24T00:00:00.000Z/2072-01-25T00:00:00.000Z/P31D,2072-02-22T00:00:00.000Z,2072-03-24T00:00:00.000Z,2072-04-23T00:00:00.000Z,2072-05-24T00:00:00.000Z,2072-06-23T00:00:00.000Z/2072-08-24T00:00:00.000Z/P31D,2072-09-23T00:00:00.000Z,2072-10-24T00:00:00.000Z,2072-11-23T00:00:00.000Z/2073-01-24T00:00:00.000Z/P31D,2073-02-21T00:00:00.000Z,2073-03-24T00:00:00.000Z,2073-04-23T00:00:00.000Z,2073-05-24T00:00:00.000Z,2073-06-23T00:00:00.000Z/2073-08-24T00:00:00.000Z/P31D,2073-09-23T00:00:00.000Z,2073-10-24T00:00:00.000Z,2073-11-23T00:00:00.000Z/2074-01-24T00:00:00.000Z/P31D,2074-02-21T00:00:00.000Z,2074-03-24T00:00:00.000Z,2074-04-23T00:00:00.000Z,2074-05-24T00:00:00.000Z,2074-06-23T00:00:00.000Z/2074-08-24T00:00:00.000Z/P31D,2074-09-23T00:00:00.000Z,2074-10-24T00:00:00.000Z,2074-11-23T00:00:00.000Z/2075-01-24T00:00:00.000Z/P31D,2075-02-21T00:00:00.000Z,2075-03-24T00:00:00.000Z,2075-04-23T00:00:00.000Z,2075-05-24T00:00:00.000Z,2075-06-23T00:00:00.000Z/2075-08-24T00:00:00.000Z/P31D,2075-09-23T00:00:00.000Z,2075-10-24T00:00:00.000Z,2075-11-23T00:00:00.000Z/2076-01-24T00:00:00.000Z/P31D,2076-02-21T00:00:00.000Z,2076-03-23T00:00:00.000Z,2076-04-22T00:00:00.000Z,2076-05-23T00:00:00.000Z,2076-06-22T00:00:00.000Z/2076-08-23T00:00:00.000Z/P31D,2076-09-22T00:00:00.000Z,2076-10-23T00:00:00.000Z,2076-11-22T00:00:00.000Z/2077-01-23T00:00:00.000Z/P31D,2077-02-20T00:00:00.000Z,2077-03-23T00:00:00.000Z,2077-04-22T00:00:00.000Z,2077-05-23T00:00:00.000Z,2077-06-22T00:00:00.000Z/2077-08-23T00:00:00.000Z/P31D,2077-09-22T00:00:00.000Z,2077-10-23T00:00:00.000Z,2077-11-22T00:00:00.000Z/2078-01-23T00:00:00.000Z/P31D,2078-02-20T00:00:00.000Z,2078-03-23T00:00:00.000Z,2078-04-22T00:00:00.000Z,2078-05-23T00:00:00.000Z,2078-06-22T00:00:00.000Z/2078-08-23T00:00:00.000Z/P31D,2078-09-22T00:00:00.000Z,2078-10-23T00:00:00.000Z,2078-11-22T00:00:00.000Z/2079-01-23T00:00:00.000Z/P31D,2079-02-20T00:00:00.000Z,2079-03-23T00:00:00.000Z,2079-04-22T00:00:00.000Z,2079-05-23T00:00:00.000Z,2079-06-22T00:00:00.000Z/2079-08-23T00:00:00.000Z/P31D,2079-09-22T00:00:00.000Z,2079-10-23T00:00:00.000Z,2079-11-22T00:00:00.000Z/2080-01-23T00:00:00.000Z/P31D,2080-02-20T00:00:00.000Z,2080-03-22T00:00:00.000Z,2080-04-21T00:00:00.000Z,2080-05-22T00:00:00.000Z,2080-06-21T00:00:00.000Z/2080-08-22T00:00:00.000Z/P31D,2080-09-21T00:00:00.000Z,2080-10-22T00:00:00.000Z,2080-11-21T00:00:00.000Z/2081-01-22T00:00:00.000Z/P31D,2081-02-19T00:00:00.000Z,2081-03-22T00:00:00.000Z,2081-04-21T00:00:00.000Z,2081-05-22T00:00:00.000Z,2081-06-21T00:00:00.000Z/2081-08-22T00:00:00.000Z/P31D,2081-09-21T00:00:00.000Z,2081-10-22T00:00:00.000Z,2081-11-21T00:00:00.000Z/2082-01-22T00:00:00.000Z/P31D,2082-02-19T00:00:00.000Z,2082-03-22T00:00:00.000Z,2082-04-21T00:00:00.000Z,2082-05-22T00:00:00.000Z,2082-06-21T00:00:00.000Z/2082-08-22T00:00:00.000Z/P31D,2082-09-21T00:00:00.000Z,2082-10-22T00:00:00.000Z,2082-11-21T00:00:00.000Z/2083-01-22T00:00:00.000Z/P31D,2083-02-19T00:00:00.000Z,2083-03-22T00:00:00.000Z,2083-04-21T00:00:00.000Z,2083-05-22T00:00:00.000Z,2083-06-21T00:00:00.000Z/2083-08-22T00:00:00.000Z/P31D,2083-09-21T00:00:00.000Z,2083-10-22T00:00:00.000Z,2083-11-21T00:00:00.000Z/2084-01-22T00:00:00.000Z/P31D,2084-02-19T00:00:00.000Z,2084-03-21T00:00:00.000Z,2084-04-20T00:00:00.000Z,2084-05-21T00:00:00.000Z,2084-06-20T00:00:00.000Z/2084-08-21T00:00:00.000Z/P31D,2084-09-20T00:00:00.000Z,2084-10-21T00:00:00.000Z,2084-11-20T00:00:00.000Z/2085-01-21T00:00:00.000Z/P31D,2085-02-18T00:00:00.000Z,2085-03-21T00:00:00.000Z,2085-04-20T00:00:00.000Z,2085-05-21T00:00:00.000Z,2085-06-20T00:00:00.000Z/2085-08-21T00:00:00.000Z/P31D,2085-09-20T00:00:00.000Z,2085-10-21T00:00:00.000Z,2085-11-20T00:00:00.000Z/2086-01-21T00:00:00.000Z/P31D,2086-02-18T00:00:00.000Z,2086-03-21T00:00:00.000Z,2086-04-20T00:00:00.000Z,2086-05-21T00:00:00.000Z,2086-06-20T00:00:00.000Z/2086-08-21T00:00:00.000Z/P31D,2086-09-20T00:00:00.000Z,2086-10-21T00:00:00.000Z,2086-11-20T00:00:00.000Z/2087-01-21T00:00:00.000Z/P31D,2087-02-18T00:00:00.000Z,2087-03-21T00:00:00.000Z,2087-04-20T00:00:00.000Z,2087-05-21T00:00:00.000Z,2087-06-20T00:00:00.000Z/2087-08-21T00:00:00.000Z/P31D,2087-09-20T00:00:00.000Z,2087-10-21T00:00:00.000Z,2087-11-20T00:00:00.000Z/2088-01-21T00:00:00.000Z/P31D,2088-02-18T00:00:00.000Z,2088-03-20T00:00:00.000Z,2088-04-19T00:00:00.000Z,2088-05-20T00:00:00.000Z,2088-06-19T00:00:00.000Z/2088-08-20T00:00:00.000Z/P31D,2088-09-19T00:00:00.000Z,2088-10-20T00:00:00.000Z,2088-11-19T00:00:00.000Z/2089-01-20T00:00:00.000Z/P31D,2089-02-17T00:00:00.000Z,2089-03-20T00:00:00.000Z,2089-04-19T00:00:00.000Z,2089-05-20T00:00:00.000Z,2089-06-19T00:00:00.000Z/2089-08-20T00:00:00.000Z/P31D,2089-09-19T00:00:00.000Z,2089-10-20T00:00:00.000Z,2089-11-19T00:00:00.000Z/2090-01-20T00:00:00.000Z/P31D,2090-02-17T00:00:00.000Z,2090-03-20T00:00:00.000Z,2090-04-19T00:00:00.000Z,2090-05-20T00:00:00.000Z,2090-06-19T00:00:00.000Z/2090-08-20T00:00:00.000Z/P31D,2090-09-19T00:00:00.000Z,2090-10-20T00:00:00.000Z,2090-11-19T00:00:00.000Z/2091-01-20T00:00:00.000Z/P31D,2091-02-17T00:00:00.000Z,2091-03-20T00:00:00.000Z,2091-04-19T00:00:00.000Z,2091-05-20T00:00:00.000Z,2091-06-19T00:00:00.000Z/2091-08-20T00:00:00.000Z/P31D,2091-09-19T00:00:00.000Z,2091-10-20T00:00:00.000Z,2091-11-19T00:00:00.000Z/2092-01-20T00:00:00.000Z/P31D,2092-02-17T00:00:00.000Z,2092-03-19T00:00:00.000Z,2092-04-18T00:00:00.000Z,2092-05-19T00:00:00.000Z,2092-06-18T00:00:00.000Z/2092-08-19T00:00:00.000Z/P31D,2092-09-18T00:00:00.000Z,2092-10-19T00:00:00.000Z,2092-11-18T00:00:00.000Z/2093-01-19T00:00:00.000Z/P31D,2093-02-16T00:00:00.000Z,2093-03-19T00:00:00.000Z,2093-04-18T00:00:00.000Z,2093-05-19T00:00:00.000Z,2093-06-18T00:00:00.000Z/2093-08-19T00:00:00.000Z/P31D,2093-09-18T00:00:00.000Z,2093-10-19T00:00:00.000Z,2093-11-18T00:00:00.000Z/2094-01-19T00:00:00.000Z/P31D,2094-02-16T00:00:00.000Z,2094-03-19T00:00:00.000Z,2094-04-18T00:00:00.000Z,2094-05-19T00:00:00.000Z,2094-06-18T00:00:00.000Z/2094-08-19T00:00:00.000Z/P31D,2094-09-18T00:00:00.000Z,2094-10-19T00:00:00.000Z,2094-11-18T00:00:00.000Z/2095-01-19T00:00:00.000Z/P31D,2095-02-16T00:00:00.000Z,2095-03-19T00:00:00.000Z,2095-04-18T00:00:00.000Z,2095-05-19T00:00:00.000Z,2095-06-18T00:00:00.000Z/2095-08-19T00:00:00.000Z/P31D,2095-09-18T00:00:00.000Z,2095-10-19T00:00:00.000Z,2095-11-18T00:00:00.000Z/2096-01-19T00:00:00.000Z/P31D,2096-02-16T00:00:00.000Z,2096-03-18T00:00:00.000Z,2096-04-17T00:00:00.000Z,2096-05-18T00:00:00.000Z,2096-06-17T00:00:00.000Z/2096-08-18T00:00:00.000Z/P31D,2096-09-17T00:00:00.000Z,2096-10-18T00:00:00.000Z,2096-11-17T00:00:00.000Z/2097-01-18T00:00:00.000Z/P31D,2097-02-15T00:00:00.000Z,2097-03-18T00:00:00.000Z,2097-04-17T00:00:00.000Z,2097-05-18T00:00:00.000Z,2097-06-17T00:00:00.000Z/2097-08-18T00:00:00.000Z/P31D,2097-09-17T00:00:00.000Z,2097-10-18T00:00:00.000Z,2097-11-17T00:00:00.000Z/2098-01-18T00:00:00.000Z/P31D,2098-02-15T00:00:00.000Z,2098-03-18T00:00:00.000Z,2098-04-17T00:00:00.000Z,2098-05-18T00:00:00.000Z,2098-06-17T00:00:00.000Z/2098-08-18T00:00:00.000Z/P31D,2098-09-17T00:00:00.000Z,2098-10-18T00:00:00.000Z,2098-11-17T00:00:00.000Z/2099-01-18T00:00:00.000Z/P31D,2099-02-15T00:00:00.000Z,2099-03-18T00:00:00.000Z,2099-04-17T00:00:00.000Z,2099-05-18T00:00:00.000Z,2099-06-17T00:00:00.000Z/2099-08-18T00:00:00.000Z/P31D,2099-09-17T00:00:00.000Z,2099-10-18T00:00:00.000Z,2099-11-17T00:00:00.000Z/2100-01-18T00:00:00.000Z/P31D,2100-02-15T00:00:00.000Z,2100-03-18T00:00:00.000Z,2100-04-17T00:00:00.000Z,2100-05-18T00:00:00.000Z,2100-06-17T00:00:00.000Z/2100-08-18T00:00:00.000Z/P31D,2100-09-17T00:00:00.000Z,2100-10-18T00:00:00.000Z,2100-11-17T00:00:00.000Z,2100-12-18T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=pptmin
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=pptmin&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=pptmin
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=pptmin&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=pptmin
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=pptmin&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=pptmin
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=pptmin&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>parentvar</Name>
        <Title>Near-Surface Air Temperature</Title>
        <Abstract>Near-Surface Air Temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.625</westBoundLongitude>
            <eastBoundLongitude>-66.875</eastBoundLongitude>
            <southBoundLatitude>24.502617801047126</southBoundLatitude>
            <northBoundLatitude>49.947643979057574</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.625" maxx="-66.875" miny="24.502617801047126" maxy="49.947643979057574"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-04-05T00:00:00.000Z">
            2006-02-10T00:00:00.000Z,2006-03-10T00:00:00.000Z,2006-04-10T00:00:00.000Z,2006-05-10T00:00:00.000Z,2006-06-10T00:00:00.000Z,2006-07-10T00:00:00.000Z/2006-09-10T00:00:00.000Z/P31D,2006-10-10T00:00:00.000Z,2006-11-10T00:00:00.000Z,2006-12-10T00:00:00.000Z/2007-02-10T00:00:00.000Z/P31D,2007-03-10T00:00:00.000Z,2007-04-10T00:00:00.000Z,2007-05-10T00:00:00.000Z,2007-06-10T00:00:00.000Z,2007-07-10T00:00:00.000Z/2007-09-10T00:00:00.000Z/P31D,2007-10-10T00:00:00.000Z,2007-11-10T00:00:00.000Z,2007-12-10T00:00:00.000Z/2008-02-10T00:00:00.000Z/P31D,2008-03-09T00:00:00.000Z,2008-04-09T00:00:00.000Z,2008-05-09T00:00:00.000Z,2008-06-09T00:00:00.000Z,2008-07-09T00:00:00.000Z/2008-09-09T00:00:00.000Z/P31D,2008-10-09T00:00:00.000Z,2008-11-09T00:00:00.000Z,2008-12-09T00:00:00.000Z/2009-02-09T00:00:00.000Z/P31D,2009-03-09T00:00:00.000Z,2009-04-09T00:00:00.000Z,2009-05-09T00:00:00.000Z,2009-06-09T00:00:00.000Z,2009-07-09T00:00:00.000Z/2009-09-09T00:00:00.000Z/P31D,2009-10-09T00:00:00.000Z,2009-11-09T00:00:00.000Z,2009-12-09T00:00:00.000Z/2010-02-09T00:00:00.000Z/P31D,2010-03-09T00:00:00.000Z,2010-04-09T00:00:00.000Z,2010-05-09T00:00:00.000Z,2010-06-09T00:00:00.000Z,2010-07-09T00:00:00.000Z/2010-09-09T00:00:00.000Z/P31D,2010-10-09T00:00:00.000Z,2010-11-09T00:00:00.000Z,2010-12-09T00:00:00.000Z/2011-02-09T00:00:00.000Z/P31D,2011-03-09T00:00:00.000Z,2011-04-09T00:00:00.000Z,2011-05-09T00:00:00.000Z,2011-06-09T00:00:00.000Z,2011-07-09T00:00:00.000Z/2011-09-09T00:00:00.000Z/P31D,2011-10-09T00:00:00.000Z,2011-11-09T00:00:00.000Z,2011-12-09T00:00:00.000Z/2012-02-09T00:00:00.000Z/P31D,2012-03-08T00:00:00.000Z,2012-04-08T00:00:00.000Z,2012-05-08T00:00:00.000Z,2012-06-08T00:00:00.000Z,2012-07-08T00:00:00.000Z/2012-09-08T00:00:00.000Z/P31D,2012-10-08T00:00:00.000Z,2012-11-08T00:00:00.000Z,2012-12-08T00:00:00.000Z/2013-02-08T00:00:00.000Z/P31D,2013-03-08T00:00:00.000Z,2013-04-08T00:00:00.000Z,2013-05-08T00:00:00.000Z,2013-06-08T00:00:00.000Z,2013-07-08T00:00:00.000Z/2013-09-08T00:00:00.000Z/P31D,2013-10-08T00:00:00.000Z,2013-11-08T00:00:00.000Z,2013-12-08T00:00:00.000Z/2014-02-08T00:00:00.000Z/P31D,2014-03-08T00:00:00.000Z,2014-04-08T00:00:00.000Z,2014-05-08T00:00:00.000Z,2014-06-08T00:00:00.000Z,2014-07-08T00:00:00.000Z/2014-09-08T00:00:00.000Z/P31D,2014-10-08T00:00:00.000Z,2014-11-08T00:00:00.000Z,2014-12-08T00:00:00.000Z/2015-02-08T00:00:00.000Z/P31D,2015-03-08T00:00:00.000Z,2015-04-08T00:00:00.000Z,2015-05-08T00:00:00.000Z,2015-06-08T00:00:00.000Z,2015-07-08T00:00:00.000Z/2015-09-08T00:00:00.000Z/P31D,2015-10-08T00:00:00.000Z,2015-11-08T00:00:00.000Z,2015-12-08T00:00:00.000Z/2016-02-08T00:00:00.000Z/P31D,2016-03-07T00:00:00.000Z,2016-04-07T00:00:00.000Z,2016-05-07T00:00:00.000Z,2016-06-07T00:00:00.000Z,2016-07-07T00:00:00.000Z/2016-09-07T00:00:00.000Z/P31D,2016-10-07T00:00:00.000Z,2016-11-07T00:00:00.000Z,2016-12-07T00:00:00.000Z/2017-02-07T00:00:00.000Z/P31D,2017-03-07T00:00:00.000Z,2017-04-07T00:00:00.000Z,2017-05-07T00:00:00.000Z,2017-06-07T00:00:00.000Z,2017-07-07T00:00:00.000Z/2017-09-07T00:00:00.000Z/P31D,2017-10-07T00:00:00.000Z,2017-11-07T00:00:00.000Z,2017-12-07T00:00:00.000Z/2018-02-07T00:00:00.000Z/P31D,2018-03-07T00:00:00.000Z,2018-04-07T00:00:00.000Z,2018-05-07T00:00:00.000Z,2018-06-07T00:00:00.000Z,2018-07-07T00:00:00.000Z/2018-09-07T00:00:00.000Z/P31D,2018-10-07T00:00:00.000Z,2018-11-07T00:00:00.000Z,2018-12-07T00:00:00.000Z/2019-02-07T00:00:00.000Z/P31D,2019-03-07T00:00:00.000Z,2019-04-07T00:00:00.000Z,2019-05-07T00:00:00.000Z,2019-06-07T00:00:00.000Z,2019-07-07T00:00:00.000Z/2019-09-07T00:00:00.000Z/P31D,2019-10-07T00:00:00.000Z,2019-11-07T00:00:00.000Z,2019-12-07T00:00:00.000Z/2020-02-07T00:00:00.000Z/P31D,2020-03-06T00:00:00.000Z,2020-04-06T00:00:00.000Z,2020-05-06T00:00:00.000Z,2020-06-06T00:00:00.000Z,2020-07-06T00:00:00.000Z/2020-09-06T00:00:00.000Z/P31D,2020-10-06T00:00:00.000Z,2020-11-06T00:00:00.000Z,2020-12-06T00:00:00.000Z/2021-02-06T00:00:00.000Z/P31D,2021-03-06T00:00:00.000Z,2021-04-06T00:00:00.000Z,2021-05-06T00:00:00.000Z,2021-06-06T00:00:00.000Z,2021-07-06T00:00:00.000Z/2021-09-06T00:00:00.000Z/P31D,2021-10-06T00:00:00.000Z,2021-11-06T00:00:00.000Z,2021-12-06T00:00:00.000Z/2022-02-06T00:00:00.000Z/P31D,2022-03-06T00:00:00.000Z,2022-04-06T00:00:00.000Z,2022-05-06T00:00:00.000Z,2022-06-06T00:00:00.000Z,2022-07-06T00:00:00.000Z/2022-09-06T00:00:00.000Z/P31D,2022-10-06T00:00:00.000Z,2022-11-06T00:00:00.000Z,2022-12-06T00:00:00.000Z/2023-02-06T00:00:00.000Z/P31D,2023-03-06T00:00:00.000Z,2023-04-06T00:00:00.000Z,2023-05-06T00:00:00.000Z,2023-06-06T00:00:00.000Z,2023-07-06T00:00:00.000Z/2023-09-06T00:00:00.000Z/P31D,2023-10-06T00:00:00.000Z,2023-11-06T00:00:00.000Z,2023-12-06T00:00:00.000Z/2024-02-06T00:00:00.000Z/P31D,2024-03-05T00:00:00.000Z,2024-04-05T00:00:00.000Z,2024-05-05T00:00:00.000Z,2024-06-05T00:00:00.000Z,2024-07-05T00:00:00.000Z/2024-09-05T00:00:00.000Z/P31D,2024-10-05T00:00:00.000Z,2024-11-05T00:00:00.000Z,2024-12-05T00:00:00.000Z/2025-02-05T00:00:00.000Z/P31D,2025-03-05T00:00:00.000Z,2025-04-05T00:00:00.000Z,2025-05-05T00:00:00.000Z,2025-06-05T00:00:00.000Z,2025-07-05T00:00:00.000Z/2025-09-05T00:00:00.000Z/P31D,2025-10-05T00:00:00.000Z,2025-11-05T00:00:00.000Z,2025-12-05T00:00:00.000Z/2026-02-05T00:00:00.000Z/P31D,2026-03-05T00:00:00.000Z,2026-04-05T00:00:00.000Z,2026-05-05T00:00:00.000Z,2026-06-05T00:00:00.000Z,2026-07-05T00:00:00.000Z/2026-09-05T00:00:00.000Z/P31D,2026-10-05T00:00:00.000Z,2026-11-05T00:00:00.000Z,2026-12-05T00:00:00.000Z/2027-02-05T00:00:00.000Z/P31D,2027-03-05T00:00:00.000Z,2027-04-05T00:00:00.000Z,2027-05-05T00:00:00.000Z,2027-06-05T00:00:00.000Z,2027-07-05T00:00:00.000Z/2027-09-05T00:00:00.000Z/P31D,2027-10-05T00:00:00.000Z,2027-11-05T00:00:00.000Z,2027-12-05T00:00:00.000Z/2028-02-05T00:00:00.000Z/P31D,2028-03-04T00:00:00.000Z,2028-04-04T00:00:00.000Z,2028-05-04T00:00:00.000Z,2028-06-04T00:00:00.000Z,2028-07-04T00:00:00.000Z/2028-09-04T00:00:00.000Z/P31D,2028-10-04T00:00:00.000Z,2028-11-04T00:00:00.000Z,2028-12-04T00:00:00.000Z/2029-02-04T00:00:00.000Z/P31D,2029-03-04T00:00:00.000Z,2029-04-04T00:00:00.000Z,2029-05-04T00:00:00.000Z,2029-06-04T00:00:00.000Z,2029-07-04T00:00:00.000Z/2029-09-04T00:00:00.000Z/P31D,2029-10-04T00:00:00.000Z,2029-11-04T00:00:00.000Z,2029-12-04T00:00:00.000Z/2030-02-04T00:00:00.000Z/P31D,2030-03-04T00:00:00.000Z,2030-04-04T00:00:00.000Z,2030-05-04T00:00:00.000Z,2030-06-04T00:00:00.000Z,2030-07-04T00:00:00.000Z/2030-09-04T00:00:00.000Z/P31D,2030-10-04T00:00:00.000Z,2030-11-04T00:00:00.000Z,2030-12-04T00:00:00.000Z/2031-02-04T00:00:00.000Z/P31D,2031-03-04T00:00:00.000Z,2031-04-04T00:00:00.000Z,2031-05-04T00:00:00.000Z,2031-06-04T00:00:00.000Z,2031-07-04T00:00:00.000Z/2031-09-04T00:00:00.000Z/P31D,2031-10-04T00:00:00.000Z,2031-11-04T00:00:00.000Z,2031-12-04T00:00:00.000Z/2032-02-04T00:00:00.000Z/P31D,2032-03-03T00:00:00.000Z,2032-04-03T00:00:00.000Z,2032-05-03T00:00:00.000Z,2032-06-03T00:00:00.000Z,2032-07-03T00:00:00.000Z/2032-09-03T00:00:00.000Z/P31D,2032-10-03T00:00:00.000Z,2032-11-03T00:00:00.000Z,2032-12-03T00:00:00.000Z/2033-02-03T00:00:00.000Z/P31D,2033-03-03T00:00:00.000Z,2033-04-03T00:00:00.000Z,2033-05-03T00:00:00.000Z,2033-06-03T00:00:00.000Z,2033-07-03T00:00:00.000Z/2033-09-03T00:00:00.000Z/P31D,2033-10-03T00:00:00.000Z,2033-11-03T00:00:00.000Z,2033-12-03T00:00:00.000Z/2034-02-03T00:00:00.000Z/P31D,2034-03-03T00:00:00.000Z,2034-04-03T00:00:00.000Z,2034-05-03T00:00:00.000Z,2034-06-03T00:00:00.000Z,2034-07-03T00:00:00.000Z/2034-09-03T00:00:00.000Z/P31D,2034-10-03T00:00:00.000Z,2034-11-03T00:00:00.000Z,2034-12-03T00:00:00.000Z/2035-02-03T00:00:00.000Z/P31D,2035-03-03T00:00:00.000Z,2035-04-03T00:00:00.000Z,2035-05-03T00:00:00.000Z,2035-06-03T00:00:00.000Z,2035-07-03T00:00:00.000Z/2035-09-03T00:00:00.000Z/P31D,2035-10-03T00:00:00.000Z,2035-11-03T00:00:00.000Z,2035-12-03T00:00:00.000Z/2036-02-03T00:00:00.000Z/P31D,2036-03-02T00:00:00.000Z,2036-04-02T00:00:00.000Z,2036-05-02T00:00:00.000Z,2036-06-02T00:00:00.000Z,2036-07-02T00:00:00.000Z/2036-09-02T00:00:00.000Z/P31D,2036-10-02T00:00:00.000Z,2036-11-02T00:00:00.000Z,2036-12-02T00:00:00.000Z/2037-02-02T00:00:00.000Z/P31D,2037-03-02T00:00:00.000Z,2037-04-02T00:00:00.000Z,2037-05-02T00:00:00.000Z,2037-06-02T00:00:00.000Z,2037-07-02T00:00:00.000Z/2037-09-02T00:00:00.000Z/P31D,2037-10-02T00:00:00.000Z,2037-11-02T00:00:00.000Z,2037-12-02T00:00:00.000Z/2038-02-02T00:00:00.000Z/P31D,2038-03-02T00:00:00.000Z,2038-04-02T00:00:00.000Z,2038-05-02T00:00:00.000Z,2038-06-02T00:00:00.000Z,2038-07-02T00:00:00.000Z/2038-09-02T00:00:00.000Z/P31D,2038-10-02T00:00:00.000Z,2038-11-02T00:00:00.000Z,2038-12-02T00:00:00.000Z/2039-02-02T00:00:00.000Z/P31D,2039-03-02T00:00:00.000Z,2039-04-02T00:00:00.000Z,2039-05-02T00:00:00.000Z,2039-06-02T00:00:00.000Z,2039-07-02T00:00:00.000Z/2039-09-02T00:00:00.000Z/P31D,2039-10-02T00:00:00.000Z,2039-11-02T00:00:00.000Z,2039-12-02T00:00:00.000Z/2040-02-02T00:00:00.000Z/P31D,2040-03-01T00:00:00.000Z,2040-04-01T00:00:00.000Z,2040-05-01T00:00:00.000Z,2040-06-01T00:00:00.000Z,2040-07-01T00:00:00.000Z/2040-09-01T00:00:00.000Z/P31D,2040-10-01T00:00:00.000Z,2040-11-01T00:00:00.000Z,2040-12-01T00:00:00.000Z/2041-02-01T00:00:00.000Z/P31D,2041-03-01T00:00:00.000Z,2041-04-01T00:00:00.000Z,2041-05-01T00:00:00.000Z,2041-06-01T00:00:00.000Z,2041-07-01T00:00:00.000Z/2041-09-01T00:00:00.000Z/P31D,2041-10-01T00:00:00.000Z,2041-11-01T00:00:00.000Z,2041-12-01T00:00:00.000Z/2042-02-01T00:00:00.000Z/P31D,2042-03-01T00:00:00.000Z,2042-04-01T00:00:00.000Z,2042-05-01T00:00:00.000Z,2042-06-01T00:00:00.000Z,2042-07-01T00:00:00.000Z/2042-09-01T00:00:00.000Z/P31D,2042-10-01T00:00:00.000Z,2042-11-01T00:00:00.000Z,2042-12-01T00:00:00.000Z/2043-02-01T00:00:00.000Z/P31D,2043-03-01T00:00:00.000Z,2043-04-01T00:00:00.000Z,2043-05-01T00:00:00.000Z,2043-06-01T00:00:00.000Z,2043-07-01T00:00:00.000Z/2043-09-01T00:00:00.000Z/P31D,2043-10-01T00:00:00.000Z,2043-11-01T00:00:00.000Z,2043-12-01T00:00:00.000Z/2044-02-01T00:00:00.000Z/P31D,2044-02-29T00:00:00.000Z,2044-03-31T00:00:00.000Z,2044-04-30T00:00:00.000Z,2044-05-31T00:00:00.000Z,2044-06-30T00:00:00.000Z/2044-08-31T00:00:00.000Z/P31D,2044-09-30T00:00:00.000Z,2044-10-31T00:00:00.000Z,2044-11-30T00:00:00.000Z/2045-01-31T00:00:00.000Z/P31D,2045-02-28T00:00:00.000Z,2045-03-31T00:00:00.000Z,2045-04-30T00:00:00.000Z,2045-05-31T00:00:00.000Z,2045-06-30T00:00:00.000Z/2045-08-31T00:00:00.000Z/P31D,2045-09-30T00:00:00.000Z,2045-10-31T00:00:00.000Z,2045-11-30T00:00:00.000Z/2046-01-31T00:00:00.000Z/P31D,2046-02-28T00:00:00.000Z,2046-03-31T00:00:00.000Z,2046-04-30T00:00:00.000Z,2046-05-31T00:00:00.000Z,2046-06-30T00:00:00.000Z/2046-08-31T00:00:00.000Z/P31D,2046-09-30T00:00:00.000Z,2046-10-31T00:00:00.000Z,2046-11-30T00:00:00.000Z/2047-01-31T00:00:00.000Z/P31D,2047-02-28T00:00:00.000Z,2047-03-31T00:00:00.000Z,2047-04-30T00:00:00.000Z,2047-05-31T00:00:00.000Z,2047-06-30T00:00:00.000Z/2047-08-31T00:00:00.000Z/P31D,2047-09-30T00:00:00.000Z,2047-10-31T00:00:00.000Z,2047-11-30T00:00:00.000Z/2048-01-31T00:00:00.000Z/P31D,2048-02-28T00:00:00.000Z,2048-03-30T00:00:00.000Z,2048-04-29T00:00:00.000Z,2048-05-30T00:00:00.000Z,2048-06-29T00:00:00.000Z/2048-08-30T00:00:00.000Z/P31D,2048-09-29T00:00:00.000Z,2048-10-30T00:00:00.000Z,2048-11-29T00:00:00.000Z/2049-01-30T00:00:00.000Z/P31D,2049-02-27T00:00:00.000Z,2049-03-30T00:00:00.000Z,2049-04-29T00:00:00.000Z,2049-05-30T00:00:00.000Z,2049-06-29T00:00:00.000Z/2049-08-30T00:00:00.000Z/P31D,2049-09-29T00:00:00.000Z,2049-10-30T00:00:00.000Z,2049-11-29T00:00:00.000Z/2050-01-30T00:00:00.000Z/P31D,2050-02-27T00:00:00.000Z,2050-03-30T00:00:00.000Z,2050-04-29T00:00:00.000Z,2050-05-30T00:00:00.000Z,2050-06-29T00:00:00.000Z/2050-08-30T00:00:00.000Z/P31D,2050-09-29T00:00:00.000Z,2050-10-30T00:00:00.000Z,2050-11-29T00:00:00.000Z/2051-01-30T00:00:00.000Z/P31D,2051-02-27T00:00:00.000Z,2051-03-30T00:00:00.000Z,2051-04-29T00:00:00.000Z,2051-05-30T00:00:00.000Z,2051-06-29T00:00:00.000Z/2051-08-30T00:00:00.000Z/P31D,2051-09-29T00:00:00.000Z,2051-10-30T00:00:00.000Z,2051-11-29T00:00:00.000Z/2052-01-30T00:00:00.000Z/P31D,2052-02-27T00:00:00.000Z,2052-03-29T00:00:00.000Z,2052-04-28T00:00:00.000Z,2052-05-29T00:00:00.000Z,2052-06-28T00:00:00.000Z/2052-08-29T00:00:00.000Z/P31D,2052-09-28T00:00:00.000Z,2052-10-29T00:00:00.000Z,2052-11-28T00:00:00.000Z/2053-01-29T00:00:00.000Z/P31D,2053-02-26T00:00:00.000Z,2053-03-29T00:00:00.000Z,2053-04-28T00:00:00.000Z,2053-05-29T00:00:00.000Z,2053-06-28T00:00:00.000Z/2053-08-29T00:00:00.000Z/P31D,2053-09-28T00:00:00.000Z,2053-10-29T00:00:00.000Z,2053-11-28T00:00:00.000Z/2054-01-29T00:00:00.000Z/P31D,2054-02-26T00:00:00.000Z,2054-03-29T00:00:00.000Z,2054-04-28T00:00:00.000Z,2054-05-29T00:00:00.000Z,2054-06-28T00:00:00.000Z/2054-08-29T00:00:00.000Z/P31D,2054-09-28T00:00:00.000Z,2054-10-29T00:00:00.000Z,2054-11-28T00:00:00.000Z/2055-01-29T00:00:00.000Z/P31D,2055-02-26T00:00:00.000Z,2055-03-29T00:00:00.000Z,2055-04-28T00:00:00.000Z,2055-05-29T00:00:00.000Z,2055-06-28T00:00:00.000Z/2055-08-29T00:00:00.000Z/P31D,2055-09-28T00:00:00.000Z,2055-10-29T00:00:00.000Z,2055-11-28T00:00:00.000Z/2056-01-29T00:00:00.000Z/P31D,2056-02-26T00:00:00.000Z,2056-03-28T00:00:00.000Z,2056-04-27T00:00:00.000Z,2056-05-28T00:00:00.000Z,2056-06-27T00:00:00.000Z/2056-08-28T00:00:00.000Z/P31D,2056-09-27T00:00:00.000Z,2056-10-28T00:00:00.000Z,2056-11-27T00:00:00.000Z/2057-01-28T00:00:00.000Z/P31D,2057-02-25T00:00:00.000Z,2057-03-28T00:00:00.000Z,2057-04-27T00:00:00.000Z,2057-05-28T00:00:00.000Z,2057-06-27T00:00:00.000Z/2057-08-28T00:00:00.000Z/P31D,2057-09-27T00:00:00.000Z,2057-10-28T00:00:00.000Z,2057-11-27T00:00:00.000Z/2058-01-28T00:00:00.000Z/P31D,2058-02-25T00:00:00.000Z,2058-03-28T00:00:00.000Z,2058-04-27T00:00:00.000Z,2058-05-28T00:00:00.000Z,2058-06-27T00:00:00.000Z/2058-08-28T00:00:00.000Z/P31D,2058-09-27T00:00:00.000Z,2058-10-28T00:00:00.000Z,2058-11-27T00:00:00.000Z/2059-01-28T00:00:00.000Z/P31D,2059-02-25T00:00:00.000Z,2059-03-28T00:00:00.000Z,2059-04-27T00:00:00.000Z,2059-05-28T00:00:00.000Z,2059-06-27T00:00:00.000Z/2059-08-28T00:00:00.000Z/P31D,2059-09-27T00:00:00.000Z,2059-10-28T00:00:00.000Z,2059-11-27T00:00:00.000Z/2060-01-28T00:00:00.000Z/P31D,2060-02-25T00:00:00.000Z,2060-03-27T00:00:00.000Z,2060-04-26T00:00:00.000Z,2060-05-27T00:00:00.000Z,2060-06-26T00:00:00.000Z/2060-08-27T00:00:00.000Z/P31D,2060-09-26T00:00:00.000Z,2060-10-27T00:00:00.000Z,2060-11-26T00:00:00.000Z/2061-01-27T00:00:00.000Z/P31D,2061-02-24T00:00:00.000Z,2061-03-27T00:00:00.000Z,2061-04-26T00:00:00.000Z,2061-05-27T00:00:00.000Z,2061-06-26T00:00:00.000Z/2061-08-27T00:00:00.000Z/P31D,2061-09-26T00:00:00.000Z,2061-10-27T00:00:00.000Z,2061-11-26T00:00:00.000Z/2062-01-27T00:00:00.000Z/P31D,2062-02-24T00:00:00.000Z,2062-03-27T00:00:00.000Z,2062-04-26T00:00:00.000Z,2062-05-27T00:00:00.000Z,2062-06-26T00:00:00.000Z/2062-08-27T00:00:00.000Z/P31D,2062-09-26T00:00:00.000Z,2062-10-27T00:00:00.000Z,2062-11-26T00:00:00.000Z/2063-01-27T00:00:00.000Z/P31D,2063-02-24T00:00:00.000Z,2063-03-27T00:00:00.000Z,2063-04-26T00:00:00.000Z,2063-05-27T00:00:00.000Z,2063-06-26T00:00:00.000Z/2063-08-27T00:00:00.000Z/P31D,2063-09-26T00:00:00.000Z,2063-10-27T00:00:00.000Z,2063-11-26T00:00:00.000Z/2064-01-27T00:00:00.000Z/P31D,2064-02-24T00:00:00.000Z,2064-03-26T00:00:00.000Z,2064-04-25T00:00:00.000Z,2064-05-26T00:00:00.000Z,2064-06-25T00:00:00.000Z/2064-08-26T00:00:00.000Z/P31D,2064-09-25T00:00:00.000Z,2064-10-26T00:00:00.000Z,2064-11-25T00:00:00.000Z/2065-01-26T00:00:00.000Z/P31D,2065-02-23T00:00:00.000Z,2065-03-26T00:00:00.000Z,2065-04-25T00:00:00.000Z,2065-05-26T00:00:00.000Z,2065-06-25T00:00:00.000Z/2065-08-26T00:00:00.000Z/P31D,2065-09-25T00:00:00.000Z,2065-10-26T00:00:00.000Z,2065-11-25T00:00:00.000Z/2066-01-26T00:00:00.000Z/P31D,2066-02-23T00:00:00.000Z,2066-03-26T00:00:00.000Z,2066-04-25T00:00:00.000Z,2066-05-26T00:00:00.000Z,2066-06-25T00:00:00.000Z/2066-08-26T00:00:00.000Z/P31D,2066-09-25T00:00:00.000Z,2066-10-26T00:00:00.000Z,2066-11-25T00:00:00.000Z/2067-01-26T00:00:00.000Z/P31D,2067-02-23T00:00:00.000Z,2067-03-26T00:00:00.000Z,2067-04-25T00:00:00.000Z,2067-05-26T00:00:00.000Z,2067-06-25T00:00:00.000Z/2067-08-26T00:00:00.000Z/P31D,2067-09-25T00:00:00.000Z,2067-10-26T00:00:00.000Z,2067-11-25T00:00:00.000Z/2068-01-26T00:00:00.000Z/P31D,2068-02-23T00:00:00.000Z,2068-03-25T00:00:00.000Z,2068-04-24T00:00:00.000Z,2068-05-25T00:00:00.000Z,2068-06-24T00:00:00.000Z/2068-08-25T00:00:00.000Z/P31D,2068-09-24T00:00:00.000Z,2068-10-25T00:00:00.000Z,2068-11-24T00:00:00.000Z/2069-01-25T00:00:00.000Z/P31D,2069-02-22T00:00:00.000Z,2069-03-25T00:00:00.000Z,2069-04-24T00:00:00.000Z,2069-05-25T00:00:00.000Z,2069-06-24T00:00:00.000Z/2069-08-25T00:00:00.000Z/P31D,2069-09-24T00:00:00.000Z,2069-10-25T00:00:00.000Z,2069-11-24T00:00:00.000Z/2070-01-25T00:00:00.000Z/P31D,2070-02-22T00:00:00.000Z,2070-03-25T00:00:00.000Z,2070-04-24T00:00:00.000Z,2070-05-25T00:00:00.000Z,2070-06-24T00:00:00.000Z/2070-08-25T00:00:00.000Z/P31D,2070-09-24T00:00:00.000Z,2070-10-25T00:00:00.000Z,2070-11-24T00:00:00.000Z/2071-01-25T00:00:00.000Z/P31D,2071-02-22T00:00:00.000Z,2071-03-25T00:00:00.000Z,2071-04-24T00:00:00.000Z,2071-05-25T00:00:00.000Z,2071-06-24T00:00:00.000Z/2071-08-25T00:00:00.000Z/P31D,2071-09-24T00:00:00.000Z,2071-10-25T00:00:00.000Z,2071-11-24T00:00:00.000Z/2072-01-25T00:00:00.000Z/P31D,2072-02-22T00:00:00.000Z,2072-03-24T00:00:00.000Z,2072-04-23T00:00:00.000Z,2072-05-24T00:00:00.000Z,2072-06-23T00:00:00.000Z/2072-08-24T00:00:00.000Z/P31D,2072-09-23T00:00:00.000Z,2072-10-24T00:00:00.000Z,2072-11-23T00:00:00.000Z/2073-01-24T00:00:00.000Z/P31D,2073-02-21T00:00:00.000Z,2073-03-24T00:00:00.000Z,2073-04-23T00:00:00.000Z,2073-05-24T00:00:00.000Z,2073-06-23T00:00:00.000Z/2073-08-24T00:00:00.000Z/P31D,2073-09-23T00:00:00.000Z,2073-10-24T00:00:00.000Z,2073-11-23T00:00:00.000Z/2074-01-24T00:00:00.000Z/P31D,2074-02-21T00:00:00.000Z,2074-03-24T00:00:00.000Z,2074-04-23T00:00:00.000Z,2074-05-24T00:00:00.000Z,2074-06-23T00:00:00.000Z/2074-08-24T00:00:00.000Z/P31D,2074-09-23T00:00:00.000Z,2074-10-24T00:00:00.000Z,2074-11-23T00:00:00.000Z/2075-01-24T00:00:00.000Z/P31D,2075-02-21T00:00:00.000Z,2075-03-24T00:00:00.000Z,2075-04-23T00:00:00.000Z,2075-05-24T00:00:00.000Z,2075-06-23T00:00:00.000Z/2075-08-24T00:00:00.000Z/P31D,2075-09-23T00:00:00.000Z,2075-10-24T00:00:00.000Z,2075-11-23T00:00:00.000Z/2076-01-24T00:00:00.000Z/P31D,2076-02-21T00:00:00.000Z,2076-03-23T00:00:00.000Z,2076-04-22T00:00:00.000Z,2076-05-23T00:00:00.000Z,2076-06-22T00:00:00.000Z/2076-08-23T00:00:00.000Z/P31D,2076-09-22T00:00:00.000Z,2076-10-23T00:00:00.000Z,2076-11-22T00:00:00.000Z/2077-01-23T00:00:00.000Z/P31D,2077-02-20T00:00:00.000Z,2077-03-23T00:00:00.000Z,2077-04-22T00:00:00.000Z,2077-05-23T00:00:00.000Z,2077-06-22T00:00:00.000Z/2077-08-23T00:00:00.000Z/P31D,2077-09-22T00:00:00.000Z,2077-10-23T00:00:00.000Z,2077-11-22T00:00:00.000Z/2078-01-23T00:00:00.000Z/P31D,2078-02-20T00:00:00.000Z,2078-03-23T00:00:00.000Z,2078-04-22T00:00:00.000Z,2078-05-23T00:00:00.000Z,2078-06-22T00:00:00.000Z/2078-08-23T00:00:00.000Z/P31D,2078-09-22T00:00:00.000Z,2078-10-23T00:00:00.000Z,2078-11-22T00:00:00.000Z/2079-01-23T00:00:00.000Z/P31D,2079-02-20T00:00:00.000Z,2079-03-23T00:00:00.000Z,2079-04-22T00:00:00.000Z,2079-05-23T00:00:00.000Z,2079-06-22T00:00:00.000Z/2079-08-23T00:00:00.000Z/P31D,2079-09-22T00:00:00.000Z,2079-10-23T00:00:00.000Z,2079-11-22T00:00:00.000Z/2080-01-23T00:00:00.000Z/P31D,2080-02-20T00:00:00.000Z,2080-03-22T00:00:00.000Z,2080-04-21T00:00:00.000Z,2080-05-22T00:00:00.000Z,2080-06-21T00:00:00.000Z/2080-08-22T00:00:00.000Z/P31D,2080-09-21T00:00:00.000Z,2080-10-22T00:00:00.000Z,2080-11-21T00:00:00.000Z/2081-01-22T00:00:00.000Z/P31D,2081-02-19T00:00:00.000Z,2081-03-22T00:00:00.000Z,2081-04-21T00:00:00.000Z,2081-05-22T00:00:00.000Z,2081-06-21T00:00:00.000Z/2081-08-22T00:00:00.000Z/P31D,2081-09-21T00:00:00.000Z,2081-10-22T00:00:00.000Z,2081-11-21T00:00:00.000Z/2082-01-22T00:00:00.000Z/P31D,2082-02-19T00:00:00.000Z,2082-03-22T00:00:00.000Z,2082-04-21T00:00:00.000Z,2082-05-22T00:00:00.000Z,2082-06-21T00:00:00.000Z/2082-08-22T00:00:00.000Z/P31D,2082-09-21T00:00:00.000Z,2082-10-22T00:00:00.000Z,2082-11-21T00:00:00.000Z/2083-01-22T00:00:00.000Z/P31D,2083-02-19T00:00:00.000Z,2083-03-22T00:00:00.000Z,2083-04-21T00:00:00.000Z,2083-05-22T00:00:00.000Z,2083-06-21T00:00:00.000Z/2083-08-22T00:00:00.000Z/P31D,2083-09-21T00:00:00.000Z,2083-10-22T00:00:00.000Z,2083-11-21T00:00:00.000Z/2084-01-22T00:00:00.000Z/P31D,2084-02-19T00:00:00.000Z,2084-03-21T00:00:00.000Z,2084-04-20T00:00:00.000Z,2084-05-21T00:00:00.000Z,2084-06-20T00:00:00.000Z/2084-08-21T00:00:00.000Z/P31D,2084-09-20T00:00:00.000Z,2084-10-21T00:00:00.000Z,2084-11-20T00:00:00.000Z/2085-01-21T00:00:00.000Z/P31D,2085-02-18T00:00:00.000Z,2085-03-21T00:00:00.000Z,2085-04-20T00:00:00.000Z,2085-05-21T00:00:00.000Z,2085-06-20T00:00:00.000Z/2085-08-21T00:00:00.000Z/P31D,2085-09-20T00:00:00.000Z,2085-10-21T00:00:00.000Z,2085-11-20T00:00:00.000Z/2086-01-21T00:00:00.000Z/P31D,2086-02-18T00:00:00.000Z,2086-03-21T00:00:00.000Z,2086-04-20T00:00:00.000Z,2086-05-21T00:00:00.000Z,2086-06-20T00:00:00.000Z/2086-08-21T00:00:00.000Z/P31D,2086-09-20T00:00:00.000Z,2086-10-21T00:00:00.000Z,2086-11-20T00:00:00.000Z/2087-01-21T00:00:00.000Z/P31D,2087-02-18T00:00:00.000Z,2087-03-21T00:00:00.000Z,2087-04-20T00:00:00.000Z,2087-05-21T00:00:00.000Z,2087-06-20T00:00:00.000Z/2087-08-21T00:00:00.000Z/P31D,2087-09-20T00:00:00.000Z,2087-10-21T00:00:00.000Z,2087-11-20T00:00:00.000Z/2088-01-21T00:00:00.000Z/P31D,2088-02-18T00:00:00.000Z,2088-03-20T00:00:00.000Z,2088-04-19T00:00:00.000Z,2088-05-20T00:00:00.000Z,2088-06-19T00:00:00.000Z/2088-08-20T00:00:00.000Z/P31D,2088-09-19T00:00:00.000Z,2088-10-20T00:00:00.000Z,2088-11-19T00:00:00.000Z/2089-01-20T00:00:00.000Z/P31D,2089-02-17T00:00:00.000Z,2089-03-20T00:00:00.000Z,2089-04-19T00:00:00.000Z,2089-05-20T00:00:00.000Z,2089-06-19T00:00:00.000Z/2089-08-20T00:00:00.000Z/P31D,2089-09-19T00:00:00.000Z,2089-10-20T00:00:00.000Z,2089-11-19T00:00:00.000Z/2090-01-20T00:00:00.000Z/P31D,2090-02-17T00:00:00.000Z,2090-03-20T00:00:00.000Z,2090-04-19T00:00:00.000Z,2090-05-20T00:00:00.000Z,2090-06-19T00:00:00.000Z/2090-08-20T00:00:00.000Z/P31D,2090-09-19T00:00:00.000Z,2090-10-20T00:00:00.000Z,2090-11-19T00:00:00.000Z/2091-01-20T00:00:00.000Z/P31D,2091-02-17T00:00:00.000Z,2091-03-20T00:00:00.000Z,2091-04-19T00:00:00.000Z,2091-05-20T00:00:00.000Z,2091-06-19T00:00:00.000Z/2091-08-20T00:00:00.000Z/P31D,2091-09-19T00:00:00.000Z,2091-10-20T00:00:00.000Z,2091-11-19T00:00:00.000Z/2092-01-20T00:00:00.000Z/P31D,2092-02-17T00:00:00.000Z,2092-03-19T00:00:00.000Z,2092-04-18T00:00:00.000Z,2092-05-19T00:00:00.000Z,2092-06-18T00:00:00.000Z/2092-08-19T00:00:00.000Z/P31D,2092-09-18T00:00:00.000Z,2092-10-19T00:00:00.000Z,2092-11-18T00:00:00.000Z/2093-01-19T00:00:00.000Z/P31D,2093-02-16T00:00:00.000Z,2093-03-19T00:00:00.000Z,2093-04-18T00:00:00.000Z,2093-05-19T00:00:00.000Z,2093-06-18T00:00:00.000Z/2093-08-19T00:00:00.000Z/P31D,2093-09-18T00:00:00.000Z,2093-10-19T00:00:00.000Z,2093-11-18T00:00:00.000Z/2094-01-19T00:00:00.000Z/P31D,2094-02-16T00:00:00.000Z,2094-03-19T00:00:00.000Z,2094-04-18T00:00:00.000Z,2094-05-19T00:00:00.000Z,2094-06-18T00:00:00.000Z/2094-08-19T00:00:00.000Z/P31D,2094-09-18T00:00:00.000Z,2094-10-19T00:00:00.000Z,2094-11-18T00:00:00.000Z/2095-01-19T00:00:00.000Z/P31D,2095-02-16T00:00:00.000Z,2095-03-19T00:00:00.000Z,2095-04-18T00:00:00.000Z,2095-05-19T00:00:00.000Z,2095-06-18T00:00:00.000Z/2095-08-19T00:00:00.000Z/P31D,2095-09-18T00:00:00.000Z,2095-10-19T00:00:00.000Z,2095-11-18T00:00:00.000Z/2096-01-19T00:00:00.000Z/P31D,2096-02-16T00:00:00.000Z,2096-03-18T00:00:00.000Z,2096-04-17T00:00:00.000Z,2096-05-18T00:00:00.000Z,2096-06-17T00:00:00.000Z/2096-08-18T00:00:00.000Z/P31D,2096-09-17T00:00:00.000Z,2096-10-18T00:00:00.000Z,2096-11-17T00:00:00.000Z/2097-01-18T00:00:00.000Z/P31D,2097-02-15T00:00:00.000Z,2097-03-18T00:00:00.000Z,2097-04-17T00:00:00.000Z,2097-05-18T00:00:00.000Z,2097-06-17T00:00:00.000Z/2097-08-18T00:00:00.000Z/P31D,2097-09-17T00:00:00.000Z,2097-10-18T00:00:00.000Z,2097-11-17T00:00:00.000Z/2098-01-18T00:00:00.000Z/P31D,2098-02-15T00:00:00.000Z,2098-03-18T00:00:00.000Z,2098-04-17T00:00:00.000Z,2098-05-18T00:00:00.000Z,2098-06-17T00:00:00.000Z/2098-08-18T00:00:00.000Z/P31D,2098-09-17T00:00:00.000Z,2098-10-18T00:00:00.000Z,2098-11-17T00:00:00.000Z/2099-01-18T00:00:00.000Z/P31D,2099-02-15T00:00:00.000Z,2099-03-18T00:00:00.000Z,2099-04-17T00:00:00.000Z,2099-05-18T00:00:00.000Z,2099-06-17T00:00:00.000Z/2099-08-18T00:00:00.000Z/P31D,2099-09-17T00:00:00.000Z,2099-10-18T00:00:00.000Z,2099-11-17T00:00:00.000Z/2100-01-18T00:00:00.000Z/P31D,2100-02-15T00:00:00.000Z,2100-03-18T00:00:00.000Z,2100-04-17T00:00:00.000Z,2100-05-18T00:00:00.000Z,2100-06-17T00:00:00.000Z/2100-08-18T00:00:00.000Z/P31D,2100-09-17T00:00:00.000Z,2100-10-18T00:00:00.000Z,2100-11-17T00:00:00.000Z,2100-12-18T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>parentvar_2</Name>
        <Title>Near-Surface Air Temperature</Title>
        <Abstract>Near-Surface Air Temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.625</westBoundLongitude>
            <eastBoundLongitude>-66.875</eastBoundLongitude>
            <southBoundLatitude>24.502617801047126</southBoundLatitude>
            <northBoundLatitude>49.947643979057574</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.625" maxx="-66.875" miny="24.502617801047126" maxy="49.947643979057574"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-04-05T00:00:00.000Z">
            2006-02-10T00:00:00.000Z,2006-03-10T00:00:00.000Z,2006-04-10T00:00:00.000Z,2006-05-10T00:00:00.000Z,2006-06-10T00:00:00.000Z,2006-07-10T00:00:00.000Z/2006-09-10T00:00:00.000Z/P31D,2006-10-10T00:00:00.000Z,2006-11-10T00:00:00.000Z,2006-12-10T00:00:00.000Z/2007-02-10T00:00:00.000Z/P31D,2007-03-10T00:00:00.000Z,2007-04-10T00:00:00.000Z,2007-05-10T00:00:00.000Z,2007-06-10T00:00:00.000Z,2007-07-10T00:00:00.000Z/2007-09-10T00:00:00.000Z/P31D,2007-10-10T00:00:00.000Z,2007-11-10T00:00:00.000Z,2007-12-10T00:00:00.000Z/2008-02-10T00:00:00.000Z/P31D,2008-03-09T00:00:00.000Z,2008-04-09T00:00:00.000Z,2008-05-09T00:00:00.000Z,2008-06-09T00:00:00.000Z,2008-07-09T00:00:00.000Z/2008-09-09T00:00:00.000Z/P31D,2008-10-09T00:00:00.000Z,2008-11-09T00:00:00.000Z,2008-12-09T00:00:00.000Z/2009-02-09T00:00:00.000Z/P31D,2009-03-09T00:00:00.000Z,2009-04-09T00:00:00.000Z,2009-05-09T00:00:00.000Z,2009-06-09T00:00:00.000Z,2009-07-09T00:00:00.000Z/2009-09-09T00:00:00.000Z/P31D,2009-10-09T00:00:00.000Z,2009-11-09T00:00:00.000Z,2009-12-09T00:00:00.000Z/2010-02-09T00:00:00.000Z/P31D,2010-03-09T00:00:00.000Z,2010-04-09T00:00:00.000Z,2010-05-09T00:00:00.000Z,2010-06-09T00:00:00.000Z,2010-07-09T00:00:00.000Z/2010-09-09T00:00:00.000Z/P31D,2010-10-09T00:00:00.000Z,2010-11-09T00:00:00.000Z,2010-12-09T00:00:00.000Z/2011-02-09T00:00:00.000Z/P31D,2011-03-09T00:00:00.000Z,2011-04-09T00:00:00.000Z,2011-05-09T00:00:00.000Z,2011-06-09T00:00:00.000Z,2011-07-09T00:00:00.000Z/2011-09-09T00:00:00.000Z/P31D,2011-10-09T00:00:00.000Z,2011-11-09T00:00:00.000Z,2011-12-09T00:00:00.000Z/2012-02-09T00:00:00.000Z/P31D,2012-03-08T00:00:00.000Z,2012-04-08T00:00:00.000Z,2012-05-08T00:00:00.000Z,2012-06-08T00:00:00.000Z,2012-07-08T00:00:00.000Z/2012-09-08T00:00:00.000Z/P31D,2012-10-08T00:00:00.000Z,2012-11-08T00:00:00.000Z,2012-12-08T00:00:00.000Z/2013-02-08T00:00:00.000Z/P31D,2013-03-08T00:00:00.000Z,2013-04-08T00:00:00.000Z,2013-05-08T00:00:00.000Z,2013-06-08T00:00:00.000Z,2013-07-08T00:00:00.000Z/2013-09-08T00:00:00.000Z/P31D,2013-10-08T00:00:00.000Z,2013-11-08T00:00:00.000Z,2013-12-08T00:00:00.000Z/2014-02-08T00:00:00.000Z/P31D,2014-03-08T00:00:00.000Z,2014-04-08T00:00:00.000Z,2014-05-08T00:00:00.000Z,2014-06-08T00:00:00.000Z,2014-07-08T00:00:00.000Z/2014-09-08T00:00:00.000Z/P31D,2014-10-08T00:00:00.000Z,2014-11-08T00:00:00.000Z,2014-12-08T00:00:00.000Z/2015-02-08T00:00:00.000Z/P31D,2015-03-08T00:00:00.000Z,2015-04-08T00:00:00.000Z,2015-05-08T00:00:00.000Z,2015-06-08T00:00:00.000Z,2015-07-08T00:00:00.000Z/2015-09-08T00:00:00.000Z/P31D,2015-10-08T00:00:00.000Z,2015-11-08T00:00:00.000Z,2015-12-08T00:00:00.000Z/2016-02-08T00:00:00.000Z/P31D,2016-03-07T00:00:00.000Z,2016-04-07T00:00:00.000Z,2016-05-07T00:00:00.000Z,2016-06-07T00:00:00.000Z,2016-07-07T00:00:00.000Z/2016-09-07T00:00:00.000Z/P31D,2016-10-07T00:00:00.000Z,2016-11-07T00:00:00.000Z,2016-12-07T00:00:00.000Z/2017-02-07T00:00:00.000Z/P31D,2017-03-07T00:00:00.000Z,2017-04-07T00:00:00.000Z,2017-05-07T00:00:00.000Z,2017-06-07T00:00:00.000Z,2017-07-07T00:00:00.000Z/2017-09-07T00:00:00.000Z/P31D,2017-10-07T00:00:00.000Z,2017-11-07T00:00:00.000Z,2017-12-07T00:00:00.000Z/2018-02-07T00:00:00.000Z/P31D,2018-03-07T00:00:00.000Z,2018-04-07T00:00:00.000Z,2018-05-07T00:00:00.000Z,2018-06-07T00:00:00.000Z,2018-07-07T00:00:00.000Z/2018-09-07T00:00:00.000Z/P31D,2018-10-07T00:00:00.000Z,2018-11-07T00:00:00.000Z,2018-12-07T00:00:00.000Z/2019-02-07T00:00:00.000Z/P31D,2019-03-07T00:00:00.000Z,2019-04-07T00:00:00.000Z,2019-05-07T00:00:00.000Z,2019-06-07T00:00:00.000Z,2019-07-07T00:00:00.000Z/2019-09-07T00:00:00.000Z/P31D,2019-10-07T00:00:00.000Z,2019-11-07T00:00:00.000Z,2019-12-07T00:00:00.000Z/2020-02-07T00:00:00.000Z/P31D,2020-03-06T00:00:00.000Z,2020-04-06T00:00:00.000Z,2020-05-06T00:00:00.000Z,2020-06-06T00:00:00.000Z,2020-07-06T00:00:00.000Z/2020-09-06T00:00:00.000Z/P31D,2020-10-06T00:00:00.000Z,2020-11-06T00:00:00.000Z,2020-12-06T00:00:00.000Z/2021-02-06T00:00:00.000Z/P31D,2021-03-06T00:00:00.000Z,2021-04-06T00:00:00.000Z,2021-05-06T00:00:00.000Z,2021-06-06T00:00:00.000Z,2021-07-06T00:00:00.000Z/2021-09-06T00:00:00.000Z/P31D,2021-10-06T00:00:00.000Z,2021-11-06T00:00:00.000Z,2021-12-06T00:00:00.000Z/2022-02-06T00:00:00.000Z/P31D,2022-03-06T00:00:00.000Z,2022-04-06T00:00:00.000Z,2022-05-06T00:00:00.000Z,2022-06-06T00:00:00.000Z,2022-07-06T00:00:00.000Z/2022-09-06T00:00:00.000Z/P31D,2022-10-06T00:00:00.000Z,2022-11-06T00:00:00.000Z,2022-12-06T00:00:00.000Z/2023-02-06T00:00:00.000Z/P31D,2023-03-06T00:00:00.000Z,2023-04-06T00:00:00.000Z,2023-05-06T00:00:00.000Z,2023-06-06T00:00:00.000Z,2023-07-06T00:00:00.000Z/2023-09-06T00:00:00.000Z/P31D,2023-10-06T00:00:00.000Z,2023-11-06T00:00:00.000Z,2023-12-06T00:00:00.000Z/2024-02-06T00:00:00.000Z/P31D,2024-03-05T00:00:00.000Z,2024-04-05T00:00:00.000Z,2024-05-05T00:00:00.000Z,2024-06-05T00:00:00.000Z,2024-07-05T00:00:00.000Z/2024-09-05T00:00:00.000Z/P31D,2024-10-05T00:00:00.000Z,2024-11-05T00:00:00.000Z,2024-12-05T00:00:00.000Z/2025-02-05T00:00:00.000Z/P31D,2025-03-05T00:00:00.000Z,2025-04-05T00:00:00.000Z,2025-05-05T00:00:00.000Z,2025-06-05T00:00:00.000Z,2025-07-05T00:00:00.000Z/2025-09-05T00:00:00.000Z/P31D,2025-10-05T00:00:00.000Z,2025-11-05T00:00:00.000Z,2025-12-05T00:00:00.000Z/2026-02-05T00:00:00.000Z/P31D,2026-03-05T00:00:00.000Z,2026-04-05T00:00:00.000Z,2026-05-05T00:00:00.000Z,2026-06-05T00:00:00.000Z,2026-07-05T00:00:00.000Z/2026-09-05T00:00:00.000Z/P31D,2026-10-05T00:00:00.000Z,2026-11-05T00:00:00.000Z,2026-12-05T00:00:00.000Z/2027-02-05T00:00:00.000Z/P31D,2027-03-05T00:00:00.000Z,2027-04-05T00:00:00.000Z,2027-05-05T00:00:00.000Z,2027-06-05T00:00:00.000Z,2027-07-05T00:00:00.000Z/2027-09-05T00:00:00.000Z/P31D,2027-10-05T00:00:00.000Z,2027-11-05T00:00:00.000Z,2027-12-05T00:00:00.000Z/2028-02-05T00:00:00.000Z/P31D,2028-03-04T00:00:00.000Z,2028-04-04T00:00:00.000Z,2028-05-04T00:00:00.000Z,2028-06-04T00:00:00.000Z,2028-07-04T00:00:00.000Z/2028-09-04T00:00:00.000Z/P31D,2028-10-04T00:00:00.000Z,2028-11-04T00:00:00.000Z,2028-12-04T00:00:00.000Z/2029-02-04T00:00:00.000Z/P31D,2029-03-04T00:00:00.000Z,2029-04-04T00:00:00.000Z,2029-05-04T00:00:00.000Z,2029-06-04T00:00:00.000Z,2029-07-04T00:00:00.000Z/2029-09-04T00:00:00.000Z/P31D,2029-10-04T00:00:00.000Z,2029-11-04T00:00:00.000Z,2029-12-04T00:00:00.000Z/2030-02-04T00:00:00.000Z/P31D,2030-03-04T00:00:00.000Z,2030-04-04T00:00:00.000Z,2030-05-04T00:00:00.000Z,2030-06-04T00:00:00.000Z,2030-07-04T00:00:00.000Z/2030-09-04T00:00:00.000Z/P31D,2030-10-04T00:00:00.000Z,2030-11-04T00:00:00.000Z,2030-12-04T00:00:00.000Z/2031-02-04T00:00:00.000Z/P31D,2031-03-04T00:00:00.000Z,2031-04-04T00:00:00.000Z,2031-05-04T00:00:00.000Z,2031-06-04T00:00:00.000Z,2031-07-04T00:00:00.000Z/2031-09-04T00:00:00.000Z/P31D,2031-10-04T00:00:00.000Z,2031-11-04T00:00:00.000Z,2031-12-04T00:00:00.000Z/2032-02-04T00:00:00.000Z/P31D,2032-03-03T00:00:00.000Z,2032-04-03T00:00:00.000Z,2032-05-03T00:00:00.000Z,2032-06-03T00:00:00.000Z,2032-07-03T00:00:00.000Z/2032-09-03T00:00:00.000Z/P31D,2032-10-03T00:00:00.000Z,2032-11-03T00:00:00.000Z,2032-12-03T00:00:00.000Z/2033-02-03T00:00:00.000Z/P31D,2033-03-03T00:00:00.000Z,2033-04-03T00:00:00.000Z,2033-05-03T00:00:00.000Z,2033-06-03T00:00:00.000Z,2033-07-03T00:00:00.000Z/2033-09-03T00:00:00.000Z/P31D,2033-10-03T00:00:00.000Z,2033-11-03T00:00:00.000Z,2033-12-03T00:00:00.000Z/2034-02-03T00:00:00.000Z/P31D,2034-03-03T00:00:00.000Z,2034-04-03T00:00:00.000Z,2034-05-03T00:00:00.000Z,2034-06-03T00:00:00.000Z,2034-07-03T00:00:00.000Z/2034-09-03T00:00:00.000Z/P31D,2034-10-03T00:00:00.000Z,2034-11-03T00:00:00.000Z,2034-12-03T00:00:00.000Z/2035-02-03T00:00:00.000Z/P31D,2035-03-03T00:00:00.000Z,2035-04-03T00:00:00.000Z,2035-05-03T00:00:00.000Z,2035-06-03T00:00:00.000Z,2035-07-03T00:00:00.000Z/2035-09-03T00:00:00.000Z/P31D,2035-10-03T00:00:00.000Z,2035-11-03T00:00:00.000Z,2035-12-03T00:00:00.000Z/2036-02-03T00:00:00.000Z/P31D,2036-03-02T00:00:00.000Z,2036-04-02T00:00:00.000Z,2036-05-02T00:00:00.000Z,2036-06-02T00:00:00.000Z,2036-07-02T00:00:00.000Z/2036-09-02T00:00:00.000Z/P31D,2036-10-02T00:00:00.000Z,2036-11-02T00:00:00.000Z,2036-12-02T00:00:00.000Z/2037-02-02T00:00:00.000Z/P31D,2037-03-02T00:00:00.000Z,2037-04-02T00:00:00.000Z,2037-05-02T00:00:00.000Z,2037-06-02T00:00:00.000Z,2037-07-02T00:00:00.000Z/2037-09-02T00:00:00.000Z/P31D,2037-10-02T00:00:00.000Z,2037-11-02T00:00:00.000Z,2037-12-02T00:00:00.000Z/2038-02-02T00:00:00.000Z/P31D,2038-03-02T00:00:00.000Z,2038-04-02T00:00:00.000Z,2038-05-02T00:00:00.000Z,2038-06-02T00:00:00.000Z,2038-07-02T00:00:00.000Z/2038-09-02T00:00:00.000Z/P31D,2038-10-02T00:00:00.000Z,2038-11-02T00:00:00.000Z,2038-12-02T00:00:00.000Z/2039-02-02T00:00:00.000Z/P31D,2039-03-02T00:00:00.000Z,2039-04-02T00:00:00.000Z,2039-05-02T00:00:00.000Z,2039-06-02T00:00:00.000Z,2039-07-02T00:00:00.000Z/2039-09-02T00:00:00.000Z/P31D,2039-10-02T00:00:00.000Z,2039-11-02T00:00:00.000Z,2039-12-02T00:00:00.000Z/2040-02-02T00:00:00.000Z/P31D,2040-03-01T00:00:00.000Z,2040-04-01T00:00:00.000Z,2040-05-01T00:00:00.000Z,2040-06-01T00:00:00.000Z,2040-07-01T00:00:00.000Z/2040-09-01T00:00:00.000Z/P31D,2040-10-01T00:00:00.000Z,2040-11-01T00:00:00.000Z,2040-12-01T00:00:00.000Z/2041-02-01T00:00:00.000Z/P31D,2041-03-01T00:00:00.000Z,2041-04-01T00:00:00.000Z,2041-05-01T00:00:00.000Z,2041-06-01T00:00:00.000Z,2041-07-01T00:00:00.000Z/2041-09-01T00:00:00.000Z/P31D,2041-10-01T00:00:00.000Z,2041-11-01T00:00:00.000Z,2041-12-01T00:00:00.000Z/2042-02-01T00:00:00.000Z/P31D,2042-03-01T00:00:00.000Z,2042-04-01T00:00:00.000Z,2042-05-01T00:00:00.000Z,2042-06-01T00:00:00.000Z,2042-07-01T00:00:00.000Z/2042-09-01T00:00:00.000Z/P31D,2042-10-01T00:00:00.000Z,2042-11-01T00:00:00.000Z,2042-12-01T00:00:00.000Z/2043-02-01T00:00:00.000Z/P31D,2043-03-01T00:00:00.000Z,2043-04-01T00:00:00.000Z,2043-05-01T00:00:00.000Z,2043-06-01T00:00:00.000Z,2043-07-01T00:00:00.000Z/2043-09-01T00:00:00.000Z/P31D,2043-10-01T00:00:00.000Z,2043-11-01T00:00:00.000Z,2043-12-01T00:00:00.000Z/2044-02-01T00:00:00.000Z/P31D,2044-02-29T00:00:00.000Z,2044-03-31T00:00:00.000Z,2044-04-30T00:00:00.000Z,2044-05-31T00:00:00.000Z,2044-06-30T00:00:00.000Z/2044-08-31T00:00:00.000Z/P31D,2044-09-30T00:00:00.000Z,2044-10-31T00:00:00.000Z,2044-11-30T00:00:00.000Z/2045-01-31T00:00:00.000Z/P31D,2045-02-28T00:00:00.000Z,2045-03-31T00:00:00.000Z,2045-04-30T00:00:00.000Z,2045-05-31T00:00:00.000Z,2045-06-30T00:00:00.000Z/2045-08-31T00:00:00.000Z/P31D,2045-09-30T00:00:00.000Z,2045-10-31T00:00:00.000Z,2045-11-30T00:00:00.000Z/2046-01-31T00:00:00.000Z/P31D,2046-02-28T00:00:00.000Z,2046-03-31T00:00:00.000Z,2046-04-30T00:00:00.000Z,2046-05-31T00:00:00.000Z,2046-06-30T00:00:00.000Z/2046-08-31T00:00:00.000Z/P31D,2046-09-30T00:00:00.000Z,2046-10-31T00:00:00.000Z,2046-11-30T00:00:00.000Z/2047-01-31T00:00:00.000Z/P31D,2047-02-28T00:00:00.000Z,2047-03-31T00:00:00.000Z,2047-04-30T00:00:00.000Z,2047-05-31T00:00:00.000Z,2047-06-30T00:00:00.000Z/2047-08-31T00:00:00.000Z/P31D,2047-09-30T00:00:00.000Z,2047-10-31T00:00:00.000Z,2047-11-30T00:00:00.000Z/2048-01-31T00:00:00.000Z/P31D,2048-02-28T00:00:00.000Z,2048-03-30T00:00:00.000Z,2048-04-29T00:00:00.000Z,2048-05-30T00:00:00.000Z,2048-06-29T00:00:00.000Z/2048-08-30T00:00:00.000Z/P31D,2048-09-29T00:00:00.000Z,2048-10-30T00:00:00.000Z,2048-11-29T00:00:00.000Z/2049-01-30T00:00:00.000Z/P31D,2049-02-27T00:00:00.000Z,2049-03-30T00:00:00.000Z,2049-04-29T00:00:00.000Z,2049-05-30T00:00:00.000Z,2049-06-29T00:00:00.000Z/2049-08-30T00:00:00.000Z/P31D,2049-09-29T00:00:00.000Z,2049-10-30T00:00:00.000Z,2049-11-29T00:00:00.000Z/2050-01-30T00:00:00.000Z/P31D,2050-02-27T00:00:00.000Z,2050-03-30T00:00:00.000Z,2050-04-29T00:00:00.000Z,2050-05-30T00:00:00.000Z,2050-06-29T00:00:00.000Z/2050-08-30T00:00:00.000Z/P31D,2050-09-29T00:00:00.000Z,2050-10-30T00:00:00.000Z,2050-11-29T00:00:00.000Z/2051-01-30T00:00:00.000Z/P31D,2051-02-27T00:00:00.000Z,2051-03-30T00:00:00.000Z,2051-04-29T00:00:00.000Z,2051-05-30T00:00:00.000Z,2051-06-29T00:00:00.000Z/2051-08-30T00:00:00.000Z/P31D,2051-09-29T00:00:00.000Z,2051-10-30T00:00:00.000Z,2051-11-29T00:00:00.000Z/2052-01-30T00:00:00.000Z/P31D,2052-02-27T00:00:00.000Z,2052-03-29T00:00:00.000Z,2052-04-28T00:00:00.000Z,2052-05-29T00:00:00.000Z,2052-06-28T00:00:00.000Z/2052-08-29T00:00:00.000Z/P31D,2052-09-28T00:00:00.000Z,2052-10-29T00:00:00.000Z,2052-11-28T00:00:00.000Z/2053-01-29T00:00:00.000Z/P31D,2053-02-26T00:00:00.000Z,2053-03-29T00:00:00.000Z,2053-04-28T00:00:00.000Z,2053-05-29T00:00:00.000Z,2053-06-28T00:00:00.000Z/2053-08-29T00:00:00.000Z/P31D,2053-09-28T00:00:00.000Z,2053-10-29T00:00:00.000Z,2053-11-28T00:00:00.000Z/2054-01-29T00:00:00.000Z/P31D,2054-02-26T00:00:00.000Z,2054-03-29T00:00:00.000Z,2054-04-28T00:00:00.000Z,2054-05-29T00:00:00.000Z,2054-06-28T00:00:00.000Z/2054-08-29T00:00:00.000Z/P31D,2054-09-28T00:00:00.000Z,2054-10-29T00:00:00.000Z,2054-11-28T00:00:00.000Z/2055-01-29T00:00:00.000Z/P31D,2055-02-26T00:00:00.000Z,2055-03-29T00:00:00.000Z,2055-04-28T00:00:00.000Z,2055-05-29T00:00:00.000Z,2055-06-28T00:00:00.000Z/2055-08-29T00:00:00.000Z/P31D,2055-09-28T00:00:00.000Z,2055-10-29T00:00:00.000Z,2055-11-28T00:00:00.000Z/2056-01-29T00:00:00.000Z/P31D,2056-02-26T00:00:00.000Z,2056-03-28T00:00:00.000Z,2056-04-27T00:00:00.000Z,2056-05-28T00:00:00.000Z,2056-06-27T00:00:00.000Z/2056-08-28T00:00:00.000Z/P31D,2056-09-27T00:00:00.000Z,2056-10-28T00:00:00.000Z,2056-11-27T00:00:00.000Z/2057-01-28T00:00:00.000Z/P31D,2057-02-25T00:00:00.000Z,2057-03-28T00:00:00.000Z,2057-04-27T00:00:00.000Z,2057-05-28T00:00:00.000Z,2057-06-27T00:00:00.000Z/2057-08-28T00:00:00.000Z/P31D,2057-09-27T00:00:00.000Z,2057-10-28T00:00:00.000Z,2057-11-27T00:00:00.000Z/2058-01-28T00:00:00.000Z/P31D,2058-02-25T00:00:00.000Z,2058-03-28T00:00:00.000Z,2058-04-27T00:00:00.000Z,2058-05-28T00:00:00.000Z,2058-06-27T00:00:00.000Z/2058-08-28T00:00:00.000Z/P31D,2058-09-27T00:00:00.000Z,2058-10-28T00:00:00.000Z,2058-11-27T00:00:00.000Z/2059-01-28T00:00:00.000Z/P31D,2059-02-25T00:00:00.000Z,2059-03-28T00:00:00.000Z,2059-04-27T00:00:00.000Z,2059-05-28T00:00:00.000Z,2059-06-27T00:00:00.000Z/2059-08-28T00:00:00.000Z/P31D,2059-09-27T00:00:00.000Z,2059-10-28T00:00:00.000Z,2059-11-27T00:00:00.000Z/2060-01-28T00:00:00.000Z/P31D,2060-02-25T00:00:00.000Z,2060-03-27T00:00:00.000Z,2060-04-26T00:00:00.000Z,2060-05-27T00:00:00.000Z,2060-06-26T00:00:00.000Z/2060-08-27T00:00:00.000Z/P31D,2060-09-26T00:00:00.000Z,2060-10-27T00:00:00.000Z,2060-11-26T00:00:00.000Z/2061-01-27T00:00:00.000Z/P31D,2061-02-24T00:00:00.000Z,2061-03-27T00:00:00.000Z,2061-04-26T00:00:00.000Z,2061-05-27T00:00:00.000Z,2061-06-26T00:00:00.000Z/2061-08-27T00:00:00.000Z/P31D,2061-09-26T00:00:00.000Z,2061-10-27T00:00:00.000Z,2061-11-26T00:00:00.000Z/2062-01-27T00:00:00.000Z/P31D,2062-02-24T00:00:00.000Z,2062-03-27T00:00:00.000Z,2062-04-26T00:00:00.000Z,2062-05-27T00:00:00.000Z,2062-06-26T00:00:00.000Z/2062-08-27T00:00:00.000Z/P31D,2062-09-26T00:00:00.000Z,2062-10-27T00:00:00.000Z,2062-11-26T00:00:00.000Z/2063-01-27T00:00:00.000Z/P31D,2063-02-24T00:00:00.000Z,2063-03-27T00:00:00.000Z,2063-04-26T00:00:00.000Z,2063-05-27T00:00:00.000Z,2063-06-26T00:00:00.000Z/2063-08-27T00:00:00.000Z/P31D,2063-09-26T00:00:00.000Z,2063-10-27T00:00:00.000Z,2063-11-26T00:00:00.000Z/2064-01-27T00:00:00.000Z/P31D,2064-02-24T00:00:00.000Z,2064-03-26T00:00:00.000Z,2064-04-25T00:00:00.000Z,2064-05-26T00:00:00.000Z,2064-06-25T00:00:00.000Z/2064-08-26T00:00:00.000Z/P31D,2064-09-25T00:00:00.000Z,2064-10-26T00:00:00.000Z,2064-11-25T00:00:00.000Z/2065-01-26T00:00:00.000Z/P31D,2065-02-23T00:00:00.000Z,2065-03-26T00:00:00.000Z,2065-04-25T00:00:00.000Z,2065-05-26T00:00:00.000Z,2065-06-25T00:00:00.000Z/2065-08-26T00:00:00.000Z/P31D,2065-09-25T00:00:00.000Z,2065-10-26T00:00:00.000Z,2065-11-25T00:00:00.000Z/2066-01-26T00:00:00.000Z/P31D,2066-02-23T00:00:00.000Z,2066-03-26T00:00:00.000Z,2066-04-25T00:00:00.000Z,2066-05-26T00:00:00.000Z,2066-06-25T00:00:00.000Z/2066-08-26T00:00:00.000Z/P31D,2066-09-25T00:00:00.000Z,2066-10-26T00:00:00.000Z,2066-11-25T00:00:00.000Z/2067-01-26T00:00:00.000Z/P31D,2067-02-23T00:00:00.000Z,2067-03-26T00:00:00.000Z,2067-04-25T00:00:00.000Z,2067-05-26T00:00:00.000Z,2067-06-25T00:00:00.000Z/2067-08-26T00:00:00.000Z/P31D,2067-09-25T00:00:00.000Z,2067-10-26T00:00:00.000Z,2067-11-25T00:00:00.000Z/2068-01-26T00:00:00.000Z/P31D,2068-02-23T00:00:00.000Z,2068-03-25T00:00:00.000Z,2068-04-24T00:00:00.000Z,2068-05-25T00:00:00.000Z,2068-06-24T00:00:00.000Z/2068-08-25T00:00:00.000Z/P31D,2068-09-24T00:00:00.000Z,2068-10-25T00:00:00.000Z,2068-11-24T00:00:00.000Z/2069-01-25T00:00:00.000Z/P31D,2069-02-22T00:00:00.000Z,2069-03-25T00:00:00.000Z,2069-04-24T00:00:00.000Z,2069-05-25T00:00:00.000Z,2069-06-24T00:00:00.000Z/2069-08-25T00:00:00.000Z/P31D,2069-09-24T00:00:00.000Z,2069-10-25T00:00:00.000Z,2069-11-24T00:00:00.000Z/2070-01-25T00:00:00.000Z/P31D,2070-02-22T00:00:00.000Z,2070-03-25T00:00:00.000Z,2070-04-24T00:00:00.000Z,2070-05-25T00:00:00.000Z,2070-06-24T00:00:00.000Z/2070-08-25T00:00:00.000Z/P31D,2070-09-24T00:00:00.000Z,2070-10-25T00:00:00.000Z,2070-11-24T00:00:00.000Z/2071-01-25T00:00:00.000Z/P31D,2071-02-22T00:00:00.000Z,2071-03-25T00:00:00.000Z,2071-04-24T00:00:00.000Z,2071-05-25T00:00:00.000Z,2071-06-24T00:00:00.000Z/2071-08-25T00:00:00.000Z/P31D,2071-09-24T00:00:00.000Z,2071-10-25T00:00:00.000Z,2071-11-24T00:00:00.000Z/2072-01-25T00:00:00.000Z/P31D,2072-02-22T00:00:00.000Z,2072-03-24T00:00:00.000Z,2072-04-23T00:00:00.000Z,2072-05-24T00:00:00.000Z,2072-06-23T00:00:00.000Z/2072-08-24T00:00:00.000Z/P31D,2072-09-23T00:00:00.000Z,2072-10-24T00:00:00.000Z,2072-11-23T00:00:00.000Z/2073-01-24T00:00:00.000Z/P31D,2073-02-21T00:00:00.000Z,2073-03-24T00:00:00.000Z,2073-04-23T00:00:00.000Z,2073-05-24T00:00:00.000Z,2073-06-23T00:00:00.000Z/2073-08-24T00:00:00.000Z/P31D,2073-09-23T00:00:00.000Z,2073-10-24T00:00:00.000Z,2073-11-23T00:00:00.000Z/2074-01-24T00:00:00.000Z/P31D,2074-02-21T00:00:00.000Z,2074-03-24T00:00:00.000Z,2074-04-23T00:00:00.000Z,2074-05-24T00:00:00.000Z,2074-06-23T00:00:00.000Z/2074-08-24T00:00:00.000Z/P31D,2074-09-23T00:00:00.000Z,2074-10-24T00:00:00.000Z,2074-11-23T00:00:00.000Z/2075-01-24T00:00:00.000Z/P31D,2075-02-21T00:00:00.000Z,2075-03-24T00:00:00.000Z,2075-04-23T00:00:00.000Z,2075-05-24T00:00:00.000Z,2075-06-23T00:00:00.000Z/2075-08-24T00:00:00.000Z/P31D,2075-09-23T00:00:00.000Z,2075-10-24T00:00:00.000Z,2075-11-23T00:00:00.000Z/2076-01-24T00:00:00.000Z/P31D,2076-02-21T00:00:00.000Z,2076-03-23T00:00:00.000Z,2076-04-22T00:00:00.000Z,2076-05-23T00:00:00.000Z,2076-06-22T00:00:00.000Z/2076-08-23T00:00:00.000Z/P31D,2076-09-22T00:00:00.000Z,2076-10-23T00:00:00.000Z,2076-11-22T00:00:00.000Z/2077-01-23T00:00:00.000Z/P31D,2077-02-20T00:00:00.000Z,2077-03-23T00:00:00.000Z,2077-04-22T00:00:00.000Z,2077-05-23T00:00:00.000Z,2077-06-22T00:00:00.000Z/2077-08-23T00:00:00.000Z/P31D,2077-09-22T00:00:00.000Z,2077-10-23T00:00:00.000Z,2077-11-22T00:00:00.000Z/2078-01-23T00:00:00.000Z/P31D,2078-02-20T00:00:00.000Z,2078-03-23T00:00:00.000Z,2078-04-22T00:00:00.000Z,2078-05-23T00:00:00.000Z,2078-06-22T00:00:00.000Z/2078-08-23T00:00:00.000Z/P31D,2078-09-22T00:00:00.000Z,2078-10-23T00:00:00.000Z,2078-11-22T00:00:00.000Z/2079-01-23T00:00:00.000Z/P31D,2079-02-20T00:00:00.000Z,2079-03-23T00:00:00.000Z,2079-04-22T00:00:00.000Z,2079-05-23T00:00:00.000Z,2079-06-22T00:00:00.000Z/2079-08-23T00:00:00.000Z/P31D,2079-09-22T00:00:00.000Z,2079-10-23T00:00:00.000Z,2079-11-22T00:00:00.000Z/2080-01-23T00:00:00.000Z/P31D,2080-02-20T00:00:00.000Z,2080-03-22T00:00:00.000Z,2080-04-21T00:00:00.000Z,2080-05-22T00:00:00.000Z,2080-06-21T00:00:00.000Z/2080-08-22T00:00:00.000Z/P31D,2080-09-21T00:00:00.000Z,2080-10-22T00:00:00.000Z,2080-11-21T00:00:00.000Z/2081-01-22T00:00:00.000Z/P31D,2081-02-19T00:00:00.000Z,2081-03-22T00:00:00.000Z,2081-04-21T00:00:00.000Z,2081-05-22T00:00:00.000Z,2081-06-21T00:00:00.000Z/2081-08-22T00:00:00.000Z/P31D,2081-09-21T00:00:00.000Z,2081-10-22T00:00:00.000Z,2081-11-21T00:00:00.000Z/2082-01-22T00:00:00.000Z/P31D,2082-02-19T00:00:00.000Z,2082-03-22T00:00:00.000Z,2082-04-21T00:00:00.000Z,2082-05-22T00:00:00.000Z,2082-06-21T00:00:00.000Z/2082-08-22T00:00:00.000Z/P31D,2082-09-21T00:00:00.000Z,2082-10-22T00:00:00.000Z,2082-11-21T00:00:00.000Z/2083-01-22T00:00:00.000Z/P31D,2083-02-19T00:00:00.000Z,2083-03-22T00:00:00.000Z,2083-04-21T00:00:00.000Z,2083-05-22T00:00:00.000Z,2083-06-21T00:00:00.000Z/2083-08-22T00:00:00.000Z/P31D,2083-09-21T00:00:00.000Z,2083-10-22T00:00:00.000Z,2083-11-21T00:00:00.000Z/2084-01-22T00:00:00.000Z/P31D,2084-02-19T00:00:00.000Z,2084-03-21T00:00:00.000Z,2084-04-20T00:00:00.000Z,2084-05-21T00:00:00.000Z,2084-06-20T00:00:00.000Z/2084-08-21T00:00:00.000Z/P31D,2084-09-20T00:00:00.000Z,2084-10-21T00:00:00.000Z,2084-11-20T00:00:00.000Z/2085-01-21T00:00:00.000Z/P31D,2085-02-18T00:00:00.000Z,2085-03-21T00:00:00.000Z,2085-04-20T00:00:00.000Z,2085-05-21T00:00:00.000Z,2085-06-20T00:00:00.000Z/2085-08-21T00:00:00.000Z/P31D,2085-09-20T00:00:00.000Z,2085-10-21T00:00:00.000Z,2085-11-20T00:00:00.000Z/2086-01-21T00:00:00.000Z/P31D,2086-02-18T00:00:00.000Z,2086-03-21T00:00:00.000Z,2086-04-20T00:00:00.000Z,2086-05-21T00:00:00.000Z,2086-06-20T00:00:00.000Z/2086-08-21T00:00:00.000Z/P31D,2086-09-20T00:00:00.000Z,2086-10-21T00:00:00.000Z,2086-11-20T00:00:00.000Z/2087-01-21T00:00:00.000Z/P31D,2087-02-18T00:00:00.000Z,2087-03-21T00:00:00.000Z,2087-04-20T00:00:00.000Z,2087-05-21T00:00:00.000Z,2087-06-20T00:00:00.000Z/2087-08-21T00:00:00.000Z/P31D,2087-09-20T00:00:00.000Z,2087-10-21T00:00:00.000Z,2087-11-20T00:00:00.000Z/2088-01-21T00:00:00.000Z/P31D,2088-02-18T00:00:00.000Z,2088-03-20T00:00:00.000Z,2088-04-19T00:00:00.000Z,2088-05-20T00:00:00.000Z,2088-06-19T00:00:00.000Z/2088-08-20T00:00:00.000Z/P31D,2088-09-19T00:00:00.000Z,2088-10-20T00:00:00.000Z,2088-11-19T00:00:00.000Z/2089-01-20T00:00:00.000Z/P31D,2089-02-17T00:00:00.000Z,2089-03-20T00:00:00.000Z,2089-04-19T00:00:00.000Z,2089-05-20T00:00:00.000Z,2089-06-19T00:00:00.000Z/2089-08-20T00:00:00.000Z/P31D,2089-09-19T00:00:00.000Z,2089-10-20T00:00:00.000Z,2089-11-19T00:00:00.000Z/2090-01-20T00:00:00.000Z/P31D,2090-02-17T00:00:00.000Z,2090-03-20T00:00:00.000Z,2090-04-19T00:00:00.000Z,2090-05-20T00:00:00.000Z,2090-06-19T00:00:00.000Z/2090-08-20T00:00:00.000Z/P31D,2090-09-19T00:00:00.000Z,2090-10-20T00:00:00.000Z,2090-11-19T00:00:00.000Z/2091-01-20T00:00:00.000Z/P31D,2091-02-17T00:00:00.000Z,2091-03-20T00:00:00.000Z,2091-04-19T00:00:00.000Z,2091-05-20T00:00:00.000Z,2091-06-19T00:00:00.000Z/2091-08-20T00:00:00.000Z/P31D,2091-09-19T00:00:00.000Z,2091-10-20T00:00:00.000Z,2091-11-19T00:00:00.000Z/2092-01-20T00:00:00.000Z/P31D,2092-02-17T00:00:00.000Z,2092-03-19T00:00:00.000Z,2092-04-18T00:00:00.000Z,2092-05-19T00:00:00.000Z,2092-06-18T00:00:00.000Z/2092-08-19T00:00:00.000Z/P31D,2092-09-18T00:00:00.000Z,2092-10-19T00:00:00.000Z,2092-11-18T00:00:00.000Z/2093-01-19T00:00:00.000Z/P31D,2093-02-16T00:00:00.000Z,2093-03-19T00:00:00.000Z,2093-04-18T00:00:00.000Z,2093-05-19T00:00:00.000Z,2093-06-18T00:00:00.000Z/2093-08-19T00:00:00.000Z/P31D,2093-09-18T00:00:00.000Z,2093-10-19T00:00:00.000Z,2093-11-18T00:00:00.000Z/2094-01-19T00:00:00.000Z/P31D,2094-02-16T00:00:00.000Z,2094-03-19T00:00:00.000Z,2094-04-18T00:00:00.000Z,2094-05-19T00:00:00.000Z,2094-06-18T00:00:00.000Z/2094-08-19T00:00:00.000Z/P31D,2094-09-18T00:00:00.000Z,2094-10-19T00:00:00.000Z,2094-11-18T00:00:00.000Z/2095-01-19T00:00:00.000Z/P31D,2095-02-16T00:00:00.000Z,2095-03-19T00:00:00.000Z,2095-04-18T00:00:00.000Z,2095-05-19T00:00:00.000Z,2095-06-18T00:00:00.000Z/2095-08-19T00:00:00.000Z/P31D,2095-09-18T00:00:00.000Z,2095-10-19T00:00:00.000Z,2095-11-18T00:00:00.000Z/2096-01-19T00:00:00.000Z/P31D,2096-02-16T00:00:00.000Z,2096-03-18T00:00:00.000Z,2096-04-17T00:00:00.000Z,2096-05-18T00:00:00.000Z,2096-06-17T00:00:00.000Z/2096-08-18T00:00:00.000Z/P31D,2096-09-17T00:00:00.000Z,2096-10-18T00:00:00.000Z,2096-11-17T00:00:00.000Z/2097-01-18T00:00:00.000Z/P31D,2097-02-15T00:00:00.000Z,2097-03-18T00:00:00.000Z,2097-04-17T00:00:00.000Z,2097-05-18T00:00:00.000Z,2097-06-17T00:00:00.000Z/2097-08-18T00:00:00.000Z/P31D,2097-09-17T00:00:00.000Z,2097-10-18T00:00:00.000Z,2097-11-17T00:00:00.000Z/2098-01-18T00:00:00.000Z/P31D,2098-02-15T00:00:00.000Z,2098-03-18T00:00:00.000Z,2098-04-17T00:00:00.000Z,2098-05-18T00:00:00.000Z,2098-06-17T00:00:00.000Z/2098-08-18T00:00:00.000Z/P31D,2098-09-17T00:00:00.000Z,2098-10-18T00:00:00.000Z,2098-11-17T00:00:00.000Z/2099-01-18T00:00:00.000Z/P31D,2099-02-15T00:00:00.000Z,2099-03-18T00:00:00.000Z,2099-04-17T00:00:00.000Z,2099-05-18T00:00:00.000Z,2099-06-17T00:00:00.000Z/2099-08-18T00:00:00.000Z/P31D,2099-09-17T00:00:00.000Z,2099-10-18T00:00:00.000Z,2099-11-17T00:00:00.000Z/2100-01-18T00:00:00.000Z/P31D,2100-02-15T00:00:00.000Z,2100-03-18T00:00:00.000Z,2100-04-17T00:00:00.000Z,2100-05-18T00:00:00.000Z,2100-06-17T00:00:00.000Z/2100-08-18T00:00:00.000Z/P31D,2100-09-17T00:00:00.000Z,2100-10-18T00:00:00.000Z,2100-11-17T00:00:00.000Z,2100-12-18T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar_2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar_2&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar_2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar_2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>parentvar_3</Name>
        <Title>Near-Surface Air Temperature</Title>
        <Abstract>Near-Surface Air Temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-125.625</westBoundLongitude>
            <eastBoundLongitude>-66.875</eastBoundLongitude>
            <southBoundLatitude>24.502617801047126</southBoundLatitude>
            <northBoundLatitude>49.947643979057574</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-125.625" maxx="-66.875" miny="24.502617801047126" maxy="49.947643979057574"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2026-04-05T00:00:00.000Z">
            2006-02-10T00:00:00.000Z,2006-03-10T00:00:00.000Z,2006-04-10T00:00:00.000Z,2006-05-10T00:00:00.000Z,2006-06-10T00:00:00.000Z,2006-07-10T00:00:00.000Z/2006-09-10T00:00:00.000Z/P31D,2006-10-10T00:00:00.000Z,2006-11-10T00:00:00.000Z,2006-12-10T00:00:00.000Z/2007-02-10T00:00:00.000Z/P31D,2007-03-10T00:00:00.000Z,2007-04-10T00:00:00.000Z,2007-05-10T00:00:00.000Z,2007-06-10T00:00:00.000Z,2007-07-10T00:00:00.000Z/2007-09-10T00:00:00.000Z/P31D,2007-10-10T00:00:00.000Z,2007-11-10T00:00:00.000Z,2007-12-10T00:00:00.000Z/2008-02-10T00:00:00.000Z/P31D,2008-03-09T00:00:00.000Z,2008-04-09T00:00:00.000Z,2008-05-09T00:00:00.000Z,2008-06-09T00:00:00.000Z,2008-07-09T00:00:00.000Z/2008-09-09T00:00:00.000Z/P31D,2008-10-09T00:00:00.000Z,2008-11-09T00:00:00.000Z,2008-12-09T00:00:00.000Z/2009-02-09T00:00:00.000Z/P31D,2009-03-09T00:00:00.000Z,2009-04-09T00:00:00.000Z,2009-05-09T00:00:00.000Z,2009-06-09T00:00:00.000Z,2009-07-09T00:00:00.000Z/2009-09-09T00:00:00.000Z/P31D,2009-10-09T00:00:00.000Z,2009-11-09T00:00:00.000Z,2009-12-09T00:00:00.000Z/2010-02-09T00:00:00.000Z/P31D,2010-03-09T00:00:00.000Z,2010-04-09T00:00:00.000Z,2010-05-09T00:00:00.000Z,2010-06-09T00:00:00.000Z,2010-07-09T00:00:00.000Z/2010-09-09T00:00:00.000Z/P31D,2010-10-09T00:00:00.000Z,2010-11-09T00:00:00.000Z,2010-12-09T00:00:00.000Z/2011-02-09T00:00:00.000Z/P31D,2011-03-09T00:00:00.000Z,2011-04-09T00:00:00.000Z,2011-05-09T00:00:00.000Z,2011-06-09T00:00:00.000Z,2011-07-09T00:00:00.000Z/2011-09-09T00:00:00.000Z/P31D,2011-10-09T00:00:00.000Z,2011-11-09T00:00:00.000Z,2011-12-09T00:00:00.000Z/2012-02-09T00:00:00.000Z/P31D,2012-03-08T00:00:00.000Z,2012-04-08T00:00:00.000Z,2012-05-08T00:00:00.000Z,2012-06-08T00:00:00.000Z,2012-07-08T00:00:00.000Z/2012-09-08T00:00:00.000Z/P31D,2012-10-08T00:00:00.000Z,2012-11-08T00:00:00.000Z,2012-12-08T00:00:00.000Z/2013-02-08T00:00:00.000Z/P31D,2013-03-08T00:00:00.000Z,2013-04-08T00:00:00.000Z,2013-05-08T00:00:00.000Z,2013-06-08T00:00:00.000Z,2013-07-08T00:00:00.000Z/2013-09-08T00:00:00.000Z/P31D,2013-10-08T00:00:00.000Z,2013-11-08T00:00:00.000Z,2013-12-08T00:00:00.000Z/2014-02-08T00:00:00.000Z/P31D,2014-03-08T00:00:00.000Z,2014-04-08T00:00:00.000Z,2014-05-08T00:00:00.000Z,2014-06-08T00:00:00.000Z,2014-07-08T00:00:00.000Z/2014-09-08T00:00:00.000Z/P31D,2014-10-08T00:00:00.000Z,2014-11-08T00:00:00.000Z,2014-12-08T00:00:00.000Z/2015-02-08T00:00:00.000Z/P31D,2015-03-08T00:00:00.000Z,2015-04-08T00:00:00.000Z,2015-05-08T00:00:00.000Z,2015-06-08T00:00:00.000Z,2015-07-08T00:00:00.000Z/2015-09-08T00:00:00.000Z/P31D,2015-10-08T00:00:00.000Z,2015-11-08T00:00:00.000Z,2015-12-08T00:00:00.000Z/2016-02-08T00:00:00.000Z/P31D,2016-03-07T00:00:00.000Z,2016-04-07T00:00:00.000Z,2016-05-07T00:00:00.000Z,2016-06-07T00:00:00.000Z,2016-07-07T00:00:00.000Z/2016-09-07T00:00:00.000Z/P31D,2016-10-07T00:00:00.000Z,2016-11-07T00:00:00.000Z,2016-12-07T00:00:00.000Z/2017-02-07T00:00:00.000Z/P31D,2017-03-07T00:00:00.000Z,2017-04-07T00:00:00.000Z,2017-05-07T00:00:00.000Z,2017-06-07T00:00:00.000Z,2017-07-07T00:00:00.000Z/2017-09-07T00:00:00.000Z/P31D,2017-10-07T00:00:00.000Z,2017-11-07T00:00:00.000Z,2017-12-07T00:00:00.000Z/2018-02-07T00:00:00.000Z/P31D,2018-03-07T00:00:00.000Z,2018-04-07T00:00:00.000Z,2018-05-07T00:00:00.000Z,2018-06-07T00:00:00.000Z,2018-07-07T00:00:00.000Z/2018-09-07T00:00:00.000Z/P31D,2018-10-07T00:00:00.000Z,2018-11-07T00:00:00.000Z,2018-12-07T00:00:00.000Z/2019-02-07T00:00:00.000Z/P31D,2019-03-07T00:00:00.000Z,2019-04-07T00:00:00.000Z,2019-05-07T00:00:00.000Z,2019-06-07T00:00:00.000Z,2019-07-07T00:00:00.000Z/2019-09-07T00:00:00.000Z/P31D,2019-10-07T00:00:00.000Z,2019-11-07T00:00:00.000Z,2019-12-07T00:00:00.000Z/2020-02-07T00:00:00.000Z/P31D,2020-03-06T00:00:00.000Z,2020-04-06T00:00:00.000Z,2020-05-06T00:00:00.000Z,2020-06-06T00:00:00.000Z,2020-07-06T00:00:00.000Z/2020-09-06T00:00:00.000Z/P31D,2020-10-06T00:00:00.000Z,2020-11-06T00:00:00.000Z,2020-12-06T00:00:00.000Z/2021-02-06T00:00:00.000Z/P31D,2021-03-06T00:00:00.000Z,2021-04-06T00:00:00.000Z,2021-05-06T00:00:00.000Z,2021-06-06T00:00:00.000Z,2021-07-06T00:00:00.000Z/2021-09-06T00:00:00.000Z/P31D,2021-10-06T00:00:00.000Z,2021-11-06T00:00:00.000Z,2021-12-06T00:00:00.000Z/2022-02-06T00:00:00.000Z/P31D,2022-03-06T00:00:00.000Z,2022-04-06T00:00:00.000Z,2022-05-06T00:00:00.000Z,2022-06-06T00:00:00.000Z,2022-07-06T00:00:00.000Z/2022-09-06T00:00:00.000Z/P31D,2022-10-06T00:00:00.000Z,2022-11-06T00:00:00.000Z,2022-12-06T00:00:00.000Z/2023-02-06T00:00:00.000Z/P31D,2023-03-06T00:00:00.000Z,2023-04-06T00:00:00.000Z,2023-05-06T00:00:00.000Z,2023-06-06T00:00:00.000Z,2023-07-06T00:00:00.000Z/2023-09-06T00:00:00.000Z/P31D,2023-10-06T00:00:00.000Z,2023-11-06T00:00:00.000Z,2023-12-06T00:00:00.000Z/2024-02-06T00:00:00.000Z/P31D,2024-03-05T00:00:00.000Z,2024-04-05T00:00:00.000Z,2024-05-05T00:00:00.000Z,2024-06-05T00:00:00.000Z,2024-07-05T00:00:00.000Z/2024-09-05T00:00:00.000Z/P31D,2024-10-05T00:00:00.000Z,2024-11-05T00:00:00.000Z,2024-12-05T00:00:00.000Z/2025-02-05T00:00:00.000Z/P31D,2025-03-05T00:00:00.000Z,2025-04-05T00:00:00.000Z,2025-05-05T00:00:00.000Z,2025-06-05T00:00:00.000Z,2025-07-05T00:00:00.000Z/2025-09-05T00:00:00.000Z/P31D,2025-10-05T00:00:00.000Z,2025-11-05T00:00:00.000Z,2025-12-05T00:00:00.000Z/2026-02-05T00:00:00.000Z/P31D,2026-03-05T00:00:00.000Z,2026-04-05T00:00:00.000Z,2026-05-05T00:00:00.000Z,2026-06-05T00:00:00.000Z,2026-07-05T00:00:00.000Z/2026-09-05T00:00:00.000Z/P31D,2026-10-05T00:00:00.000Z,2026-11-05T00:00:00.000Z,2026-12-05T00:00:00.000Z/2027-02-05T00:00:00.000Z/P31D,2027-03-05T00:00:00.000Z,2027-04-05T00:00:00.000Z,2027-05-05T00:00:00.000Z,2027-06-05T00:00:00.000Z,2027-07-05T00:00:00.000Z/2027-09-05T00:00:00.000Z/P31D,2027-10-05T00:00:00.000Z,2027-11-05T00:00:00.000Z,2027-12-05T00:00:00.000Z/2028-02-05T00:00:00.000Z/P31D,2028-03-04T00:00:00.000Z,2028-04-04T00:00:00.000Z,2028-05-04T00:00:00.000Z,2028-06-04T00:00:00.000Z,2028-07-04T00:00:00.000Z/2028-09-04T00:00:00.000Z/P31D,2028-10-04T00:00:00.000Z,2028-11-04T00:00:00.000Z,2028-12-04T00:00:00.000Z/2029-02-04T00:00:00.000Z/P31D,2029-03-04T00:00:00.000Z,2029-04-04T00:00:00.000Z,2029-05-04T00:00:00.000Z,2029-06-04T00:00:00.000Z,2029-07-04T00:00:00.000Z/2029-09-04T00:00:00.000Z/P31D,2029-10-04T00:00:00.000Z,2029-11-04T00:00:00.000Z,2029-12-04T00:00:00.000Z/2030-02-04T00:00:00.000Z/P31D,2030-03-04T00:00:00.000Z,2030-04-04T00:00:00.000Z,2030-05-04T00:00:00.000Z,2030-06-04T00:00:00.000Z,2030-07-04T00:00:00.000Z/2030-09-04T00:00:00.000Z/P31D,2030-10-04T00:00:00.000Z,2030-11-04T00:00:00.000Z,2030-12-04T00:00:00.000Z/2031-02-04T00:00:00.000Z/P31D,2031-03-04T00:00:00.000Z,2031-04-04T00:00:00.000Z,2031-05-04T00:00:00.000Z,2031-06-04T00:00:00.000Z,2031-07-04T00:00:00.000Z/2031-09-04T00:00:00.000Z/P31D,2031-10-04T00:00:00.000Z,2031-11-04T00:00:00.000Z,2031-12-04T00:00:00.000Z/2032-02-04T00:00:00.000Z/P31D,2032-03-03T00:00:00.000Z,2032-04-03T00:00:00.000Z,2032-05-03T00:00:00.000Z,2032-06-03T00:00:00.000Z,2032-07-03T00:00:00.000Z/2032-09-03T00:00:00.000Z/P31D,2032-10-03T00:00:00.000Z,2032-11-03T00:00:00.000Z,2032-12-03T00:00:00.000Z/2033-02-03T00:00:00.000Z/P31D,2033-03-03T00:00:00.000Z,2033-04-03T00:00:00.000Z,2033-05-03T00:00:00.000Z,2033-06-03T00:00:00.000Z,2033-07-03T00:00:00.000Z/2033-09-03T00:00:00.000Z/P31D,2033-10-03T00:00:00.000Z,2033-11-03T00:00:00.000Z,2033-12-03T00:00:00.000Z/2034-02-03T00:00:00.000Z/P31D,2034-03-03T00:00:00.000Z,2034-04-03T00:00:00.000Z,2034-05-03T00:00:00.000Z,2034-06-03T00:00:00.000Z,2034-07-03T00:00:00.000Z/2034-09-03T00:00:00.000Z/P31D,2034-10-03T00:00:00.000Z,2034-11-03T00:00:00.000Z,2034-12-03T00:00:00.000Z/2035-02-03T00:00:00.000Z/P31D,2035-03-03T00:00:00.000Z,2035-04-03T00:00:00.000Z,2035-05-03T00:00:00.000Z,2035-06-03T00:00:00.000Z,2035-07-03T00:00:00.000Z/2035-09-03T00:00:00.000Z/P31D,2035-10-03T00:00:00.000Z,2035-11-03T00:00:00.000Z,2035-12-03T00:00:00.000Z/2036-02-03T00:00:00.000Z/P31D,2036-03-02T00:00:00.000Z,2036-04-02T00:00:00.000Z,2036-05-02T00:00:00.000Z,2036-06-02T00:00:00.000Z,2036-07-02T00:00:00.000Z/2036-09-02T00:00:00.000Z/P31D,2036-10-02T00:00:00.000Z,2036-11-02T00:00:00.000Z,2036-12-02T00:00:00.000Z/2037-02-02T00:00:00.000Z/P31D,2037-03-02T00:00:00.000Z,2037-04-02T00:00:00.000Z,2037-05-02T00:00:00.000Z,2037-06-02T00:00:00.000Z,2037-07-02T00:00:00.000Z/2037-09-02T00:00:00.000Z/P31D,2037-10-02T00:00:00.000Z,2037-11-02T00:00:00.000Z,2037-12-02T00:00:00.000Z/2038-02-02T00:00:00.000Z/P31D,2038-03-02T00:00:00.000Z,2038-04-02T00:00:00.000Z,2038-05-02T00:00:00.000Z,2038-06-02T00:00:00.000Z,2038-07-02T00:00:00.000Z/2038-09-02T00:00:00.000Z/P31D,2038-10-02T00:00:00.000Z,2038-11-02T00:00:00.000Z,2038-12-02T00:00:00.000Z/2039-02-02T00:00:00.000Z/P31D,2039-03-02T00:00:00.000Z,2039-04-02T00:00:00.000Z,2039-05-02T00:00:00.000Z,2039-06-02T00:00:00.000Z,2039-07-02T00:00:00.000Z/2039-09-02T00:00:00.000Z/P31D,2039-10-02T00:00:00.000Z,2039-11-02T00:00:00.000Z,2039-12-02T00:00:00.000Z/2040-02-02T00:00:00.000Z/P31D,2040-03-01T00:00:00.000Z,2040-04-01T00:00:00.000Z,2040-05-01T00:00:00.000Z,2040-06-01T00:00:00.000Z,2040-07-01T00:00:00.000Z/2040-09-01T00:00:00.000Z/P31D,2040-10-01T00:00:00.000Z,2040-11-01T00:00:00.000Z,2040-12-01T00:00:00.000Z/2041-02-01T00:00:00.000Z/P31D,2041-03-01T00:00:00.000Z,2041-04-01T00:00:00.000Z,2041-05-01T00:00:00.000Z,2041-06-01T00:00:00.000Z,2041-07-01T00:00:00.000Z/2041-09-01T00:00:00.000Z/P31D,2041-10-01T00:00:00.000Z,2041-11-01T00:00:00.000Z,2041-12-01T00:00:00.000Z/2042-02-01T00:00:00.000Z/P31D,2042-03-01T00:00:00.000Z,2042-04-01T00:00:00.000Z,2042-05-01T00:00:00.000Z,2042-06-01T00:00:00.000Z,2042-07-01T00:00:00.000Z/2042-09-01T00:00:00.000Z/P31D,2042-10-01T00:00:00.000Z,2042-11-01T00:00:00.000Z,2042-12-01T00:00:00.000Z/2043-02-01T00:00:00.000Z/P31D,2043-03-01T00:00:00.000Z,2043-04-01T00:00:00.000Z,2043-05-01T00:00:00.000Z,2043-06-01T00:00:00.000Z,2043-07-01T00:00:00.000Z/2043-09-01T00:00:00.000Z/P31D,2043-10-01T00:00:00.000Z,2043-11-01T00:00:00.000Z,2043-12-01T00:00:00.000Z/2044-02-01T00:00:00.000Z/P31D,2044-02-29T00:00:00.000Z,2044-03-31T00:00:00.000Z,2044-04-30T00:00:00.000Z,2044-05-31T00:00:00.000Z,2044-06-30T00:00:00.000Z/2044-08-31T00:00:00.000Z/P31D,2044-09-30T00:00:00.000Z,2044-10-31T00:00:00.000Z,2044-11-30T00:00:00.000Z/2045-01-31T00:00:00.000Z/P31D,2045-02-28T00:00:00.000Z,2045-03-31T00:00:00.000Z,2045-04-30T00:00:00.000Z,2045-05-31T00:00:00.000Z,2045-06-30T00:00:00.000Z/2045-08-31T00:00:00.000Z/P31D,2045-09-30T00:00:00.000Z,2045-10-31T00:00:00.000Z,2045-11-30T00:00:00.000Z/2046-01-31T00:00:00.000Z/P31D,2046-02-28T00:00:00.000Z,2046-03-31T00:00:00.000Z,2046-04-30T00:00:00.000Z,2046-05-31T00:00:00.000Z,2046-06-30T00:00:00.000Z/2046-08-31T00:00:00.000Z/P31D,2046-09-30T00:00:00.000Z,2046-10-31T00:00:00.000Z,2046-11-30T00:00:00.000Z/2047-01-31T00:00:00.000Z/P31D,2047-02-28T00:00:00.000Z,2047-03-31T00:00:00.000Z,2047-04-30T00:00:00.000Z,2047-05-31T00:00:00.000Z,2047-06-30T00:00:00.000Z/2047-08-31T00:00:00.000Z/P31D,2047-09-30T00:00:00.000Z,2047-10-31T00:00:00.000Z,2047-11-30T00:00:00.000Z/2048-01-31T00:00:00.000Z/P31D,2048-02-28T00:00:00.000Z,2048-03-30T00:00:00.000Z,2048-04-29T00:00:00.000Z,2048-05-30T00:00:00.000Z,2048-06-29T00:00:00.000Z/2048-08-30T00:00:00.000Z/P31D,2048-09-29T00:00:00.000Z,2048-10-30T00:00:00.000Z,2048-11-29T00:00:00.000Z/2049-01-30T00:00:00.000Z/P31D,2049-02-27T00:00:00.000Z,2049-03-30T00:00:00.000Z,2049-04-29T00:00:00.000Z,2049-05-30T00:00:00.000Z,2049-06-29T00:00:00.000Z/2049-08-30T00:00:00.000Z/P31D,2049-09-29T00:00:00.000Z,2049-10-30T00:00:00.000Z,2049-11-29T00:00:00.000Z/2050-01-30T00:00:00.000Z/P31D,2050-02-27T00:00:00.000Z,2050-03-30T00:00:00.000Z,2050-04-29T00:00:00.000Z,2050-05-30T00:00:00.000Z,2050-06-29T00:00:00.000Z/2050-08-30T00:00:00.000Z/P31D,2050-09-29T00:00:00.000Z,2050-10-30T00:00:00.000Z,2050-11-29T00:00:00.000Z/2051-01-30T00:00:00.000Z/P31D,2051-02-27T00:00:00.000Z,2051-03-30T00:00:00.000Z,2051-04-29T00:00:00.000Z,2051-05-30T00:00:00.000Z,2051-06-29T00:00:00.000Z/2051-08-30T00:00:00.000Z/P31D,2051-09-29T00:00:00.000Z,2051-10-30T00:00:00.000Z,2051-11-29T00:00:00.000Z/2052-01-30T00:00:00.000Z/P31D,2052-02-27T00:00:00.000Z,2052-03-29T00:00:00.000Z,2052-04-28T00:00:00.000Z,2052-05-29T00:00:00.000Z,2052-06-28T00:00:00.000Z/2052-08-29T00:00:00.000Z/P31D,2052-09-28T00:00:00.000Z,2052-10-29T00:00:00.000Z,2052-11-28T00:00:00.000Z/2053-01-29T00:00:00.000Z/P31D,2053-02-26T00:00:00.000Z,2053-03-29T00:00:00.000Z,2053-04-28T00:00:00.000Z,2053-05-29T00:00:00.000Z,2053-06-28T00:00:00.000Z/2053-08-29T00:00:00.000Z/P31D,2053-09-28T00:00:00.000Z,2053-10-29T00:00:00.000Z,2053-11-28T00:00:00.000Z/2054-01-29T00:00:00.000Z/P31D,2054-02-26T00:00:00.000Z,2054-03-29T00:00:00.000Z,2054-04-28T00:00:00.000Z,2054-05-29T00:00:00.000Z,2054-06-28T00:00:00.000Z/2054-08-29T00:00:00.000Z/P31D,2054-09-28T00:00:00.000Z,2054-10-29T00:00:00.000Z,2054-11-28T00:00:00.000Z/2055-01-29T00:00:00.000Z/P31D,2055-02-26T00:00:00.000Z,2055-03-29T00:00:00.000Z,2055-04-28T00:00:00.000Z,2055-05-29T00:00:00.000Z,2055-06-28T00:00:00.000Z/2055-08-29T00:00:00.000Z/P31D,2055-09-28T00:00:00.000Z,2055-10-29T00:00:00.000Z,2055-11-28T00:00:00.000Z/2056-01-29T00:00:00.000Z/P31D,2056-02-26T00:00:00.000Z,2056-03-28T00:00:00.000Z,2056-04-27T00:00:00.000Z,2056-05-28T00:00:00.000Z,2056-06-27T00:00:00.000Z/2056-08-28T00:00:00.000Z/P31D,2056-09-27T00:00:00.000Z,2056-10-28T00:00:00.000Z,2056-11-27T00:00:00.000Z/2057-01-28T00:00:00.000Z/P31D,2057-02-25T00:00:00.000Z,2057-03-28T00:00:00.000Z,2057-04-27T00:00:00.000Z,2057-05-28T00:00:00.000Z,2057-06-27T00:00:00.000Z/2057-08-28T00:00:00.000Z/P31D,2057-09-27T00:00:00.000Z,2057-10-28T00:00:00.000Z,2057-11-27T00:00:00.000Z/2058-01-28T00:00:00.000Z/P31D,2058-02-25T00:00:00.000Z,2058-03-28T00:00:00.000Z,2058-04-27T00:00:00.000Z,2058-05-28T00:00:00.000Z,2058-06-27T00:00:00.000Z/2058-08-28T00:00:00.000Z/P31D,2058-09-27T00:00:00.000Z,2058-10-28T00:00:00.000Z,2058-11-27T00:00:00.000Z/2059-01-28T00:00:00.000Z/P31D,2059-02-25T00:00:00.000Z,2059-03-28T00:00:00.000Z,2059-04-27T00:00:00.000Z,2059-05-28T00:00:00.000Z,2059-06-27T00:00:00.000Z/2059-08-28T00:00:00.000Z/P31D,2059-09-27T00:00:00.000Z,2059-10-28T00:00:00.000Z,2059-11-27T00:00:00.000Z/2060-01-28T00:00:00.000Z/P31D,2060-02-25T00:00:00.000Z,2060-03-27T00:00:00.000Z,2060-04-26T00:00:00.000Z,2060-05-27T00:00:00.000Z,2060-06-26T00:00:00.000Z/2060-08-27T00:00:00.000Z/P31D,2060-09-26T00:00:00.000Z,2060-10-27T00:00:00.000Z,2060-11-26T00:00:00.000Z/2061-01-27T00:00:00.000Z/P31D,2061-02-24T00:00:00.000Z,2061-03-27T00:00:00.000Z,2061-04-26T00:00:00.000Z,2061-05-27T00:00:00.000Z,2061-06-26T00:00:00.000Z/2061-08-27T00:00:00.000Z/P31D,2061-09-26T00:00:00.000Z,2061-10-27T00:00:00.000Z,2061-11-26T00:00:00.000Z/2062-01-27T00:00:00.000Z/P31D,2062-02-24T00:00:00.000Z,2062-03-27T00:00:00.000Z,2062-04-26T00:00:00.000Z,2062-05-27T00:00:00.000Z,2062-06-26T00:00:00.000Z/2062-08-27T00:00:00.000Z/P31D,2062-09-26T00:00:00.000Z,2062-10-27T00:00:00.000Z,2062-11-26T00:00:00.000Z/2063-01-27T00:00:00.000Z/P31D,2063-02-24T00:00:00.000Z,2063-03-27T00:00:00.000Z,2063-04-26T00:00:00.000Z,2063-05-27T00:00:00.000Z,2063-06-26T00:00:00.000Z/2063-08-27T00:00:00.000Z/P31D,2063-09-26T00:00:00.000Z,2063-10-27T00:00:00.000Z,2063-11-26T00:00:00.000Z/2064-01-27T00:00:00.000Z/P31D,2064-02-24T00:00:00.000Z,2064-03-26T00:00:00.000Z,2064-04-25T00:00:00.000Z,2064-05-26T00:00:00.000Z,2064-06-25T00:00:00.000Z/2064-08-26T00:00:00.000Z/P31D,2064-09-25T00:00:00.000Z,2064-10-26T00:00:00.000Z,2064-11-25T00:00:00.000Z/2065-01-26T00:00:00.000Z/P31D,2065-02-23T00:00:00.000Z,2065-03-26T00:00:00.000Z,2065-04-25T00:00:00.000Z,2065-05-26T00:00:00.000Z,2065-06-25T00:00:00.000Z/2065-08-26T00:00:00.000Z/P31D,2065-09-25T00:00:00.000Z,2065-10-26T00:00:00.000Z,2065-11-25T00:00:00.000Z/2066-01-26T00:00:00.000Z/P31D,2066-02-23T00:00:00.000Z,2066-03-26T00:00:00.000Z,2066-04-25T00:00:00.000Z,2066-05-26T00:00:00.000Z,2066-06-25T00:00:00.000Z/2066-08-26T00:00:00.000Z/P31D,2066-09-25T00:00:00.000Z,2066-10-26T00:00:00.000Z,2066-11-25T00:00:00.000Z/2067-01-26T00:00:00.000Z/P31D,2067-02-23T00:00:00.000Z,2067-03-26T00:00:00.000Z,2067-04-25T00:00:00.000Z,2067-05-26T00:00:00.000Z,2067-06-25T00:00:00.000Z/2067-08-26T00:00:00.000Z/P31D,2067-09-25T00:00:00.000Z,2067-10-26T00:00:00.000Z,2067-11-25T00:00:00.000Z/2068-01-26T00:00:00.000Z/P31D,2068-02-23T00:00:00.000Z,2068-03-25T00:00:00.000Z,2068-04-24T00:00:00.000Z,2068-05-25T00:00:00.000Z,2068-06-24T00:00:00.000Z/2068-08-25T00:00:00.000Z/P31D,2068-09-24T00:00:00.000Z,2068-10-25T00:00:00.000Z,2068-11-24T00:00:00.000Z/2069-01-25T00:00:00.000Z/P31D,2069-02-22T00:00:00.000Z,2069-03-25T00:00:00.000Z,2069-04-24T00:00:00.000Z,2069-05-25T00:00:00.000Z,2069-06-24T00:00:00.000Z/2069-08-25T00:00:00.000Z/P31D,2069-09-24T00:00:00.000Z,2069-10-25T00:00:00.000Z,2069-11-24T00:00:00.000Z/2070-01-25T00:00:00.000Z/P31D,2070-02-22T00:00:00.000Z,2070-03-25T00:00:00.000Z,2070-04-24T00:00:00.000Z,2070-05-25T00:00:00.000Z,2070-06-24T00:00:00.000Z/2070-08-25T00:00:00.000Z/P31D,2070-09-24T00:00:00.000Z,2070-10-25T00:00:00.000Z,2070-11-24T00:00:00.000Z/2071-01-25T00:00:00.000Z/P31D,2071-02-22T00:00:00.000Z,2071-03-25T00:00:00.000Z,2071-04-24T00:00:00.000Z,2071-05-25T00:00:00.000Z,2071-06-24T00:00:00.000Z/2071-08-25T00:00:00.000Z/P31D,2071-09-24T00:00:00.000Z,2071-10-25T00:00:00.000Z,2071-11-24T00:00:00.000Z/2072-01-25T00:00:00.000Z/P31D,2072-02-22T00:00:00.000Z,2072-03-24T00:00:00.000Z,2072-04-23T00:00:00.000Z,2072-05-24T00:00:00.000Z,2072-06-23T00:00:00.000Z/2072-08-24T00:00:00.000Z/P31D,2072-09-23T00:00:00.000Z,2072-10-24T00:00:00.000Z,2072-11-23T00:00:00.000Z/2073-01-24T00:00:00.000Z/P31D,2073-02-21T00:00:00.000Z,2073-03-24T00:00:00.000Z,2073-04-23T00:00:00.000Z,2073-05-24T00:00:00.000Z,2073-06-23T00:00:00.000Z/2073-08-24T00:00:00.000Z/P31D,2073-09-23T00:00:00.000Z,2073-10-24T00:00:00.000Z,2073-11-23T00:00:00.000Z/2074-01-24T00:00:00.000Z/P31D,2074-02-21T00:00:00.000Z,2074-03-24T00:00:00.000Z,2074-04-23T00:00:00.000Z,2074-05-24T00:00:00.000Z,2074-06-23T00:00:00.000Z/2074-08-24T00:00:00.000Z/P31D,2074-09-23T00:00:00.000Z,2074-10-24T00:00:00.000Z,2074-11-23T00:00:00.000Z/2075-01-24T00:00:00.000Z/P31D,2075-02-21T00:00:00.000Z,2075-03-24T00:00:00.000Z,2075-04-23T00:00:00.000Z,2075-05-24T00:00:00.000Z,2075-06-23T00:00:00.000Z/2075-08-24T00:00:00.000Z/P31D,2075-09-23T00:00:00.000Z,2075-10-24T00:00:00.000Z,2075-11-23T00:00:00.000Z/2076-01-24T00:00:00.000Z/P31D,2076-02-21T00:00:00.000Z,2076-03-23T00:00:00.000Z,2076-04-22T00:00:00.000Z,2076-05-23T00:00:00.000Z,2076-06-22T00:00:00.000Z/2076-08-23T00:00:00.000Z/P31D,2076-09-22T00:00:00.000Z,2076-10-23T00:00:00.000Z,2076-11-22T00:00:00.000Z/2077-01-23T00:00:00.000Z/P31D,2077-02-20T00:00:00.000Z,2077-03-23T00:00:00.000Z,2077-04-22T00:00:00.000Z,2077-05-23T00:00:00.000Z,2077-06-22T00:00:00.000Z/2077-08-23T00:00:00.000Z/P31D,2077-09-22T00:00:00.000Z,2077-10-23T00:00:00.000Z,2077-11-22T00:00:00.000Z/2078-01-23T00:00:00.000Z/P31D,2078-02-20T00:00:00.000Z,2078-03-23T00:00:00.000Z,2078-04-22T00:00:00.000Z,2078-05-23T00:00:00.000Z,2078-06-22T00:00:00.000Z/2078-08-23T00:00:00.000Z/P31D,2078-09-22T00:00:00.000Z,2078-10-23T00:00:00.000Z,2078-11-22T00:00:00.000Z/2079-01-23T00:00:00.000Z/P31D,2079-02-20T00:00:00.000Z,2079-03-23T00:00:00.000Z,2079-04-22T00:00:00.000Z,2079-05-23T00:00:00.000Z,2079-06-22T00:00:00.000Z/2079-08-23T00:00:00.000Z/P31D,2079-09-22T00:00:00.000Z,2079-10-23T00:00:00.000Z,2079-11-22T00:00:00.000Z/2080-01-23T00:00:00.000Z/P31D,2080-02-20T00:00:00.000Z,2080-03-22T00:00:00.000Z,2080-04-21T00:00:00.000Z,2080-05-22T00:00:00.000Z,2080-06-21T00:00:00.000Z/2080-08-22T00:00:00.000Z/P31D,2080-09-21T00:00:00.000Z,2080-10-22T00:00:00.000Z,2080-11-21T00:00:00.000Z/2081-01-22T00:00:00.000Z/P31D,2081-02-19T00:00:00.000Z,2081-03-22T00:00:00.000Z,2081-04-21T00:00:00.000Z,2081-05-22T00:00:00.000Z,2081-06-21T00:00:00.000Z/2081-08-22T00:00:00.000Z/P31D,2081-09-21T00:00:00.000Z,2081-10-22T00:00:00.000Z,2081-11-21T00:00:00.000Z/2082-01-22T00:00:00.000Z/P31D,2082-02-19T00:00:00.000Z,2082-03-22T00:00:00.000Z,2082-04-21T00:00:00.000Z,2082-05-22T00:00:00.000Z,2082-06-21T00:00:00.000Z/2082-08-22T00:00:00.000Z/P31D,2082-09-21T00:00:00.000Z,2082-10-22T00:00:00.000Z,2082-11-21T00:00:00.000Z/2083-01-22T00:00:00.000Z/P31D,2083-02-19T00:00:00.000Z,2083-03-22T00:00:00.000Z,2083-04-21T00:00:00.000Z,2083-05-22T00:00:00.000Z,2083-06-21T00:00:00.000Z/2083-08-22T00:00:00.000Z/P31D,2083-09-21T00:00:00.000Z,2083-10-22T00:00:00.000Z,2083-11-21T00:00:00.000Z/2084-01-22T00:00:00.000Z/P31D,2084-02-19T00:00:00.000Z,2084-03-21T00:00:00.000Z,2084-04-20T00:00:00.000Z,2084-05-21T00:00:00.000Z,2084-06-20T00:00:00.000Z/2084-08-21T00:00:00.000Z/P31D,2084-09-20T00:00:00.000Z,2084-10-21T00:00:00.000Z,2084-11-20T00:00:00.000Z/2085-01-21T00:00:00.000Z/P31D,2085-02-18T00:00:00.000Z,2085-03-21T00:00:00.000Z,2085-04-20T00:00:00.000Z,2085-05-21T00:00:00.000Z,2085-06-20T00:00:00.000Z/2085-08-21T00:00:00.000Z/P31D,2085-09-20T00:00:00.000Z,2085-10-21T00:00:00.000Z,2085-11-20T00:00:00.000Z/2086-01-21T00:00:00.000Z/P31D,2086-02-18T00:00:00.000Z,2086-03-21T00:00:00.000Z,2086-04-20T00:00:00.000Z,2086-05-21T00:00:00.000Z,2086-06-20T00:00:00.000Z/2086-08-21T00:00:00.000Z/P31D,2086-09-20T00:00:00.000Z,2086-10-21T00:00:00.000Z,2086-11-20T00:00:00.000Z/2087-01-21T00:00:00.000Z/P31D,2087-02-18T00:00:00.000Z,2087-03-21T00:00:00.000Z,2087-04-20T00:00:00.000Z,2087-05-21T00:00:00.000Z,2087-06-20T00:00:00.000Z/2087-08-21T00:00:00.000Z/P31D,2087-09-20T00:00:00.000Z,2087-10-21T00:00:00.000Z,2087-11-20T00:00:00.000Z/2088-01-21T00:00:00.000Z/P31D,2088-02-18T00:00:00.000Z,2088-03-20T00:00:00.000Z,2088-04-19T00:00:00.000Z,2088-05-20T00:00:00.000Z,2088-06-19T00:00:00.000Z/2088-08-20T00:00:00.000Z/P31D,2088-09-19T00:00:00.000Z,2088-10-20T00:00:00.000Z,2088-11-19T00:00:00.000Z/2089-01-20T00:00:00.000Z/P31D,2089-02-17T00:00:00.000Z,2089-03-20T00:00:00.000Z,2089-04-19T00:00:00.000Z,2089-05-20T00:00:00.000Z,2089-06-19T00:00:00.000Z/2089-08-20T00:00:00.000Z/P31D,2089-09-19T00:00:00.000Z,2089-10-20T00:00:00.000Z,2089-11-19T00:00:00.000Z/2090-01-20T00:00:00.000Z/P31D,2090-02-17T00:00:00.000Z,2090-03-20T00:00:00.000Z,2090-04-19T00:00:00.000Z,2090-05-20T00:00:00.000Z,2090-06-19T00:00:00.000Z/2090-08-20T00:00:00.000Z/P31D,2090-09-19T00:00:00.000Z,2090-10-20T00:00:00.000Z,2090-11-19T00:00:00.000Z/2091-01-20T00:00:00.000Z/P31D,2091-02-17T00:00:00.000Z,2091-03-20T00:00:00.000Z,2091-04-19T00:00:00.000Z,2091-05-20T00:00:00.000Z,2091-06-19T00:00:00.000Z/2091-08-20T00:00:00.000Z/P31D,2091-09-19T00:00:00.000Z,2091-10-20T00:00:00.000Z,2091-11-19T00:00:00.000Z/2092-01-20T00:00:00.000Z/P31D,2092-02-17T00:00:00.000Z,2092-03-19T00:00:00.000Z,2092-04-18T00:00:00.000Z,2092-05-19T00:00:00.000Z,2092-06-18T00:00:00.000Z/2092-08-19T00:00:00.000Z/P31D,2092-09-18T00:00:00.000Z,2092-10-19T00:00:00.000Z,2092-11-18T00:00:00.000Z/2093-01-19T00:00:00.000Z/P31D,2093-02-16T00:00:00.000Z,2093-03-19T00:00:00.000Z,2093-04-18T00:00:00.000Z,2093-05-19T00:00:00.000Z,2093-06-18T00:00:00.000Z/2093-08-19T00:00:00.000Z/P31D,2093-09-18T00:00:00.000Z,2093-10-19T00:00:00.000Z,2093-11-18T00:00:00.000Z/2094-01-19T00:00:00.000Z/P31D,2094-02-16T00:00:00.000Z,2094-03-19T00:00:00.000Z,2094-04-18T00:00:00.000Z,2094-05-19T00:00:00.000Z,2094-06-18T00:00:00.000Z/2094-08-19T00:00:00.000Z/P31D,2094-09-18T00:00:00.000Z,2094-10-19T00:00:00.000Z,2094-11-18T00:00:00.000Z/2095-01-19T00:00:00.000Z/P31D,2095-02-16T00:00:00.000Z,2095-03-19T00:00:00.000Z,2095-04-18T00:00:00.000Z,2095-05-19T00:00:00.000Z,2095-06-18T00:00:00.000Z/2095-08-19T00:00:00.000Z/P31D,2095-09-18T00:00:00.000Z,2095-10-19T00:00:00.000Z,2095-11-18T00:00:00.000Z/2096-01-19T00:00:00.000Z/P31D,2096-02-16T00:00:00.000Z,2096-03-18T00:00:00.000Z,2096-04-17T00:00:00.000Z,2096-05-18T00:00:00.000Z,2096-06-17T00:00:00.000Z/2096-08-18T00:00:00.000Z/P31D,2096-09-17T00:00:00.000Z,2096-10-18T00:00:00.000Z,2096-11-17T00:00:00.000Z/2097-01-18T00:00:00.000Z/P31D,2097-02-15T00:00:00.000Z,2097-03-18T00:00:00.000Z,2097-04-17T00:00:00.000Z,2097-05-18T00:00:00.000Z,2097-06-17T00:00:00.000Z/2097-08-18T00:00:00.000Z/P31D,2097-09-17T00:00:00.000Z,2097-10-18T00:00:00.000Z,2097-11-17T00:00:00.000Z/2098-01-18T00:00:00.000Z/P31D,2098-02-15T00:00:00.000Z,2098-03-18T00:00:00.000Z,2098-04-17T00:00:00.000Z,2098-05-18T00:00:00.000Z,2098-06-17T00:00:00.000Z/2098-08-18T00:00:00.000Z/P31D,2098-09-17T00:00:00.000Z,2098-10-18T00:00:00.000Z,2098-11-17T00:00:00.000Z/2099-01-18T00:00:00.000Z/P31D,2099-02-15T00:00:00.000Z,2099-03-18T00:00:00.000Z,2099-04-17T00:00:00.000Z,2099-05-18T00:00:00.000Z,2099-06-17T00:00:00.000Z/2099-08-18T00:00:00.000Z/P31D,2099-09-17T00:00:00.000Z,2099-10-18T00:00:00.000Z,2099-11-17T00:00:00.000Z/2100-01-18T00:00:00.000Z/P31D,2100-02-15T00:00:00.000Z,2100-03-18T00:00:00.000Z,2100-04-17T00:00:00.000Z,2100-05-18T00:00:00.000Z,2100-06-17T00:00:00.000Z/2100-08-18T00:00:00.000Z/P31D,2100-09-17T00:00:00.000Z,2100-10-18T00:00:00.000Z,2100-11-17T00:00:00.000Z,2100-12-18T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar_3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar_3&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>boxfill/default</Name>
            <Title>boxfill/default</Title>
            <Abstract>boxfill style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar_3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar_3&amp;STYLES=boxfill/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar_3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar_3&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?request=GetMetadata&amp;item=layerDetails&amp;layerName=parentvar_3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/thredds/wms/downmonthly/runs/downmonthly_RUN_2006-01-16T12:00:00Z?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=parentvar_3&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
