<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-05-04T22:54:19.286Z"
        xmlns="http://www.opengis.net/wms"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:edal="http://reading-escience-centre.github.io/edal-java/wms"
        xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd">
    <Service>
        <Name>WMS</Name>
        <Title>NCAR GDEX THREDDS Server</Title>
        <Abstract>Geoscientific Data</Abstract>
        <KeywordList>
            <Keyword>meteorology</Keyword>
            <Keyword> atmosphere</Keyword>
            <Keyword> climate</Keyword>
            <Keyword> ocean</Keyword>
            <Keyword> earth science</Keyword>
        </KeywordList>
        <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583117/CESM1-LME-picontrol_FSNSC.nc"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>Support</ContactPerson>
                <ContactOrganization>NCAR GDEX</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>chiaweih@ucar.edu</ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>2048</MaxWidth>
        <MaxHeight>2048</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583117/CESM1-LME-picontrol_FSNSC.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetCapabilities>
            <GetMap>
                <Format>image/png</Format>
                <Format>image/png;mode=32bit</Format>
                <Format>image/gif</Format>
                <Format>image/jpeg</Format>
                <Format>application/vnd.google-earth.kmz</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583117/CESM1-LME-picontrol_FSNSC.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetMap>
            <GetFeatureInfo>
                <Format>text/plain</Format>
                <Format>text/xml</Format>
                <Format>text/html</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583117/CESM1-LME-picontrol_FSNSC.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetFeatureInfo>
        </Request>
        <Exception>
            <Format>XML</Format>
        </Exception>
        <edal:ExtendedCapabilities>
            <edal:CapabilitiesType>ncWMS2</edal:CapabilitiesType>
            <edal:ExtendedRequest>
                <edal:Request>GetMap</edal:Request>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORSCALERANGE</edal:ParameterName>
                    <edal:ParameterDescription>Of the form min,max this is the scale range used for plotting the data.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>NUMCOLORBANDS</edal:ParameterName>
                    <edal:ParameterDescription>The number of discrete colours to plot the data. Must be between 2 and 250</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ABOVEMAXCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are above the maximum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the maximum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>BELOWMINCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are below the minimum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the minimum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>LOGSCALE</edal:ParameterName>
                    <edal:ParameterDescription> "true" or "false" - whether to plot data with a logarithmic scale</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETTIME</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the time range (specified in the TIME parameter) will be plotted. In the case that an in-situ point has multiple time readings within that range, the colour used to plot them will depend on the time value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETELEVATION</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the elevation range (specified in the ELEVATION parameter) will be plotted. In the case that an in-situ point has multiple elevation readings within that range, the colour used to plot them will depend on the elevation value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>OPACITY</edal:ParameterName>
                    <edal:ParameterDescription>The percentage opacity of the final output image</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ANIMATION</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false" - whether to generate an animation. This also needs the TIME to be of the formstarttime/endtime, and currently is only implemented for features with a discrete time axis.</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTimeseries</edal:Request>
                <edal:RequestDescription>This produces either a timeseries graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The TIME parameter should specify a range of times in the form starttime/endtime, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetVerticalProfile</edal:Request>
                <edal:RequestDescription>This produces either a vertical profile graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The ELEVATION parameter should specify a range of elevations in the form startelevation/endelevation, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTransect</edal:Request>
                <edal:RequestDescription>This produces a graph of data values along an arbitrary path. Additionally if there is vertical information present in the dataset, it will produce a vertical section along the same path.  It accepts the same URL parameters as a GetMap requestion, with the additional mandatory parameter LINESTRING</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>LINESTRING</edal:ParameterName>
                    <edal:ParameterDescription>The points which define the path of the transect to plot.  Of the form x1 y1,x2 y2,x3 y3...</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetMetadata</edal:Request>
                <edal:RequestDescription>Fetches small pieces of metadata.  Many of these are also present in this capabilities document, but GetMetadata provides a more convenient method of accessing such data. GetMetadata always returns data in the JSON format</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>ITEM</edal:ParameterName>
                    <edal:ParameterDescription>This specifies the metadata to return.  This can take the values:
                        menu: Returns a tree representation of the available WMS layers, with IDs. Takes the optional parameter DATASET to return the same tree for a single dataset
                        layerDetails: Returns a set of details needed to plot a given layer. This includes such data as units, layer bounding box, configured scale range, etc. Takes the parameters LAYERNAME and TIME. The TIME parameter is optional, and if it is specified then the nearest available time is returned as part of the layer's details.
                        minmax: Calculates the range of values in the given area. Takes the same parameters as a GetMap request.
                        timesteps: Returns the available times for a given day. Takes the parameters LAYERNAME and DAY (yyyy-mm-dd)
                        animationTimesteps: Returns a list of time strings at different temporal resolutions for a given time range. This is used to present to the user different frequencies for the generation of an animation. Takes the parameters LAYERNAME, START, and END</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetLegendGraphic</edal:Request>
                <edal:RequestDescription>The GetLegendGraphic request generates an image which can be used as a legend. There are two main options: Generating just a colourbar, and generating a full legend.</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORBARONLY</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false".  Whether to generate a full legend or just the colour bar.  If it's "true", the following URL parameters are required:
                        PALETTE: The name of the palette to use. If missing, set to "default"
                        NUMCOLORBANDS: The number of colour bands to use. If missing, set to 250
                        VERTICAL: Whether to very colours vertically. If missing, defaults to true
                        WIDTH: The width of the image to generate. If missing, defaults to 50
                        HEIGHT: The height of the image to generate. If missing, defaults to 200
                    
                    For a full legend, the additional parameters LAYERS and either STYLES, SLD, or SLD_BODY must be supplied. This is because a single WMS layer may depend on an arbitrary number of sub-layers, depending on the style it is plotted in. In addition to these parameters, the optional parameters controlling the style may be supplied (these are the same as documented in the GetMap request).  Note that for full legends, the supplied width and height are NOT the final height of the image, but rather the width and height of each individual coloured plot area (i.e. the 1d/2d colourbar)</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
        </edal:ExtendedCapabilities>
        <Layer>
            <Title>NCAR GDEX THREDDS Server</Title>
            <CRS>EPSG:4326</CRS>
            <CRS>CRS:84</CRS>
            <CRS>EPSG:41001</CRS>
            <CRS>EPSG:27700</CRS>
            <CRS>EPSG:3408</CRS>
            <CRS>EPSG:3409</CRS>
            <CRS>EPSG:3857</CRS>
            <CRS>EPSG:5041</CRS>
            <CRS>EPSG:5042</CRS>
            <CRS>EPSG:32661</CRS>
            <CRS>EPSG:32761</CRS>
            <Layer>
                <Title>UNSET</Title>
    <Layer queryable="1">
        <Name>FSNSC</Name>
        <Title>Clearsky net solar flux at surface</Title>
        <Abstract>Clearsky net solar flux at surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="1160-01-01T00:00:00.000Z">
            0890-02-01T00:00:00.000Z,0890-03-01T00:00:00.000Z,0890-04-01T00:00:00.000Z,0890-05-01T00:00:00.000Z,0890-06-01T00:00:00.000Z,0890-07-01T00:00:00.000Z/0890-09-01T00:00:00.000Z/P31D,0890-10-01T00:00:00.000Z,0890-11-01T00:00:00.000Z,0890-12-01T00:00:00.000Z/0891-02-01T00:00:00.000Z/P31D,0891-03-01T00:00:00.000Z,0891-04-01T00:00:00.000Z,0891-05-01T00:00:00.000Z,0891-06-01T00:00:00.000Z,0891-07-01T00:00:00.000Z/0891-09-01T00:00:00.000Z/P31D,0891-10-01T00:00:00.000Z,0891-11-01T00:00:00.000Z,0891-12-01T00:00:00.000Z/0892-02-01T00:00:00.000Z/P31D,0892-03-01T00:00:00.000Z,0892-04-01T00:00:00.000Z,0892-05-01T00:00:00.000Z,0892-06-01T00:00:00.000Z,0892-07-01T00:00:00.000Z/0892-09-01T00:00:00.000Z/P31D,0892-10-01T00:00:00.000Z,0892-11-01T00:00:00.000Z,0892-12-01T00:00:00.000Z/0893-02-01T00:00:00.000Z/P31D,0893-03-01T00:00:00.000Z,0893-04-01T00:00:00.000Z,0893-05-01T00:00:00.000Z,0893-06-01T00:00:00.000Z,0893-07-01T00:00:00.000Z/0893-09-01T00:00:00.000Z/P31D,0893-10-01T00:00:00.000Z,0893-11-01T00:00:00.000Z,0893-12-01T00:00:00.000Z/0894-02-01T00:00:00.000Z/P31D,0894-03-01T00:00:00.000Z,0894-04-01T00:00:00.000Z,0894-05-01T00:00:00.000Z,0894-06-01T00:00:00.000Z,0894-07-01T00:00:00.000Z/0894-09-01T00:00:00.000Z/P31D,0894-10-01T00:00:00.000Z,0894-11-01T00:00:00.000Z,0894-12-01T00:00:00.000Z/0895-02-01T00:00:00.000Z/P31D,0895-03-01T00:00:00.000Z,0895-04-01T00:00:00.000Z,0895-05-01T00:00:00.000Z,0895-06-01T00:00:00.000Z,0895-07-01T00:00:00.000Z/0895-09-01T00:00:00.000Z/P31D,0895-10-01T00:00:00.000Z,0895-11-01T00:00:00.000Z,0895-12-01T00:00:00.000Z/0896-02-01T00:00:00.000Z/P31D,0896-03-01T00:00:00.000Z,0896-04-01T00:00:00.000Z,0896-05-01T00:00:00.000Z,0896-06-01T00:00:00.000Z,0896-07-01T00:00:00.000Z/0896-09-01T00:00:00.000Z/P31D,0896-10-01T00:00:00.000Z,0896-11-01T00:00:00.000Z,0896-12-01T00:00:00.000Z/0897-02-01T00:00:00.000Z/P31D,0897-03-01T00:00:00.000Z,0897-04-01T00:00:00.000Z,0897-05-01T00:00:00.000Z,0897-06-01T00:00:00.000Z,0897-07-01T00:00:00.000Z/0897-09-01T00:00:00.000Z/P31D,0897-10-01T00:00:00.000Z,0897-11-01T00:00:00.000Z,0897-12-01T00:00:00.000Z/0898-02-01T00:00:00.000Z/P31D,0898-03-01T00:00:00.000Z,0898-04-01T00:00:00.000Z,0898-05-01T00:00:00.000Z,0898-06-01T00:00:00.000Z,0898-07-01T00:00:00.000Z/0898-09-01T00:00:00.000Z/P31D,0898-10-01T00:00:00.000Z,0898-11-01T00:00:00.000Z,0898-12-01T00:00:00.000Z/0899-02-01T00:00:00.000Z/P31D,0899-03-01T00:00:00.000Z,0899-04-01T00:00:00.000Z,0899-05-01T00:00:00.000Z,0899-06-01T00:00:00.000Z,0899-07-01T00:00:00.000Z/0899-09-01T00:00:00.000Z/P31D,0899-10-01T00:00:00.000Z,0899-11-01T00:00:00.000Z,0899-12-01T00:00:00.000Z/0900-02-01T00:00:00.000Z/P31D,0900-03-01T00:00:00.000Z,0900-04-01T00:00:00.000Z,0900-05-01T00:00:00.000Z,0900-06-01T00:00:00.000Z,0900-07-01T00:00:00.000Z/0900-09-01T00:00:00.000Z/P31D,0900-10-01T00:00:00.000Z,0900-11-01T00:00:00.000Z,0900-12-01T00:00:00.000Z/0901-02-01T00:00:00.000Z/P31D,0901-03-01T00:00:00.000Z,0901-04-01T00:00:00.000Z,0901-05-01T00:00:00.000Z,0901-06-01T00:00:00.000Z,0901-07-01T00:00:00.000Z/0901-09-01T00:00:00.000Z/P31D,0901-10-01T00:00:00.000Z,0901-11-01T00:00:00.000Z,0901-12-01T00:00:00.000Z/0902-02-01T00:00:00.000Z/P31D,0902-03-01T00:00:00.000Z,0902-04-01T00:00:00.000Z,0902-05-01T00:00:00.000Z,0902-06-01T00:00:00.000Z,0902-07-01T00:00:00.000Z/0902-09-01T00:00:00.000Z/P31D,0902-10-01T00:00:00.000Z,0902-11-01T00:00:00.000Z,0902-12-01T00:00:00.000Z/0903-02-01T00:00:00.000Z/P31D,0903-03-01T00:00:00.000Z,0903-04-01T00:00:00.000Z,0903-05-01T00:00:00.000Z,0903-06-01T00:00:00.000Z,0903-07-01T00:00:00.000Z/0903-09-01T00:00:00.000Z/P31D,0903-10-01T00:00:00.000Z,0903-11-01T00:00:00.000Z,0903-12-01T00:00:00.000Z/0904-02-01T00:00:00.000Z/P31D,0904-03-01T00:00:00.000Z,0904-04-01T00:00:00.000Z,0904-05-01T00:00:00.000Z,0904-06-01T00:00:00.000Z,0904-07-01T00:00:00.000Z/0904-09-01T00:00:00.000Z/P31D,0904-10-01T00:00:00.000Z,0904-11-01T00:00:00.000Z,0904-12-01T00:00:00.000Z/0905-02-01T00:00:00.000Z/P31D,0905-03-01T00:00:00.000Z,0905-04-01T00:00:00.000Z,0905-05-01T00:00:00.000Z,0905-06-01T00:00:00.000Z,0905-07-01T00:00:00.000Z/0905-09-01T00:00:00.000Z/P31D,0905-10-01T00:00:00.000Z,0905-11-01T00:00:00.000Z,0905-12-01T00:00:00.000Z/0906-02-01T00:00:00.000Z/P31D,0906-03-01T00:00:00.000Z,0906-04-01T00:00:00.000Z,0906-05-01T00:00:00.000Z,0906-06-01T00:00:00.000Z,0906-07-01T00:00:00.000Z/0906-09-01T00:00:00.000Z/P31D,0906-10-01T00:00:00.000Z,0906-11-01T00:00:00.000Z,0906-12-01T00:00:00.000Z/0907-02-01T00:00:00.000Z/P31D,0907-03-01T00:00:00.000Z,0907-04-01T00:00:00.000Z,0907-05-01T00:00:00.000Z,0907-06-01T00:00:00.000Z,0907-07-01T00:00:00.000Z/0907-09-01T00:00:00.000Z/P31D,0907-10-01T00:00:00.000Z,0907-11-01T00:00:00.000Z,0907-12-01T00:00:00.000Z/0908-02-01T00:00:00.000Z/P31D,0908-03-01T00:00:00.000Z,0908-04-01T00:00:00.000Z,0908-05-01T00:00:00.000Z,0908-06-01T00:00:00.000Z,0908-07-01T00:00:00.000Z/0908-09-01T00:00:00.000Z/P31D,0908-10-01T00:00:00.000Z,0908-11-01T00:00:00.000Z,0908-12-01T00:00:00.000Z/0909-02-01T00:00:00.000Z/P31D,0909-03-01T00:00:00.000Z,0909-04-01T00:00:00.000Z,0909-05-01T00:00:00.000Z,0909-06-01T00:00:00.000Z,0909-07-01T00:00:00.000Z/0909-09-01T00:00:00.000Z/P31D,0909-10-01T00:00:00.000Z,0909-11-01T00:00:00.000Z,0909-12-01T00:00:00.000Z/0910-02-01T00:00:00.000Z/P31D,0910-03-01T00:00:00.000Z,0910-04-01T00:00:00.000Z,0910-05-01T00:00:00.000Z,0910-06-01T00:00:00.000Z,0910-07-01T00:00:00.000Z/0910-09-01T00:00:00.000Z/P31D,0910-10-01T00:00:00.000Z,0910-11-01T00:00:00.000Z,0910-12-01T00:00:00.000Z/0911-02-01T00:00:00.000Z/P31D,0911-03-01T00:00:00.000Z,0911-04-01T00:00:00.000Z,0911-05-01T00:00:00.000Z,0911-06-01T00:00:00.000Z,0911-07-01T00:00:00.000Z/0911-09-01T00:00:00.000Z/P31D,0911-10-01T00:00:00.000Z,0911-11-01T00:00:00.000Z,0911-12-01T00:00:00.000Z/0912-02-01T00:00:00.000Z/P31D,0912-03-01T00:00:00.000Z,0912-04-01T00:00:00.000Z,0912-05-01T00:00:00.000Z,0912-06-01T00:00:00.000Z,0912-07-01T00:00:00.000Z/0912-09-01T00:00:00.000Z/P31D,0912-10-01T00:00:00.000Z,0912-11-01T00:00:00.000Z,0912-12-01T00:00:00.000Z/0913-02-01T00:00:00.000Z/P31D,0913-03-01T00:00:00.000Z,0913-04-01T00:00:00.000Z,0913-05-01T00:00:00.000Z,0913-06-01T00:00:00.000Z,0913-07-01T00:00:00.000Z/0913-09-01T00:00:00.000Z/P31D,0913-10-01T00:00:00.000Z,0913-11-01T00:00:00.000Z,0913-12-01T00:00:00.000Z/0914-02-01T00:00:00.000Z/P31D,0914-03-01T00:00:00.000Z,0914-04-01T00:00:00.000Z,0914-05-01T00:00:00.000Z,0914-06-01T00:00:00.000Z,0914-07-01T00:00:00.000Z/0914-09-01T00:00:00.000Z/P31D,0914-10-01T00:00:00.000Z,0914-11-01T00:00:00.000Z,0914-12-01T00:00:00.000Z/0915-02-01T00:00:00.000Z/P31D,0915-03-01T00:00:00.000Z,0915-04-01T00:00:00.000Z,0915-05-01T00:00:00.000Z,0915-06-01T00:00:00.000Z,0915-07-01T00:00:00.000Z/0915-09-01T00:00:00.000Z/P31D,0915-10-01T00:00:00.000Z,0915-11-01T00:00:00.000Z,0915-12-01T00:00:00.000Z/0916-02-01T00:00:00.000Z/P31D,0916-03-01T00:00:00.000Z,0916-04-01T00:00:00.000Z,0916-05-01T00:00:00.000Z,0916-06-01T00:00:00.000Z,0916-07-01T00:00:00.000Z/0916-09-01T00:00:00.000Z/P31D,0916-10-01T00:00:00.000Z,0916-11-01T00:00:00.000Z,0916-12-01T00:00:00.000Z/0917-02-01T00:00:00.000Z/P31D,0917-03-01T00:00:00.000Z,0917-04-01T00:00:00.000Z,0917-05-01T00:00:00.000Z,0917-06-01T00:00:00.000Z,0917-07-01T00:00:00.000Z/0917-09-01T00:00:00.000Z/P31D,0917-10-01T00:00:00.000Z,0917-11-01T00:00:00.000Z,0917-12-01T00:00:00.000Z/0918-02-01T00:00:00.000Z/P31D,0918-03-01T00:00:00.000Z,0918-04-01T00:00:00.000Z,0918-05-01T00:00:00.000Z,0918-06-01T00:00:00.000Z,0918-07-01T00:00:00.000Z/0918-09-01T00:00:00.000Z/P31D,0918-10-01T00:00:00.000Z,0918-11-01T00:00:00.000Z,0918-12-01T00:00:00.000Z/0919-02-01T00:00:00.000Z/P31D,0919-03-01T00:00:00.000Z,0919-04-01T00:00:00.000Z,0919-05-01T00:00:00.000Z,0919-06-01T00:00:00.000Z,0919-07-01T00:00:00.000Z/0919-09-01T00:00:00.000Z/P31D,0919-10-01T00:00:00.000Z,0919-11-01T00:00:00.000Z,0919-12-01T00:00:00.000Z/0920-02-01T00:00:00.000Z/P31D,0920-03-01T00:00:00.000Z,0920-04-01T00:00:00.000Z,0920-05-01T00:00:00.000Z,0920-06-01T00:00:00.000Z,0920-07-01T00:00:00.000Z/0920-09-01T00:00:00.000Z/P31D,0920-10-01T00:00:00.000Z,0920-11-01T00:00:00.000Z,0920-12-01T00:00:00.000Z/0921-02-01T00:00:00.000Z/P31D,0921-03-01T00:00:00.000Z,0921-04-01T00:00:00.000Z,0921-05-01T00:00:00.000Z,0921-06-01T00:00:00.000Z,0921-07-01T00:00:00.000Z/0921-09-01T00:00:00.000Z/P31D,0921-10-01T00:00:00.000Z,0921-11-01T00:00:00.000Z,0921-12-01T00:00:00.000Z/0922-02-01T00:00:00.000Z/P31D,0922-03-01T00:00:00.000Z,0922-04-01T00:00:00.000Z,0922-05-01T00:00:00.000Z,0922-06-01T00:00:00.000Z,0922-07-01T00:00:00.000Z/0922-09-01T00:00:00.000Z/P31D,0922-10-01T00:00:00.000Z,0922-11-01T00:00:00.000Z,0922-12-01T00:00:00.000Z/0923-02-01T00:00:00.000Z/P31D,0923-03-01T00:00:00.000Z,0923-04-01T00:00:00.000Z,0923-05-01T00:00:00.000Z,0923-06-01T00:00:00.000Z,0923-07-01T00:00:00.000Z/0923-09-01T00:00:00.000Z/P31D,0923-10-01T00:00:00.000Z,0923-11-01T00:00:00.000Z,0923-12-01T00:00:00.000Z/0924-02-01T00:00:00.000Z/P31D,0924-03-01T00:00:00.000Z,0924-04-01T00:00:00.000Z,0924-05-01T00:00:00.000Z,0924-06-01T00:00:00.000Z,0924-07-01T00:00:00.000Z/0924-09-01T00:00:00.000Z/P31D,0924-10-01T00:00:00.000Z,0924-11-01T00:00:00.000Z,0924-12-01T00:00:00.000Z/0925-02-01T00:00:00.000Z/P31D,0925-03-01T00:00:00.000Z,0925-04-01T00:00:00.000Z,0925-05-01T00:00:00.000Z,0925-06-01T00:00:00.000Z,0925-07-01T00:00:00.000Z/0925-09-01T00:00:00.000Z/P31D,0925-10-01T00:00:00.000Z,0925-11-01T00:00:00.000Z,0925-12-01T00:00:00.000Z/0926-02-01T00:00:00.000Z/P31D,0926-03-01T00:00:00.000Z,0926-04-01T00:00:00.000Z,0926-05-01T00:00:00.000Z,0926-06-01T00:00:00.000Z,0926-07-01T00:00:00.000Z/0926-09-01T00:00:00.000Z/P31D,0926-10-01T00:00:00.000Z,0926-11-01T00:00:00.000Z,0926-12-01T00:00:00.000Z/0927-02-01T00:00:00.000Z/P31D,0927-03-01T00:00:00.000Z,0927-04-01T00:00:00.000Z,0927-05-01T00:00:00.000Z,0927-06-01T00:00:00.000Z,0927-07-01T00:00:00.000Z/0927-09-01T00:00:00.000Z/P31D,0927-10-01T00:00:00.000Z,0927-11-01T00:00:00.000Z,0927-12-01T00:00:00.000Z/0928-02-01T00:00:00.000Z/P31D,0928-03-01T00:00:00.000Z,0928-04-01T00:00:00.000Z,0928-05-01T00:00:00.000Z,0928-06-01T00:00:00.000Z,0928-07-01T00:00:00.000Z/0928-09-01T00:00:00.000Z/P31D,0928-10-01T00:00:00.000Z,0928-11-01T00:00:00.000Z,0928-12-01T00:00:00.000Z/0929-02-01T00:00:00.000Z/P31D,0929-03-01T00:00:00.000Z,0929-04-01T00:00:00.000Z,0929-05-01T00:00:00.000Z,0929-06-01T00:00:00.000Z,0929-07-01T00:00:00.000Z/0929-09-01T00:00:00.000Z/P31D,0929-10-01T00:00:00.000Z,0929-11-01T00:00:00.000Z,0929-12-01T00:00:00.000Z/0930-02-01T00:00:00.000Z/P31D,0930-03-01T00:00:00.000Z,0930-04-01T00:00:00.000Z,0930-05-01T00:00:00.000Z,0930-06-01T00:00:00.000Z,0930-07-01T00:00:00.000Z/0930-09-01T00:00:00.000Z/P31D,0930-10-01T00:00:00.000Z,0930-11-01T00:00:00.000Z,0930-12-01T00:00:00.000Z/0931-02-01T00:00:00.000Z/P31D,0931-03-01T00:00:00.000Z,0931-04-01T00:00:00.000Z,0931-05-01T00:00:00.000Z,0931-06-01T00:00:00.000Z,0931-07-01T00:00:00.000Z/0931-09-01T00:00:00.000Z/P31D,0931-10-01T00:00:00.000Z,0931-11-01T00:00:00.000Z,0931-12-01T00:00:00.000Z/0932-02-01T00:00:00.000Z/P31D,0932-03-01T00:00:00.000Z,0932-04-01T00:00:00.000Z,0932-05-01T00:00:00.000Z,0932-06-01T00:00:00.000Z,0932-07-01T00:00:00.000Z/0932-09-01T00:00:00.000Z/P31D,0932-10-01T00:00:00.000Z,0932-11-01T00:00:00.000Z,0932-12-01T00:00:00.000Z/0933-02-01T00:00:00.000Z/P31D,0933-03-01T00:00:00.000Z,0933-04-01T00:00:00.000Z,0933-05-01T00:00:00.000Z,0933-06-01T00:00:00.000Z,0933-07-01T00:00:00.000Z/0933-09-01T00:00:00.000Z/P31D,0933-10-01T00:00:00.000Z,0933-11-01T00:00:00.000Z,0933-12-01T00:00:00.000Z/0934-02-01T00:00:00.000Z/P31D,0934-03-01T00:00:00.000Z,0934-04-01T00:00:00.000Z,0934-05-01T00:00:00.000Z,0934-06-01T00:00:00.000Z,0934-07-01T00:00:00.000Z/0934-09-01T00:00:00.000Z/P31D,0934-10-01T00:00:00.000Z,0934-11-01T00:00:00.000Z,0934-12-01T00:00:00.000Z/0935-02-01T00:00:00.000Z/P31D,0935-03-01T00:00:00.000Z,0935-04-01T00:00:00.000Z,0935-05-01T00:00:00.000Z,0935-06-01T00:00:00.000Z,0935-07-01T00:00:00.000Z/0935-09-01T00:00:00.000Z/P31D,0935-10-01T00:00:00.000Z,0935-11-01T00:00:00.000Z,0935-12-01T00:00:00.000Z/0936-02-01T00:00:00.000Z/P31D,0936-03-01T00:00:00.000Z,0936-04-01T00:00:00.000Z,0936-05-01T00:00:00.000Z,0936-06-01T00:00:00.000Z,0936-07-01T00:00:00.000Z/0936-09-01T00:00:00.000Z/P31D,0936-10-01T00:00:00.000Z,0936-11-01T00:00:00.000Z,0936-12-01T00:00:00.000Z/0937-02-01T00:00:00.000Z/P31D,0937-03-01T00:00:00.000Z,0937-04-01T00:00:00.000Z,0937-05-01T00:00:00.000Z,0937-06-01T00:00:00.000Z,0937-07-01T00:00:00.000Z/0937-09-01T00:00:00.000Z/P31D,0937-10-01T00:00:00.000Z,0937-11-01T00:00:00.000Z,0937-12-01T00:00:00.000Z/0938-02-01T00:00:00.000Z/P31D,0938-03-01T00:00:00.000Z,0938-04-01T00:00:00.000Z,0938-05-01T00:00:00.000Z,0938-06-01T00:00:00.000Z,0938-07-01T00:00:00.000Z/0938-09-01T00:00:00.000Z/P31D,0938-10-01T00:00:00.000Z,0938-11-01T00:00:00.000Z,0938-12-01T00:00:00.000Z/0939-02-01T00:00:00.000Z/P31D,0939-03-01T00:00:00.000Z,0939-04-01T00:00:00.000Z,0939-05-01T00:00:00.000Z,0939-06-01T00:00:00.000Z,0939-07-01T00:00:00.000Z/0939-09-01T00:00:00.000Z/P31D,0939-10-01T00:00:00.000Z,0939-11-01T00:00:00.000Z,0939-12-01T00:00:00.000Z/0940-02-01T00:00:00.000Z/P31D,0940-03-01T00:00:00.000Z,0940-04-01T00:00:00.000Z,0940-05-01T00:00:00.000Z,0940-06-01T00:00:00.000Z,0940-07-01T00:00:00.000Z/0940-09-01T00:00:00.000Z/P31D,0940-10-01T00:00:00.000Z,0940-11-01T00:00:00.000Z,0940-12-01T00:00:00.000Z/0941-02-01T00:00:00.000Z/P31D,0941-03-01T00:00:00.000Z,0941-04-01T00:00:00.000Z,0941-05-01T00:00:00.000Z,0941-06-01T00:00:00.000Z,0941-07-01T00:00:00.000Z/0941-09-01T00:00:00.000Z/P31D,0941-10-01T00:00:00.000Z,0941-11-01T00:00:00.000Z,0941-12-01T00:00:00.000Z/0942-02-01T00:00:00.000Z/P31D,0942-03-01T00:00:00.000Z,0942-04-01T00:00:00.000Z,0942-05-01T00:00:00.000Z,0942-06-01T00:00:00.000Z,0942-07-01T00:00:00.000Z/0942-09-01T00:00:00.000Z/P31D,0942-10-01T00:00:00.000Z,0942-11-01T00:00:00.000Z,0942-12-01T00:00:00.000Z/0943-02-01T00:00:00.000Z/P31D,0943-03-01T00:00:00.000Z,0943-04-01T00:00:00.000Z,0943-05-01T00:00:00.000Z,0943-06-01T00:00:00.000Z,0943-07-01T00:00:00.000Z/0943-09-01T00:00:00.000Z/P31D,0943-10-01T00:00:00.000Z,0943-11-01T00:00:00.000Z,0943-12-01T00:00:00.000Z/0944-02-01T00:00:00.000Z/P31D,0944-03-01T00:00:00.000Z,0944-04-01T00:00:00.000Z,0944-05-01T00:00:00.000Z,0944-06-01T00:00:00.000Z,0944-07-01T00:00:00.000Z/0944-09-01T00:00:00.000Z/P31D,0944-10-01T00:00:00.000Z,0944-11-01T00:00:00.000Z,0944-12-01T00:00:00.000Z/0945-02-01T00:00:00.000Z/P31D,0945-03-01T00:00:00.000Z,0945-04-01T00:00:00.000Z,0945-05-01T00:00:00.000Z,0945-06-01T00:00:00.000Z,0945-07-01T00:00:00.000Z/0945-09-01T00:00:00.000Z/P31D,0945-10-01T00:00:00.000Z,0945-11-01T00:00:00.000Z,0945-12-01T00:00:00.000Z/0946-02-01T00:00:00.000Z/P31D,0946-03-01T00:00:00.000Z,0946-04-01T00:00:00.000Z,0946-05-01T00:00:00.000Z,0946-06-01T00:00:00.000Z,0946-07-01T00:00:00.000Z/0946-09-01T00:00:00.000Z/P31D,0946-10-01T00:00:00.000Z,0946-11-01T00:00:00.000Z,0946-12-01T00:00:00.000Z/0947-02-01T00:00:00.000Z/P31D,0947-03-01T00:00:00.000Z,0947-04-01T00:00:00.000Z,0947-05-01T00:00:00.000Z,0947-06-01T00:00:00.000Z,0947-07-01T00:00:00.000Z/0947-09-01T00:00:00.000Z/P31D,0947-10-01T00:00:00.000Z,0947-11-01T00:00:00.000Z,0947-12-01T00:00:00.000Z/0948-02-01T00:00:00.000Z/P31D,0948-03-01T00:00:00.000Z,0948-04-01T00:00:00.000Z,0948-05-01T00:00:00.000Z,0948-06-01T00:00:00.000Z,0948-07-01T00:00:00.000Z/0948-09-01T00:00:00.000Z/P31D,0948-10-01T00:00:00.000Z,0948-11-01T00:00:00.000Z,0948-12-01T00:00:00.000Z/0949-02-01T00:00:00.000Z/P31D,0949-03-01T00:00:00.000Z,0949-04-01T00:00:00.000Z,0949-05-01T00:00:00.000Z,0949-06-01T00:00:00.000Z,0949-07-01T00:00:00.000Z/0949-09-01T00:00:00.000Z/P31D,0949-10-01T00:00:00.000Z,0949-11-01T00:00:00.000Z,0949-12-01T00:00:00.000Z/0950-02-01T00:00:00.000Z/P31D,0950-03-01T00:00:00.000Z,0950-04-01T00:00:00.000Z,0950-05-01T00:00:00.000Z,0950-06-01T00:00:00.000Z,0950-07-01T00:00:00.000Z/0950-09-01T00:00:00.000Z/P31D,0950-10-01T00:00:00.000Z,0950-11-01T00:00:00.000Z,0950-12-01T00:00:00.000Z/0951-02-01T00:00:00.000Z/P31D,0951-03-01T00:00:00.000Z,0951-04-01T00:00:00.000Z,0951-05-01T00:00:00.000Z,0951-06-01T00:00:00.000Z,0951-07-01T00:00:00.000Z/0951-09-01T00:00:00.000Z/P31D,0951-10-01T00:00:00.000Z,0951-11-01T00:00:00.000Z,0951-12-01T00:00:00.000Z/0952-02-01T00:00:00.000Z/P31D,0952-03-01T00:00:00.000Z,0952-04-01T00:00:00.000Z,0952-05-01T00:00:00.000Z,0952-06-01T00:00:00.000Z,0952-07-01T00:00:00.000Z/0952-09-01T00:00:00.000Z/P31D,0952-10-01T00:00:00.000Z,0952-11-01T00:00:00.000Z,0952-12-01T00:00:00.000Z/0953-02-01T00:00:00.000Z/P31D,0953-03-01T00:00:00.000Z,0953-04-01T00:00:00.000Z,0953-05-01T00:00:00.000Z,0953-06-01T00:00:00.000Z,0953-07-01T00:00:00.000Z/0953-09-01T00:00:00.000Z/P31D,0953-10-01T00:00:00.000Z,0953-11-01T00:00:00.000Z,0953-12-01T00:00:00.000Z/0954-02-01T00:00:00.000Z/P31D,0954-03-01T00:00:00.000Z,0954-04-01T00:00:00.000Z,0954-05-01T00:00:00.000Z,0954-06-01T00:00:00.000Z,0954-07-01T00:00:00.000Z/0954-09-01T00:00:00.000Z/P31D,0954-10-01T00:00:00.000Z,0954-11-01T00:00:00.000Z,0954-12-01T00:00:00.000Z/0955-02-01T00:00:00.000Z/P31D,0955-03-01T00:00:00.000Z,0955-04-01T00:00:00.000Z,0955-05-01T00:00:00.000Z,0955-06-01T00:00:00.000Z,0955-07-01T00:00:00.000Z/0955-09-01T00:00:00.000Z/P31D,0955-10-01T00:00:00.000Z,0955-11-01T00:00:00.000Z,0955-12-01T00:00:00.000Z/0956-02-01T00:00:00.000Z/P31D,0956-03-01T00:00:00.000Z,0956-04-01T00:00:00.000Z,0956-05-01T00:00:00.000Z,0956-06-01T00:00:00.000Z,0956-07-01T00:00:00.000Z/0956-09-01T00:00:00.000Z/P31D,0956-10-01T00:00:00.000Z,0956-11-01T00:00:00.000Z,0956-12-01T00:00:00.000Z/0957-02-01T00:00:00.000Z/P31D,0957-03-01T00:00:00.000Z,0957-04-01T00:00:00.000Z,0957-05-01T00:00:00.000Z,0957-06-01T00:00:00.000Z,0957-07-01T00:00:00.000Z/0957-09-01T00:00:00.000Z/P31D,0957-10-01T00:00:00.000Z,0957-11-01T00:00:00.000Z,0957-12-01T00:00:00.000Z/0958-02-01T00:00:00.000Z/P31D,0958-03-01T00:00:00.000Z,0958-04-01T00:00:00.000Z,0958-05-01T00:00:00.000Z,0958-06-01T00:00:00.000Z,0958-07-01T00:00:00.000Z/0958-09-01T00:00:00.000Z/P31D,0958-10-01T00:00:00.000Z,0958-11-01T00:00:00.000Z,0958-12-01T00:00:00.000Z/0959-02-01T00:00:00.000Z/P31D,0959-03-01T00:00:00.000Z,0959-04-01T00:00:00.000Z,0959-05-01T00:00:00.000Z,0959-06-01T00:00:00.000Z,0959-07-01T00:00:00.000Z/0959-09-01T00:00:00.000Z/P31D,0959-10-01T00:00:00.000Z,0959-11-01T00:00:00.000Z,0959-12-01T00:00:00.000Z/0960-02-01T00:00:00.000Z/P31D,0960-03-01T00:00:00.000Z,0960-04-01T00:00:00.000Z,0960-05-01T00:00:00.000Z,0960-06-01T00:00:00.000Z,0960-07-01T00:00:00.000Z/0960-09-01T00:00:00.000Z/P31D,0960-10-01T00:00:00.000Z,0960-11-01T00:00:00.000Z,0960-12-01T00:00:00.000Z/0961-02-01T00:00:00.000Z/P31D,0961-03-01T00:00:00.000Z,0961-04-01T00:00:00.000Z,0961-05-01T00:00:00.000Z,0961-06-01T00:00:00.000Z,0961-07-01T00:00:00.000Z/0961-09-01T00:00:00.000Z/P31D,0961-10-01T00:00:00.000Z,0961-11-01T00:00:00.000Z,0961-12-01T00:00:00.000Z/0962-02-01T00:00:00.000Z/P31D,0962-03-01T00:00:00.000Z,0962-04-01T00:00:00.000Z,0962-05-01T00:00:00.000Z,0962-06-01T00:00:00.000Z,0962-07-01T00:00:00.000Z/0962-09-01T00:00:00.000Z/P31D,0962-10-01T00:00:00.000Z,0962-11-01T00:00:00.000Z,0962-12-01T00:00:00.000Z/0963-02-01T00:00:00.000Z/P31D,0963-03-01T00:00:00.000Z,0963-04-01T00:00:00.000Z,0963-05-01T00:00:00.000Z,0963-06-01T00:00:00.000Z,0963-07-01T00:00:00.000Z/0963-09-01T00:00:00.000Z/P31D,0963-10-01T00:00:00.000Z,0963-11-01T00:00:00.000Z,0963-12-01T00:00:00.000Z/0964-02-01T00:00:00.000Z/P31D,0964-03-01T00:00:00.000Z,0964-04-01T00:00:00.000Z,0964-05-01T00:00:00.000Z,0964-06-01T00:00:00.000Z,0964-07-01T00:00:00.000Z/0964-09-01T00:00:00.000Z/P31D,0964-10-01T00:00:00.000Z,0964-11-01T00:00:00.000Z,0964-12-01T00:00:00.000Z/0965-02-01T00:00:00.000Z/P31D,0965-03-01T00:00:00.000Z,0965-04-01T00:00:00.000Z,0965-05-01T00:00:00.000Z,0965-06-01T00:00:00.000Z,0965-07-01T00:00:00.000Z/0965-09-01T00:00:00.000Z/P31D,0965-10-01T00:00:00.000Z,0965-11-01T00:00:00.000Z,0965-12-01T00:00:00.000Z/0966-02-01T00:00:00.000Z/P31D,0966-03-01T00:00:00.000Z,0966-04-01T00:00:00.000Z,0966-05-01T00:00:00.000Z,0966-06-01T00:00:00.000Z,0966-07-01T00:00:00.000Z/0966-09-01T00:00:00.000Z/P31D,0966-10-01T00:00:00.000Z,0966-11-01T00:00:00.000Z,0966-12-01T00:00:00.000Z/0967-02-01T00:00:00.000Z/P31D,0967-03-01T00:00:00.000Z,0967-04-01T00:00:00.000Z,0967-05-01T00:00:00.000Z,0967-06-01T00:00:00.000Z,0967-07-01T00:00:00.000Z/0967-09-01T00:00:00.000Z/P31D,0967-10-01T00:00:00.000Z,0967-11-01T00:00:00.000Z,0967-12-01T00:00:00.000Z/0968-02-01T00:00:00.000Z/P31D,0968-03-01T00:00:00.000Z,0968-04-01T00:00:00.000Z,0968-05-01T00:00:00.000Z,0968-06-01T00:00:00.000Z,0968-07-01T00:00:00.000Z/0968-09-01T00:00:00.000Z/P31D,0968-10-01T00:00:00.000Z,0968-11-01T00:00:00.000Z,0968-12-01T00:00:00.000Z/0969-02-01T00:00:00.000Z/P31D,0969-03-01T00:00:00.000Z,0969-04-01T00:00:00.000Z,0969-05-01T00:00:00.000Z,0969-06-01T00:00:00.000Z,0969-07-01T00:00:00.000Z/0969-09-01T00:00:00.000Z/P31D,0969-10-01T00:00:00.000Z,0969-11-01T00:00:00.000Z,0969-12-01T00:00:00.000Z/0970-02-01T00:00:00.000Z/P31D,0970-03-01T00:00:00.000Z,0970-04-01T00:00:00.000Z,0970-05-01T00:00:00.000Z,0970-06-01T00:00:00.000Z,0970-07-01T00:00:00.000Z/0970-09-01T00:00:00.000Z/P31D,0970-10-01T00:00:00.000Z,0970-11-01T00:00:00.000Z,0970-12-01T00:00:00.000Z/0971-02-01T00:00:00.000Z/P31D,0971-03-01T00:00:00.000Z,0971-04-01T00:00:00.000Z,0971-05-01T00:00:00.000Z,0971-06-01T00:00:00.000Z,0971-07-01T00:00:00.000Z/0971-09-01T00:00:00.000Z/P31D,0971-10-01T00:00:00.000Z,0971-11-01T00:00:00.000Z,0971-12-01T00:00:00.000Z/0972-02-01T00:00:00.000Z/P31D,0972-03-01T00:00:00.000Z,0972-04-01T00:00:00.000Z,0972-05-01T00:00:00.000Z,0972-06-01T00:00:00.000Z,0972-07-01T00:00:00.000Z/0972-09-01T00:00:00.000Z/P31D,0972-10-01T00:00:00.000Z,0972-11-01T00:00:00.000Z,0972-12-01T00:00:00.000Z/0973-02-01T00:00:00.000Z/P31D,0973-03-01T00:00:00.000Z,0973-04-01T00:00:00.000Z,0973-05-01T00:00:00.000Z,0973-06-01T00:00:00.000Z,0973-07-01T00:00:00.000Z/0973-09-01T00:00:00.000Z/P31D,0973-10-01T00:00:00.000Z,0973-11-01T00:00:00.000Z,0973-12-01T00:00:00.000Z/0974-02-01T00:00:00.000Z/P31D,0974-03-01T00:00:00.000Z,0974-04-01T00:00:00.000Z,0974-05-01T00:00:00.000Z,0974-06-01T00:00:00.000Z,0974-07-01T00:00:00.000Z/0974-09-01T00:00:00.000Z/P31D,0974-10-01T00:00:00.000Z,0974-11-01T00:00:00.000Z,0974-12-01T00:00:00.000Z/0975-02-01T00:00:00.000Z/P31D,0975-03-01T00:00:00.000Z,0975-04-01T00:00:00.000Z,0975-05-01T00:00:00.000Z,0975-06-01T00:00:00.000Z,0975-07-01T00:00:00.000Z/0975-09-01T00:00:00.000Z/P31D,0975-10-01T00:00:00.000Z,0975-11-01T00:00:00.000Z,0975-12-01T00:00:00.000Z/0976-02-01T00:00:00.000Z/P31D,0976-03-01T00:00:00.000Z,0976-04-01T00:00:00.000Z,0976-05-01T00:00:00.000Z,0976-06-01T00:00:00.000Z,0976-07-01T00:00:00.000Z/0976-09-01T00:00:00.000Z/P31D,0976-10-01T00:00:00.000Z,0976-11-01T00:00:00.000Z,0976-12-01T00:00:00.000Z/0977-02-01T00:00:00.000Z/P31D,0977-03-01T00:00:00.000Z,0977-04-01T00:00:00.000Z,0977-05-01T00:00:00.000Z,0977-06-01T00:00:00.000Z,0977-07-01T00:00:00.000Z/0977-09-01T00:00:00.000Z/P31D,0977-10-01T00:00:00.000Z,0977-11-01T00:00:00.000Z,0977-12-01T00:00:00.000Z/0978-02-01T00:00:00.000Z/P31D,0978-03-01T00:00:00.000Z,0978-04-01T00:00:00.000Z,0978-05-01T00:00:00.000Z,0978-06-01T00:00:00.000Z,0978-07-01T00:00:00.000Z/0978-09-01T00:00:00.000Z/P31D,0978-10-01T00:00:00.000Z,0978-11-01T00:00:00.000Z,0978-12-01T00:00:00.000Z/0979-02-01T00:00:00.000Z/P31D,0979-03-01T00:00:00.000Z,0979-04-01T00:00:00.000Z,0979-05-01T00:00:00.000Z,0979-06-01T00:00:00.000Z,0979-07-01T00:00:00.000Z/0979-09-01T00:00:00.000Z/P31D,0979-10-01T00:00:00.000Z,0979-11-01T00:00:00.000Z,0979-12-01T00:00:00.000Z/0980-02-01T00:00:00.000Z/P31D,0980-03-01T00:00:00.000Z,0980-04-01T00:00:00.000Z,0980-05-01T00:00:00.000Z,0980-06-01T00:00:00.000Z,0980-07-01T00:00:00.000Z/0980-09-01T00:00:00.000Z/P31D,0980-10-01T00:00:00.000Z,0980-11-01T00:00:00.000Z,0980-12-01T00:00:00.000Z/0981-02-01T00:00:00.000Z/P31D,0981-03-01T00:00:00.000Z,0981-04-01T00:00:00.000Z,0981-05-01T00:00:00.000Z,0981-06-01T00:00:00.000Z,0981-07-01T00:00:00.000Z/0981-09-01T00:00:00.000Z/P31D,0981-10-01T00:00:00.000Z,0981-11-01T00:00:00.000Z,0981-12-01T00:00:00.000Z/0982-02-01T00:00:00.000Z/P31D,0982-03-01T00:00:00.000Z,0982-04-01T00:00:00.000Z,0982-05-01T00:00:00.000Z,0982-06-01T00:00:00.000Z,0982-07-01T00:00:00.000Z/0982-09-01T00:00:00.000Z/P31D,0982-10-01T00:00:00.000Z,0982-11-01T00:00:00.000Z,0982-12-01T00:00:00.000Z/0983-02-01T00:00:00.000Z/P31D,0983-03-01T00:00:00.000Z,0983-04-01T00:00:00.000Z,0983-05-01T00:00:00.000Z,0983-06-01T00:00:00.000Z,0983-07-01T00:00:00.000Z/0983-09-01T00:00:00.000Z/P31D,0983-10-01T00:00:00.000Z,0983-11-01T00:00:00.000Z,0983-12-01T00:00:00.000Z/0984-02-01T00:00:00.000Z/P31D,0984-03-01T00:00:00.000Z,0984-04-01T00:00:00.000Z,0984-05-01T00:00:00.000Z,0984-06-01T00:00:00.000Z,0984-07-01T00:00:00.000Z/0984-09-01T00:00:00.000Z/P31D,0984-10-01T00:00:00.000Z,0984-11-01T00:00:00.000Z,0984-12-01T00:00:00.000Z/0985-02-01T00:00:00.000Z/P31D,0985-03-01T00:00:00.000Z,0985-04-01T00:00:00.000Z,0985-05-01T00:00:00.000Z,0985-06-01T00:00:00.000Z,0985-07-01T00:00:00.000Z/0985-09-01T00:00:00.000Z/P31D,0985-10-01T00:00:00.000Z,0985-11-01T00:00:00.000Z,0985-12-01T00:00:00.000Z/0986-02-01T00:00:00.000Z/P31D,0986-03-01T00:00:00.000Z,0986-04-01T00:00:00.000Z,0986-05-01T00:00:00.000Z,0986-06-01T00:00:00.000Z,0986-07-01T00:00:00.000Z/0986-09-01T00:00:00.000Z/P31D,0986-10-01T00:00:00.000Z,0986-11-01T00:00:00.000Z,0986-12-01T00:00:00.000Z/0987-02-01T00:00:00.000Z/P31D,0987-03-01T00:00:00.000Z,0987-04-01T00:00:00.000Z,0987-05-01T00:00:00.000Z,0987-06-01T00:00:00.000Z,0987-07-01T00:00:00.000Z/0987-09-01T00:00:00.000Z/P31D,0987-10-01T00:00:00.000Z,0987-11-01T00:00:00.000Z,0987-12-01T00:00:00.000Z/0988-02-01T00:00:00.000Z/P31D,0988-03-01T00:00:00.000Z,0988-04-01T00:00:00.000Z,0988-05-01T00:00:00.000Z,0988-06-01T00:00:00.000Z,0988-07-01T00:00:00.000Z/0988-09-01T00:00:00.000Z/P31D,0988-10-01T00:00:00.000Z,0988-11-01T00:00:00.000Z,0988-12-01T00:00:00.000Z/0989-02-01T00:00:00.000Z/P31D,0989-03-01T00:00:00.000Z,0989-04-01T00:00:00.000Z,0989-05-01T00:00:00.000Z,0989-06-01T00:00:00.000Z,0989-07-01T00:00:00.000Z/0989-09-01T00:00:00.000Z/P31D,0989-10-01T00:00:00.000Z,0989-11-01T00:00:00.000Z,0989-12-01T00:00:00.000Z/0990-02-01T00:00:00.000Z/P31D,0990-03-01T00:00:00.000Z,0990-04-01T00:00:00.000Z,0990-05-01T00:00:00.000Z,0990-06-01T00:00:00.000Z,0990-07-01T00:00:00.000Z/0990-09-01T00:00:00.000Z/P31D,0990-10-01T00:00:00.000Z,0990-11-01T00:00:00.000Z,0990-12-01T00:00:00.000Z/0991-02-01T00:00:00.000Z/P31D,0991-03-01T00:00:00.000Z,0991-04-01T00:00:00.000Z,0991-05-01T00:00:00.000Z,0991-06-01T00:00:00.000Z,0991-07-01T00:00:00.000Z/0991-09-01T00:00:00.000Z/P31D,0991-10-01T00:00:00.000Z,0991-11-01T00:00:00.000Z,0991-12-01T00:00:00.000Z/0992-02-01T00:00:00.000Z/P31D,0992-03-01T00:00:00.000Z,0992-04-01T00:00:00.000Z,0992-05-01T00:00:00.000Z,0992-06-01T00:00:00.000Z,0992-07-01T00:00:00.000Z/0992-09-01T00:00:00.000Z/P31D,0992-10-01T00:00:00.000Z,0992-11-01T00:00:00.000Z,0992-12-01T00:00:00.000Z/0993-02-01T00:00:00.000Z/P31D,0993-03-01T00:00:00.000Z,0993-04-01T00:00:00.000Z,0993-05-01T00:00:00.000Z,0993-06-01T00:00:00.000Z,0993-07-01T00:00:00.000Z/0993-09-01T00:00:00.000Z/P31D,0993-10-01T00:00:00.000Z,0993-11-01T00:00:00.000Z,0993-12-01T00:00:00.000Z/0994-02-01T00:00:00.000Z/P31D,0994-03-01T00:00:00.000Z,0994-04-01T00:00:00.000Z,0994-05-01T00:00:00.000Z,0994-06-01T00:00:00.000Z,0994-07-01T00:00:00.000Z/0994-09-01T00:00:00.000Z/P31D,0994-10-01T00:00:00.000Z,0994-11-01T00:00:00.000Z,0994-12-01T00:00:00.000Z/0995-02-01T00:00:00.000Z/P31D,0995-03-01T00:00:00.000Z,0995-04-01T00:00:00.000Z,0995-05-01T00:00:00.000Z,0995-06-01T00:00:00.000Z,0995-07-01T00:00:00.000Z/0995-09-01T00:00:00.000Z/P31D,0995-10-01T00:00:00.000Z,0995-11-01T00:00:00.000Z,0995-12-01T00:00:00.000Z/0996-02-01T00:00:00.000Z/P31D,0996-03-01T00:00:00.000Z,0996-04-01T00:00:00.000Z,0996-05-01T00:00:00.000Z,0996-06-01T00:00:00.000Z,0996-07-01T00:00:00.000Z/0996-09-01T00:00:00.000Z/P31D,0996-10-01T00:00:00.000Z,0996-11-01T00:00:00.000Z,0996-12-01T00:00:00.000Z/0997-02-01T00:00:00.000Z/P31D,0997-03-01T00:00:00.000Z,0997-04-01T00:00:00.000Z,0997-05-01T00:00:00.000Z,0997-06-01T00:00:00.000Z,0997-07-01T00:00:00.000Z/0997-09-01T00:00:00.000Z/P31D,0997-10-01T00:00:00.000Z,0997-11-01T00:00:00.000Z,0997-12-01T00:00:00.000Z/0998-02-01T00:00:00.000Z/P31D,0998-03-01T00:00:00.000Z,0998-04-01T00:00:00.000Z,0998-05-01T00:00:00.000Z,0998-06-01T00:00:00.000Z,0998-07-01T00:00:00.000Z/0998-09-01T00:00:00.000Z/P31D,0998-10-01T00:00:00.000Z,0998-11-01T00:00:00.000Z,0998-12-01T00:00:00.000Z/0999-02-01T00:00:00.000Z/P31D,0999-03-01T00:00:00.000Z,0999-04-01T00:00:00.000Z,0999-05-01T00:00:00.000Z,0999-06-01T00:00:00.000Z,0999-07-01T00:00:00.000Z/0999-09-01T00:00:00.000Z/P31D,0999-10-01T00:00:00.000Z,0999-11-01T00:00:00.000Z,0999-12-01T00:00:00.000Z/1000-02-01T00:00:00.000Z/P31D,1000-03-01T00:00:00.000Z,1000-04-01T00:00:00.000Z,1000-05-01T00:00:00.000Z,1000-06-01T00:00:00.000Z,1000-07-01T00:00:00.000Z/1000-09-01T00:00:00.000Z/P31D,1000-10-01T00:00:00.000Z,1000-11-01T00:00:00.000Z,1000-12-01T00:00:00.000Z/1001-02-01T00:00:00.000Z/P31D,1001-03-01T00:00:00.000Z,1001-04-01T00:00:00.000Z,1001-05-01T00:00:00.000Z,1001-06-01T00:00:00.000Z,1001-07-01T00:00:00.000Z/1001-09-01T00:00:00.000Z/P31D,1001-10-01T00:00:00.000Z,1001-11-01T00:00:00.000Z,1001-12-01T00:00:00.000Z/1002-02-01T00:00:00.000Z/P31D,1002-03-01T00:00:00.000Z,1002-04-01T00:00:00.000Z,1002-05-01T00:00:00.000Z,1002-06-01T00:00:00.000Z,1002-07-01T00:00:00.000Z/1002-09-01T00:00:00.000Z/P31D,1002-10-01T00:00:00.000Z,1002-11-01T00:00:00.000Z,1002-12-01T00:00:00.000Z/1003-02-01T00:00:00.000Z/P31D,1003-03-01T00:00:00.000Z,1003-04-01T00:00:00.000Z,1003-05-01T00:00:00.000Z,1003-06-01T00:00:00.000Z,1003-07-01T00:00:00.000Z/1003-09-01T00:00:00.000Z/P31D,1003-10-01T00:00:00.000Z,1003-11-01T00:00:00.000Z,1003-12-01T00:00:00.000Z/1004-02-01T00:00:00.000Z/P31D,1004-03-01T00:00:00.000Z,1004-04-01T00:00:00.000Z,1004-05-01T00:00:00.000Z,1004-06-01T00:00:00.000Z,1004-07-01T00:00:00.000Z/1004-09-01T00:00:00.000Z/P31D,1004-10-01T00:00:00.000Z,1004-11-01T00:00:00.000Z,1004-12-01T00:00:00.000Z/1005-02-01T00:00:00.000Z/P31D,1005-03-01T00:00:00.000Z,1005-04-01T00:00:00.000Z,1005-05-01T00:00:00.000Z,1005-06-01T00:00:00.000Z,1005-07-01T00:00:00.000Z/1005-09-01T00:00:00.000Z/P31D,1005-10-01T00:00:00.000Z,1005-11-01T00:00:00.000Z,1005-12-01T00:00:00.000Z/1006-02-01T00:00:00.000Z/P31D,1006-03-01T00:00:00.000Z,1006-04-01T00:00:00.000Z,1006-05-01T00:00:00.000Z,1006-06-01T00:00:00.000Z,1006-07-01T00:00:00.000Z/1006-09-01T00:00:00.000Z/P31D,1006-10-01T00:00:00.000Z,1006-11-01T00:00:00.000Z,1006-12-01T00:00:00.000Z/1007-02-01T00:00:00.000Z/P31D,1007-03-01T00:00:00.000Z,1007-04-01T00:00:00.000Z,1007-05-01T00:00:00.000Z,1007-06-01T00:00:00.000Z,1007-07-01T00:00:00.000Z/1007-09-01T00:00:00.000Z/P31D,1007-10-01T00:00:00.000Z,1007-11-01T00:00:00.000Z,1007-12-01T00:00:00.000Z/1008-02-01T00:00:00.000Z/P31D,1008-03-01T00:00:00.000Z,1008-04-01T00:00:00.000Z,1008-05-01T00:00:00.000Z,1008-06-01T00:00:00.000Z,1008-07-01T00:00:00.000Z/1008-09-01T00:00:00.000Z/P31D,1008-10-01T00:00:00.000Z,1008-11-01T00:00:00.000Z,1008-12-01T00:00:00.000Z/1009-02-01T00:00:00.000Z/P31D,1009-03-01T00:00:00.000Z,1009-04-01T00:00:00.000Z,1009-05-01T00:00:00.000Z,1009-06-01T00:00:00.000Z,1009-07-01T00:00:00.000Z/1009-09-01T00:00:00.000Z/P31D,1009-10-01T00:00:00.000Z,1009-11-01T00:00:00.000Z,1009-12-01T00:00:00.000Z/1010-02-01T00:00:00.000Z/P31D,1010-03-01T00:00:00.000Z,1010-04-01T00:00:00.000Z,1010-05-01T00:00:00.000Z,1010-06-01T00:00:00.000Z,1010-07-01T00:00:00.000Z/1010-09-01T00:00:00.000Z/P31D,1010-10-01T00:00:00.000Z,1010-11-01T00:00:00.000Z,1010-12-01T00:00:00.000Z/1011-02-01T00:00:00.000Z/P31D,1011-03-01T00:00:00.000Z,1011-04-01T00:00:00.000Z,1011-05-01T00:00:00.000Z,1011-06-01T00:00:00.000Z,1011-07-01T00:00:00.000Z/1011-09-01T00:00:00.000Z/P31D,1011-10-01T00:00:00.000Z,1011-11-01T00:00:00.000Z,1011-12-01T00:00:00.000Z/1012-02-01T00:00:00.000Z/P31D,1012-03-01T00:00:00.000Z,1012-04-01T00:00:00.000Z,1012-05-01T00:00:00.000Z,1012-06-01T00:00:00.000Z,1012-07-01T00:00:00.000Z/1012-09-01T00:00:00.000Z/P31D,1012-10-01T00:00:00.000Z,1012-11-01T00:00:00.000Z,1012-12-01T00:00:00.000Z/1013-02-01T00:00:00.000Z/P31D,1013-03-01T00:00:00.000Z,1013-04-01T00:00:00.000Z,1013-05-01T00:00:00.000Z,1013-06-01T00:00:00.000Z,1013-07-01T00:00:00.000Z/1013-09-01T00:00:00.000Z/P31D,1013-10-01T00:00:00.000Z,1013-11-01T00:00:00.000Z,1013-12-01T00:00:00.000Z/1014-02-01T00:00:00.000Z/P31D,1014-03-01T00:00:00.000Z,1014-04-01T00:00:00.000Z,1014-05-01T00:00:00.000Z,1014-06-01T00:00:00.000Z,1014-07-01T00:00:00.000Z/1014-09-01T00:00:00.000Z/P31D,1014-10-01T00:00:00.000Z,1014-11-01T00:00:00.000Z,1014-12-01T00:00:00.000Z/1015-02-01T00:00:00.000Z/P31D,1015-03-01T00:00:00.000Z,1015-04-01T00:00:00.000Z,1015-05-01T00:00:00.000Z,1015-06-01T00:00:00.000Z,1015-07-01T00:00:00.000Z/1015-09-01T00:00:00.000Z/P31D,1015-10-01T00:00:00.000Z,1015-11-01T00:00:00.000Z,1015-12-01T00:00:00.000Z/1016-02-01T00:00:00.000Z/P31D,1016-03-01T00:00:00.000Z,1016-04-01T00:00:00.000Z,1016-05-01T00:00:00.000Z,1016-06-01T00:00:00.000Z,1016-07-01T00:00:00.000Z/1016-09-01T00:00:00.000Z/P31D,1016-10-01T00:00:00.000Z,1016-11-01T00:00:00.000Z,1016-12-01T00:00:00.000Z/1017-02-01T00:00:00.000Z/P31D,1017-03-01T00:00:00.000Z,1017-04-01T00:00:00.000Z,1017-05-01T00:00:00.000Z,1017-06-01T00:00:00.000Z,1017-07-01T00:00:00.000Z/1017-09-01T00:00:00.000Z/P31D,1017-10-01T00:00:00.000Z,1017-11-01T00:00:00.000Z,1017-12-01T00:00:00.000Z/1018-02-01T00:00:00.000Z/P31D,1018-03-01T00:00:00.000Z,1018-04-01T00:00:00.000Z,1018-05-01T00:00:00.000Z,1018-06-01T00:00:00.000Z,1018-07-01T00:00:00.000Z/1018-09-01T00:00:00.000Z/P31D,1018-10-01T00:00:00.000Z,1018-11-01T00:00:00.000Z,1018-12-01T00:00:00.000Z/1019-02-01T00:00:00.000Z/P31D,1019-03-01T00:00:00.000Z,1019-04-01T00:00:00.000Z,1019-05-01T00:00:00.000Z,1019-06-01T00:00:00.000Z,1019-07-01T00:00:00.000Z/1019-09-01T00:00:00.000Z/P31D,1019-10-01T00:00:00.000Z,1019-11-01T00:00:00.000Z,1019-12-01T00:00:00.000Z/1020-02-01T00:00:00.000Z/P31D,1020-03-01T00:00:00.000Z,1020-04-01T00:00:00.000Z,1020-05-01T00:00:00.000Z,1020-06-01T00:00:00.000Z,1020-07-01T00:00:00.000Z/1020-09-01T00:00:00.000Z/P31D,1020-10-01T00:00:00.000Z,1020-11-01T00:00:00.000Z,1020-12-01T00:00:00.000Z/1021-02-01T00:00:00.000Z/P31D,1021-03-01T00:00:00.000Z,1021-04-01T00:00:00.000Z,1021-05-01T00:00:00.000Z,1021-06-01T00:00:00.000Z,1021-07-01T00:00:00.000Z/1021-09-01T00:00:00.000Z/P31D,1021-10-01T00:00:00.000Z,1021-11-01T00:00:00.000Z,1021-12-01T00:00:00.000Z/1022-02-01T00:00:00.000Z/P31D,1022-03-01T00:00:00.000Z,1022-04-01T00:00:00.000Z,1022-05-01T00:00:00.000Z,1022-06-01T00:00:00.000Z,1022-07-01T00:00:00.000Z/1022-09-01T00:00:00.000Z/P31D,1022-10-01T00:00:00.000Z,1022-11-01T00:00:00.000Z,1022-12-01T00:00:00.000Z/1023-02-01T00:00:00.000Z/P31D,1023-03-01T00:00:00.000Z,1023-04-01T00:00:00.000Z,1023-05-01T00:00:00.000Z,1023-06-01T00:00:00.000Z,1023-07-01T00:00:00.000Z/1023-09-01T00:00:00.000Z/P31D,1023-10-01T00:00:00.000Z,1023-11-01T00:00:00.000Z,1023-12-01T00:00:00.000Z/1024-02-01T00:00:00.000Z/P31D,1024-03-01T00:00:00.000Z,1024-04-01T00:00:00.000Z,1024-05-01T00:00:00.000Z,1024-06-01T00:00:00.000Z,1024-07-01T00:00:00.000Z/1024-09-01T00:00:00.000Z/P31D,1024-10-01T00:00:00.000Z,1024-11-01T00:00:00.000Z,1024-12-01T00:00:00.000Z/1025-02-01T00:00:00.000Z/P31D,1025-03-01T00:00:00.000Z,1025-04-01T00:00:00.000Z,1025-05-01T00:00:00.000Z,1025-06-01T00:00:00.000Z,1025-07-01T00:00:00.000Z/1025-09-01T00:00:00.000Z/P31D,1025-10-01T00:00:00.000Z,1025-11-01T00:00:00.000Z,1025-12-01T00:00:00.000Z/1026-02-01T00:00:00.000Z/P31D,1026-03-01T00:00:00.000Z,1026-04-01T00:00:00.000Z,1026-05-01T00:00:00.000Z,1026-06-01T00:00:00.000Z,1026-07-01T00:00:00.000Z/1026-09-01T00:00:00.000Z/P31D,1026-10-01T00:00:00.000Z,1026-11-01T00:00:00.000Z,1026-12-01T00:00:00.000Z/1027-02-01T00:00:00.000Z/P31D,1027-03-01T00:00:00.000Z,1027-04-01T00:00:00.000Z,1027-05-01T00:00:00.000Z,1027-06-01T00:00:00.000Z,1027-07-01T00:00:00.000Z/1027-09-01T00:00:00.000Z/P31D,1027-10-01T00:00:00.000Z,1027-11-01T00:00:00.000Z,1027-12-01T00:00:00.000Z/1028-02-01T00:00:00.000Z/P31D,1028-03-01T00:00:00.000Z,1028-04-01T00:00:00.000Z,1028-05-01T00:00:00.000Z,1028-06-01T00:00:00.000Z,1028-07-01T00:00:00.000Z/1028-09-01T00:00:00.000Z/P31D,1028-10-01T00:00:00.000Z,1028-11-01T00:00:00.000Z,1028-12-01T00:00:00.000Z/1029-02-01T00:00:00.000Z/P31D,1029-03-01T00:00:00.000Z,1029-04-01T00:00:00.000Z,1029-05-01T00:00:00.000Z,1029-06-01T00:00:00.000Z,1029-07-01T00:00:00.000Z/1029-09-01T00:00:00.000Z/P31D,1029-10-01T00:00:00.000Z,1029-11-01T00:00:00.000Z,1029-12-01T00:00:00.000Z/1030-02-01T00:00:00.000Z/P31D,1030-03-01T00:00:00.000Z,1030-04-01T00:00:00.000Z,1030-05-01T00:00:00.000Z,1030-06-01T00:00:00.000Z,1030-07-01T00:00:00.000Z/1030-09-01T00:00:00.000Z/P31D,1030-10-01T00:00:00.000Z,1030-11-01T00:00:00.000Z,1030-12-01T00:00:00.000Z/1031-02-01T00:00:00.000Z/P31D,1031-03-01T00:00:00.000Z,1031-04-01T00:00:00.000Z,1031-05-01T00:00:00.000Z,1031-06-01T00:00:00.000Z,1031-07-01T00:00:00.000Z/1031-09-01T00:00:00.000Z/P31D,1031-10-01T00:00:00.000Z,1031-11-01T00:00:00.000Z,1031-12-01T00:00:00.000Z/1032-02-01T00:00:00.000Z/P31D,1032-03-01T00:00:00.000Z,1032-04-01T00:00:00.000Z,1032-05-01T00:00:00.000Z,1032-06-01T00:00:00.000Z,1032-07-01T00:00:00.000Z/1032-09-01T00:00:00.000Z/P31D,1032-10-01T00:00:00.000Z,1032-11-01T00:00:00.000Z,1032-12-01T00:00:00.000Z/1033-02-01T00:00:00.000Z/P31D,1033-03-01T00:00:00.000Z,1033-04-01T00:00:00.000Z,1033-05-01T00:00:00.000Z,1033-06-01T00:00:00.000Z,1033-07-01T00:00:00.000Z/1033-09-01T00:00:00.000Z/P31D,1033-10-01T00:00:00.000Z,1033-11-01T00:00:00.000Z,1033-12-01T00:00:00.000Z/1034-02-01T00:00:00.000Z/P31D,1034-03-01T00:00:00.000Z,1034-04-01T00:00:00.000Z,1034-05-01T00:00:00.000Z,1034-06-01T00:00:00.000Z,1034-07-01T00:00:00.000Z/1034-09-01T00:00:00.000Z/P31D,1034-10-01T00:00:00.000Z,1034-11-01T00:00:00.000Z,1034-12-01T00:00:00.000Z/1035-02-01T00:00:00.000Z/P31D,1035-03-01T00:00:00.000Z,1035-04-01T00:00:00.000Z,1035-05-01T00:00:00.000Z,1035-06-01T00:00:00.000Z,1035-07-01T00:00:00.000Z/1035-09-01T00:00:00.000Z/P31D,1035-10-01T00:00:00.000Z,1035-11-01T00:00:00.000Z,1035-12-01T00:00:00.000Z/1036-02-01T00:00:00.000Z/P31D,1036-03-01T00:00:00.000Z,1036-04-01T00:00:00.000Z,1036-05-01T00:00:00.000Z,1036-06-01T00:00:00.000Z,1036-07-01T00:00:00.000Z/1036-09-01T00:00:00.000Z/P31D,1036-10-01T00:00:00.000Z,1036-11-01T00:00:00.000Z,1036-12-01T00:00:00.000Z/1037-02-01T00:00:00.000Z/P31D,1037-03-01T00:00:00.000Z,1037-04-01T00:00:00.000Z,1037-05-01T00:00:00.000Z,1037-06-01T00:00:00.000Z,1037-07-01T00:00:00.000Z/1037-09-01T00:00:00.000Z/P31D,1037-10-01T00:00:00.000Z,1037-11-01T00:00:00.000Z,1037-12-01T00:00:00.000Z/1038-02-01T00:00:00.000Z/P31D,1038-03-01T00:00:00.000Z,1038-04-01T00:00:00.000Z,1038-05-01T00:00:00.000Z,1038-06-01T00:00:00.000Z,1038-07-01T00:00:00.000Z/1038-09-01T00:00:00.000Z/P31D,1038-10-01T00:00:00.000Z,1038-11-01T00:00:00.000Z,1038-12-01T00:00:00.000Z/1039-02-01T00:00:00.000Z/P31D,1039-03-01T00:00:00.000Z,1039-04-01T00:00:00.000Z,1039-05-01T00:00:00.000Z,1039-06-01T00:00:00.000Z,1039-07-01T00:00:00.000Z/1039-09-01T00:00:00.000Z/P31D,1039-10-01T00:00:00.000Z,1039-11-01T00:00:00.000Z,1039-12-01T00:00:00.000Z/1040-02-01T00:00:00.000Z/P31D,1040-03-01T00:00:00.000Z,1040-04-01T00:00:00.000Z,1040-05-01T00:00:00.000Z,1040-06-01T00:00:00.000Z,1040-07-01T00:00:00.000Z/1040-09-01T00:00:00.000Z/P31D,1040-10-01T00:00:00.000Z,1040-11-01T00:00:00.000Z,1040-12-01T00:00:00.000Z/1041-02-01T00:00:00.000Z/P31D,1041-03-01T00:00:00.000Z,1041-04-01T00:00:00.000Z,1041-05-01T00:00:00.000Z,1041-06-01T00:00:00.000Z,1041-07-01T00:00:00.000Z/1041-09-01T00:00:00.000Z/P31D,1041-10-01T00:00:00.000Z,1041-11-01T00:00:00.000Z,1041-12-01T00:00:00.000Z/1042-02-01T00:00:00.000Z/P31D,1042-03-01T00:00:00.000Z,1042-04-01T00:00:00.000Z,1042-05-01T00:00:00.000Z,1042-06-01T00:00:00.000Z,1042-07-01T00:00:00.000Z/1042-09-01T00:00:00.000Z/P31D,1042-10-01T00:00:00.000Z,1042-11-01T00:00:00.000Z,1042-12-01T00:00:00.000Z/1043-02-01T00:00:00.000Z/P31D,1043-03-01T00:00:00.000Z,1043-04-01T00:00:00.000Z,1043-05-01T00:00:00.000Z,1043-06-01T00:00:00.000Z,1043-07-01T00:00:00.000Z/1043-09-01T00:00:00.000Z/P31D,1043-10-01T00:00:00.000Z,1043-11-01T00:00:00.000Z,1043-12-01T00:00:00.000Z/1044-02-01T00:00:00.000Z/P31D,1044-03-01T00:00:00.000Z,1044-04-01T00:00:00.000Z,1044-05-01T00:00:00.000Z,1044-06-01T00:00:00.000Z,1044-07-01T00:00:00.000Z/1044-09-01T00:00:00.000Z/P31D,1044-10-01T00:00:00.000Z,1044-11-01T00:00:00.000Z,1044-12-01T00:00:00.000Z/1045-02-01T00:00:00.000Z/P31D,1045-03-01T00:00:00.000Z,1045-04-01T00:00:00.000Z,1045-05-01T00:00:00.000Z,1045-06-01T00:00:00.000Z,1045-07-01T00:00:00.000Z/1045-09-01T00:00:00.000Z/P31D,1045-10-01T00:00:00.000Z,1045-11-01T00:00:00.000Z,1045-12-01T00:00:00.000Z/1046-02-01T00:00:00.000Z/P31D,1046-03-01T00:00:00.000Z,1046-04-01T00:00:00.000Z,1046-05-01T00:00:00.000Z,1046-06-01T00:00:00.000Z,1046-07-01T00:00:00.000Z/1046-09-01T00:00:00.000Z/P31D,1046-10-01T00:00:00.000Z,1046-11-01T00:00:00.000Z,1046-12-01T00:00:00.000Z/1047-02-01T00:00:00.000Z/P31D,1047-03-01T00:00:00.000Z,1047-04-01T00:00:00.000Z,1047-05-01T00:00:00.000Z,1047-06-01T00:00:00.000Z,1047-07-01T00:00:00.000Z/1047-09-01T00:00:00.000Z/P31D,1047-10-01T00:00:00.000Z,1047-11-01T00:00:00.000Z,1047-12-01T00:00:00.000Z/1048-02-01T00:00:00.000Z/P31D,1048-03-01T00:00:00.000Z,1048-04-01T00:00:00.000Z,1048-05-01T00:00:00.000Z,1048-06-01T00:00:00.000Z,1048-07-01T00:00:00.000Z/1048-09-01T00:00:00.000Z/P31D,1048-10-01T00:00:00.000Z,1048-11-01T00:00:00.000Z,1048-12-01T00:00:00.000Z/1049-02-01T00:00:00.000Z/P31D,1049-03-01T00:00:00.000Z,1049-04-01T00:00:00.000Z,1049-05-01T00:00:00.000Z,1049-06-01T00:00:00.000Z,1049-07-01T00:00:00.000Z/1049-09-01T00:00:00.000Z/P31D,1049-10-01T00:00:00.000Z,1049-11-01T00:00:00.000Z,1049-12-01T00:00:00.000Z/1050-02-01T00:00:00.000Z/P31D,1050-03-01T00:00:00.000Z,1050-04-01T00:00:00.000Z,1050-05-01T00:00:00.000Z,1050-06-01T00:00:00.000Z,1050-07-01T00:00:00.000Z/1050-09-01T00:00:00.000Z/P31D,1050-10-01T00:00:00.000Z,1050-11-01T00:00:00.000Z,1050-12-01T00:00:00.000Z/1051-02-01T00:00:00.000Z/P31D,1051-03-01T00:00:00.000Z,1051-04-01T00:00:00.000Z,1051-05-01T00:00:00.000Z,1051-06-01T00:00:00.000Z,1051-07-01T00:00:00.000Z/1051-09-01T00:00:00.000Z/P31D,1051-10-01T00:00:00.000Z,1051-11-01T00:00:00.000Z,1051-12-01T00:00:00.000Z/1052-02-01T00:00:00.000Z/P31D,1052-03-01T00:00:00.000Z,1052-04-01T00:00:00.000Z,1052-05-01T00:00:00.000Z,1052-06-01T00:00:00.000Z,1052-07-01T00:00:00.000Z/1052-09-01T00:00:00.000Z/P31D,1052-10-01T00:00:00.000Z,1052-11-01T00:00:00.000Z,1052-12-01T00:00:00.000Z/1053-02-01T00:00:00.000Z/P31D,1053-03-01T00:00:00.000Z,1053-04-01T00:00:00.000Z,1053-05-01T00:00:00.000Z,1053-06-01T00:00:00.000Z,1053-07-01T00:00:00.000Z/1053-09-01T00:00:00.000Z/P31D,1053-10-01T00:00:00.000Z,1053-11-01T00:00:00.000Z,1053-12-01T00:00:00.000Z/1054-02-01T00:00:00.000Z/P31D,1054-03-01T00:00:00.000Z,1054-04-01T00:00:00.000Z,1054-05-01T00:00:00.000Z,1054-06-01T00:00:00.000Z,1054-07-01T00:00:00.000Z/1054-09-01T00:00:00.000Z/P31D,1054-10-01T00:00:00.000Z,1054-11-01T00:00:00.000Z,1054-12-01T00:00:00.000Z/1055-02-01T00:00:00.000Z/P31D,1055-03-01T00:00:00.000Z,1055-04-01T00:00:00.000Z,1055-05-01T00:00:00.000Z,1055-06-01T00:00:00.000Z,1055-07-01T00:00:00.000Z/1055-09-01T00:00:00.000Z/P31D,1055-10-01T00:00:00.000Z,1055-11-01T00:00:00.000Z,1055-12-01T00:00:00.000Z/1056-02-01T00:00:00.000Z/P31D,1056-03-01T00:00:00.000Z,1056-04-01T00:00:00.000Z,1056-05-01T00:00:00.000Z,1056-06-01T00:00:00.000Z,1056-07-01T00:00:00.000Z/1056-09-01T00:00:00.000Z/P31D,1056-10-01T00:00:00.000Z,1056-11-01T00:00:00.000Z,1056-12-01T00:00:00.000Z/1057-02-01T00:00:00.000Z/P31D,1057-03-01T00:00:00.000Z,1057-04-01T00:00:00.000Z,1057-05-01T00:00:00.000Z,1057-06-01T00:00:00.000Z,1057-07-01T00:00:00.000Z/1057-09-01T00:00:00.000Z/P31D,1057-10-01T00:00:00.000Z,1057-11-01T00:00:00.000Z,1057-12-01T00:00:00.000Z/1058-02-01T00:00:00.000Z/P31D,1058-03-01T00:00:00.000Z,1058-04-01T00:00:00.000Z,1058-05-01T00:00:00.000Z,1058-06-01T00:00:00.000Z,1058-07-01T00:00:00.000Z/1058-09-01T00:00:00.000Z/P31D,1058-10-01T00:00:00.000Z,1058-11-01T00:00:00.000Z,1058-12-01T00:00:00.000Z/1059-02-01T00:00:00.000Z/P31D,1059-03-01T00:00:00.000Z,1059-04-01T00:00:00.000Z,1059-05-01T00:00:00.000Z,1059-06-01T00:00:00.000Z,1059-07-01T00:00:00.000Z/1059-09-01T00:00:00.000Z/P31D,1059-10-01T00:00:00.000Z,1059-11-01T00:00:00.000Z,1059-12-01T00:00:00.000Z/1060-02-01T00:00:00.000Z/P31D,1060-03-01T00:00:00.000Z,1060-04-01T00:00:00.000Z,1060-05-01T00:00:00.000Z,1060-06-01T00:00:00.000Z,1060-07-01T00:00:00.000Z/1060-09-01T00:00:00.000Z/P31D,1060-10-01T00:00:00.000Z,1060-11-01T00:00:00.000Z,1060-12-01T00:00:00.000Z/1061-02-01T00:00:00.000Z/P31D,1061-03-01T00:00:00.000Z,1061-04-01T00:00:00.000Z,1061-05-01T00:00:00.000Z,1061-06-01T00:00:00.000Z,1061-07-01T00:00:00.000Z/1061-09-01T00:00:00.000Z/P31D,1061-10-01T00:00:00.000Z,1061-11-01T00:00:00.000Z,1061-12-01T00:00:00.000Z/1062-02-01T00:00:00.000Z/P31D,1062-03-01T00:00:00.000Z,1062-04-01T00:00:00.000Z,1062-05-01T00:00:00.000Z,1062-06-01T00:00:00.000Z,1062-07-01T00:00:00.000Z/1062-09-01T00:00:00.000Z/P31D,1062-10-01T00:00:00.000Z,1062-11-01T00:00:00.000Z,1062-12-01T00:00:00.000Z/1063-02-01T00:00:00.000Z/P31D,1063-03-01T00:00:00.000Z,1063-04-01T00:00:00.000Z,1063-05-01T00:00:00.000Z,1063-06-01T00:00:00.000Z,1063-07-01T00:00:00.000Z/1063-09-01T00:00:00.000Z/P31D,1063-10-01T00:00:00.000Z,1063-11-01T00:00:00.000Z,1063-12-01T00:00:00.000Z/1064-02-01T00:00:00.000Z/P31D,1064-03-01T00:00:00.000Z,1064-04-01T00:00:00.000Z,1064-05-01T00:00:00.000Z,1064-06-01T00:00:00.000Z,1064-07-01T00:00:00.000Z/1064-09-01T00:00:00.000Z/P31D,1064-10-01T00:00:00.000Z,1064-11-01T00:00:00.000Z,1064-12-01T00:00:00.000Z/1065-02-01T00:00:00.000Z/P31D,1065-03-01T00:00:00.000Z,1065-04-01T00:00:00.000Z,1065-05-01T00:00:00.000Z,1065-06-01T00:00:00.000Z,1065-07-01T00:00:00.000Z/1065-09-01T00:00:00.000Z/P31D,1065-10-01T00:00:00.000Z,1065-11-01T00:00:00.000Z,1065-12-01T00:00:00.000Z/1066-02-01T00:00:00.000Z/P31D,1066-03-01T00:00:00.000Z,1066-04-01T00:00:00.000Z,1066-05-01T00:00:00.000Z,1066-06-01T00:00:00.000Z,1066-07-01T00:00:00.000Z/1066-09-01T00:00:00.000Z/P31D,1066-10-01T00:00:00.000Z,1066-11-01T00:00:00.000Z,1066-12-01T00:00:00.000Z/1067-02-01T00:00:00.000Z/P31D,1067-03-01T00:00:00.000Z,1067-04-01T00:00:00.000Z,1067-05-01T00:00:00.000Z,1067-06-01T00:00:00.000Z,1067-07-01T00:00:00.000Z/1067-09-01T00:00:00.000Z/P31D,1067-10-01T00:00:00.000Z,1067-11-01T00:00:00.000Z,1067-12-01T00:00:00.000Z/1068-02-01T00:00:00.000Z/P31D,1068-03-01T00:00:00.000Z,1068-04-01T00:00:00.000Z,1068-05-01T00:00:00.000Z,1068-06-01T00:00:00.000Z,1068-07-01T00:00:00.000Z/1068-09-01T00:00:00.000Z/P31D,1068-10-01T00:00:00.000Z,1068-11-01T00:00:00.000Z,1068-12-01T00:00:00.000Z/1069-02-01T00:00:00.000Z/P31D,1069-03-01T00:00:00.000Z,1069-04-01T00:00:00.000Z,1069-05-01T00:00:00.000Z,1069-06-01T00:00:00.000Z,1069-07-01T00:00:00.000Z/1069-09-01T00:00:00.000Z/P31D,1069-10-01T00:00:00.000Z,1069-11-01T00:00:00.000Z,1069-12-01T00:00:00.000Z/1070-02-01T00:00:00.000Z/P31D,1070-03-01T00:00:00.000Z,1070-04-01T00:00:00.000Z,1070-05-01T00:00:00.000Z,1070-06-01T00:00:00.000Z,1070-07-01T00:00:00.000Z/1070-09-01T00:00:00.000Z/P31D,1070-10-01T00:00:00.000Z,1070-11-01T00:00:00.000Z,1070-12-01T00:00:00.000Z/1071-02-01T00:00:00.000Z/P31D,1071-03-01T00:00:00.000Z,1071-04-01T00:00:00.000Z,1071-05-01T00:00:00.000Z,1071-06-01T00:00:00.000Z,1071-07-01T00:00:00.000Z/1071-09-01T00:00:00.000Z/P31D,1071-10-01T00:00:00.000Z,1071-11-01T00:00:00.000Z,1071-12-01T00:00:00.000Z/1072-02-01T00:00:00.000Z/P31D,1072-03-01T00:00:00.000Z,1072-04-01T00:00:00.000Z,1072-05-01T00:00:00.000Z,1072-06-01T00:00:00.000Z,1072-07-01T00:00:00.000Z/1072-09-01T00:00:00.000Z/P31D,1072-10-01T00:00:00.000Z,1072-11-01T00:00:00.000Z,1072-12-01T00:00:00.000Z/1073-02-01T00:00:00.000Z/P31D,1073-03-01T00:00:00.000Z,1073-04-01T00:00:00.000Z,1073-05-01T00:00:00.000Z,1073-06-01T00:00:00.000Z,1073-07-01T00:00:00.000Z/1073-09-01T00:00:00.000Z/P31D,1073-10-01T00:00:00.000Z,1073-11-01T00:00:00.000Z,1073-12-01T00:00:00.000Z/1074-02-01T00:00:00.000Z/P31D,1074-03-01T00:00:00.000Z,1074-04-01T00:00:00.000Z,1074-05-01T00:00:00.000Z,1074-06-01T00:00:00.000Z,1074-07-01T00:00:00.000Z/1074-09-01T00:00:00.000Z/P31D,1074-10-01T00:00:00.000Z,1074-11-01T00:00:00.000Z,1074-12-01T00:00:00.000Z/1075-02-01T00:00:00.000Z/P31D,1075-03-01T00:00:00.000Z,1075-04-01T00:00:00.000Z,1075-05-01T00:00:00.000Z,1075-06-01T00:00:00.000Z,1075-07-01T00:00:00.000Z/1075-09-01T00:00:00.000Z/P31D,1075-10-01T00:00:00.000Z,1075-11-01T00:00:00.000Z,1075-12-01T00:00:00.000Z/1076-02-01T00:00:00.000Z/P31D,1076-03-01T00:00:00.000Z,1076-04-01T00:00:00.000Z,1076-05-01T00:00:00.000Z,1076-06-01T00:00:00.000Z,1076-07-01T00:00:00.000Z/1076-09-01T00:00:00.000Z/P31D,1076-10-01T00:00:00.000Z,1076-11-01T00:00:00.000Z,1076-12-01T00:00:00.000Z/1077-02-01T00:00:00.000Z/P31D,1077-03-01T00:00:00.000Z,1077-04-01T00:00:00.000Z,1077-05-01T00:00:00.000Z,1077-06-01T00:00:00.000Z,1077-07-01T00:00:00.000Z/1077-09-01T00:00:00.000Z/P31D,1077-10-01T00:00:00.000Z,1077-11-01T00:00:00.000Z,1077-12-01T00:00:00.000Z/1078-02-01T00:00:00.000Z/P31D,1078-03-01T00:00:00.000Z,1078-04-01T00:00:00.000Z,1078-05-01T00:00:00.000Z,1078-06-01T00:00:00.000Z,1078-07-01T00:00:00.000Z/1078-09-01T00:00:00.000Z/P31D,1078-10-01T00:00:00.000Z,1078-11-01T00:00:00.000Z,1078-12-01T00:00:00.000Z/1079-02-01T00:00:00.000Z/P31D,1079-03-01T00:00:00.000Z,1079-04-01T00:00:00.000Z,1079-05-01T00:00:00.000Z,1079-06-01T00:00:00.000Z,1079-07-01T00:00:00.000Z/1079-09-01T00:00:00.000Z/P31D,1079-10-01T00:00:00.000Z,1079-11-01T00:00:00.000Z,1079-12-01T00:00:00.000Z/1080-02-01T00:00:00.000Z/P31D,1080-03-01T00:00:00.000Z,1080-04-01T00:00:00.000Z,1080-05-01T00:00:00.000Z,1080-06-01T00:00:00.000Z,1080-07-01T00:00:00.000Z/1080-09-01T00:00:00.000Z/P31D,1080-10-01T00:00:00.000Z,1080-11-01T00:00:00.000Z,1080-12-01T00:00:00.000Z/1081-02-01T00:00:00.000Z/P31D,1081-03-01T00:00:00.000Z,1081-04-01T00:00:00.000Z,1081-05-01T00:00:00.000Z,1081-06-01T00:00:00.000Z,1081-07-01T00:00:00.000Z/1081-09-01T00:00:00.000Z/P31D,1081-10-01T00:00:00.000Z,1081-11-01T00:00:00.000Z,1081-12-01T00:00:00.000Z/1082-02-01T00:00:00.000Z/P31D,1082-03-01T00:00:00.000Z,1082-04-01T00:00:00.000Z,1082-05-01T00:00:00.000Z,1082-06-01T00:00:00.000Z,1082-07-01T00:00:00.000Z/1082-09-01T00:00:00.000Z/P31D,1082-10-01T00:00:00.000Z,1082-11-01T00:00:00.000Z,1082-12-01T00:00:00.000Z/1083-02-01T00:00:00.000Z/P31D,1083-03-01T00:00:00.000Z,1083-04-01T00:00:00.000Z,1083-05-01T00:00:00.000Z,1083-06-01T00:00:00.000Z,1083-07-01T00:00:00.000Z/1083-09-01T00:00:00.000Z/P31D,1083-10-01T00:00:00.000Z,1083-11-01T00:00:00.000Z,1083-12-01T00:00:00.000Z/1084-02-01T00:00:00.000Z/P31D,1084-03-01T00:00:00.000Z,1084-04-01T00:00:00.000Z,1084-05-01T00:00:00.000Z,1084-06-01T00:00:00.000Z,1084-07-01T00:00:00.000Z/1084-09-01T00:00:00.000Z/P31D,1084-10-01T00:00:00.000Z,1084-11-01T00:00:00.000Z,1084-12-01T00:00:00.000Z/1085-02-01T00:00:00.000Z/P31D,1085-03-01T00:00:00.000Z,1085-04-01T00:00:00.000Z,1085-05-01T00:00:00.000Z,1085-06-01T00:00:00.000Z,1085-07-01T00:00:00.000Z/1085-09-01T00:00:00.000Z/P31D,1085-10-01T00:00:00.000Z,1085-11-01T00:00:00.000Z,1085-12-01T00:00:00.000Z/1086-02-01T00:00:00.000Z/P31D,1086-03-01T00:00:00.000Z,1086-04-01T00:00:00.000Z,1086-05-01T00:00:00.000Z,1086-06-01T00:00:00.000Z,1086-07-01T00:00:00.000Z/1086-09-01T00:00:00.000Z/P31D,1086-10-01T00:00:00.000Z,1086-11-01T00:00:00.000Z,1086-12-01T00:00:00.000Z/1087-02-01T00:00:00.000Z/P31D,1087-03-01T00:00:00.000Z,1087-04-01T00:00:00.000Z,1087-05-01T00:00:00.000Z,1087-06-01T00:00:00.000Z,1087-07-01T00:00:00.000Z/1087-09-01T00:00:00.000Z/P31D,1087-10-01T00:00:00.000Z,1087-11-01T00:00:00.000Z,1087-12-01T00:00:00.000Z/1088-02-01T00:00:00.000Z/P31D,1088-03-01T00:00:00.000Z,1088-04-01T00:00:00.000Z,1088-05-01T00:00:00.000Z,1088-06-01T00:00:00.000Z,1088-07-01T00:00:00.000Z/1088-09-01T00:00:00.000Z/P31D,1088-10-01T00:00:00.000Z,1088-11-01T00:00:00.000Z,1088-12-01T00:00:00.000Z/1089-02-01T00:00:00.000Z/P31D,1089-03-01T00:00:00.000Z,1089-04-01T00:00:00.000Z,1089-05-01T00:00:00.000Z,1089-06-01T00:00:00.000Z,1089-07-01T00:00:00.000Z/1089-09-01T00:00:00.000Z/P31D,1089-10-01T00:00:00.000Z,1089-11-01T00:00:00.000Z,1089-12-01T00:00:00.000Z/1090-02-01T00:00:00.000Z/P31D,1090-03-01T00:00:00.000Z,1090-04-01T00:00:00.000Z,1090-05-01T00:00:00.000Z,1090-06-01T00:00:00.000Z,1090-07-01T00:00:00.000Z/1090-09-01T00:00:00.000Z/P31D,1090-10-01T00:00:00.000Z,1090-11-01T00:00:00.000Z,1090-12-01T00:00:00.000Z/1091-02-01T00:00:00.000Z/P31D,1091-03-01T00:00:00.000Z,1091-04-01T00:00:00.000Z,1091-05-01T00:00:00.000Z,1091-06-01T00:00:00.000Z,1091-07-01T00:00:00.000Z/1091-09-01T00:00:00.000Z/P31D,1091-10-01T00:00:00.000Z,1091-11-01T00:00:00.000Z,1091-12-01T00:00:00.000Z/1092-02-01T00:00:00.000Z/P31D,1092-03-01T00:00:00.000Z,1092-04-01T00:00:00.000Z,1092-05-01T00:00:00.000Z,1092-06-01T00:00:00.000Z,1092-07-01T00:00:00.000Z/1092-09-01T00:00:00.000Z/P31D,1092-10-01T00:00:00.000Z,1092-11-01T00:00:00.000Z,1092-12-01T00:00:00.000Z/1093-02-01T00:00:00.000Z/P31D,1093-03-01T00:00:00.000Z,1093-04-01T00:00:00.000Z,1093-05-01T00:00:00.000Z,1093-06-01T00:00:00.000Z,1093-07-01T00:00:00.000Z/1093-09-01T00:00:00.000Z/P31D,1093-10-01T00:00:00.000Z,1093-11-01T00:00:00.000Z,1093-12-01T00:00:00.000Z/1094-02-01T00:00:00.000Z/P31D,1094-03-01T00:00:00.000Z,1094-04-01T00:00:00.000Z,1094-05-01T00:00:00.000Z,1094-06-01T00:00:00.000Z,1094-07-01T00:00:00.000Z/1094-09-01T00:00:00.000Z/P31D,1094-10-01T00:00:00.000Z,1094-11-01T00:00:00.000Z,1094-12-01T00:00:00.000Z/1095-02-01T00:00:00.000Z/P31D,1095-03-01T00:00:00.000Z,1095-04-01T00:00:00.000Z,1095-05-01T00:00:00.000Z,1095-06-01T00:00:00.000Z,1095-07-01T00:00:00.000Z/1095-09-01T00:00:00.000Z/P31D,1095-10-01T00:00:00.000Z,1095-11-01T00:00:00.000Z,1095-12-01T00:00:00.000Z/1096-02-01T00:00:00.000Z/P31D,1096-03-01T00:00:00.000Z,1096-04-01T00:00:00.000Z,1096-05-01T00:00:00.000Z,1096-06-01T00:00:00.000Z,1096-07-01T00:00:00.000Z/1096-09-01T00:00:00.000Z/P31D,1096-10-01T00:00:00.000Z,1096-11-01T00:00:00.000Z,1096-12-01T00:00:00.000Z/1097-02-01T00:00:00.000Z/P31D,1097-03-01T00:00:00.000Z,1097-04-01T00:00:00.000Z,1097-05-01T00:00:00.000Z,1097-06-01T00:00:00.000Z,1097-07-01T00:00:00.000Z/1097-09-01T00:00:00.000Z/P31D,1097-10-01T00:00:00.000Z,1097-11-01T00:00:00.000Z,1097-12-01T00:00:00.000Z/1098-02-01T00:00:00.000Z/P31D,1098-03-01T00:00:00.000Z,1098-04-01T00:00:00.000Z,1098-05-01T00:00:00.000Z,1098-06-01T00:00:00.000Z,1098-07-01T00:00:00.000Z/1098-09-01T00:00:00.000Z/P31D,1098-10-01T00:00:00.000Z,1098-11-01T00:00:00.000Z,1098-12-01T00:00:00.000Z/1099-02-01T00:00:00.000Z/P31D,1099-03-01T00:00:00.000Z,1099-04-01T00:00:00.000Z,1099-05-01T00:00:00.000Z,1099-06-01T00:00:00.000Z,1099-07-01T00:00:00.000Z/1099-09-01T00:00:00.000Z/P31D,1099-10-01T00:00:00.000Z,1099-11-01T00:00:00.000Z,1099-12-01T00:00:00.000Z/1100-02-01T00:00:00.000Z/P31D,1100-03-01T00:00:00.000Z,1100-04-01T00:00:00.000Z,1100-05-01T00:00:00.000Z,1100-06-01T00:00:00.000Z,1100-07-01T00:00:00.000Z/1100-09-01T00:00:00.000Z/P31D,1100-10-01T00:00:00.000Z,1100-11-01T00:00:00.000Z,1100-12-01T00:00:00.000Z/1101-02-01T00:00:00.000Z/P31D,1101-03-01T00:00:00.000Z,1101-04-01T00:00:00.000Z,1101-05-01T00:00:00.000Z,1101-06-01T00:00:00.000Z,1101-07-01T00:00:00.000Z/1101-09-01T00:00:00.000Z/P31D,1101-10-01T00:00:00.000Z,1101-11-01T00:00:00.000Z,1101-12-01T00:00:00.000Z/1102-02-01T00:00:00.000Z/P31D,1102-03-01T00:00:00.000Z,1102-04-01T00:00:00.000Z,1102-05-01T00:00:00.000Z,1102-06-01T00:00:00.000Z,1102-07-01T00:00:00.000Z/1102-09-01T00:00:00.000Z/P31D,1102-10-01T00:00:00.000Z,1102-11-01T00:00:00.000Z,1102-12-01T00:00:00.000Z/1103-02-01T00:00:00.000Z/P31D,1103-03-01T00:00:00.000Z,1103-04-01T00:00:00.000Z,1103-05-01T00:00:00.000Z,1103-06-01T00:00:00.000Z,1103-07-01T00:00:00.000Z/1103-09-01T00:00:00.000Z/P31D,1103-10-01T00:00:00.000Z,1103-11-01T00:00:00.000Z,1103-12-01T00:00:00.000Z/1104-02-01T00:00:00.000Z/P31D,1104-03-01T00:00:00.000Z,1104-04-01T00:00:00.000Z,1104-05-01T00:00:00.000Z,1104-06-01T00:00:00.000Z,1104-07-01T00:00:00.000Z/1104-09-01T00:00:00.000Z/P31D,1104-10-01T00:00:00.000Z,1104-11-01T00:00:00.000Z,1104-12-01T00:00:00.000Z/1105-02-01T00:00:00.000Z/P31D,1105-03-01T00:00:00.000Z,1105-04-01T00:00:00.000Z,1105-05-01T00:00:00.000Z,1105-06-01T00:00:00.000Z,1105-07-01T00:00:00.000Z/1105-09-01T00:00:00.000Z/P31D,1105-10-01T00:00:00.000Z,1105-11-01T00:00:00.000Z,1105-12-01T00:00:00.000Z/1106-02-01T00:00:00.000Z/P31D,1106-03-01T00:00:00.000Z,1106-04-01T00:00:00.000Z,1106-05-01T00:00:00.000Z,1106-06-01T00:00:00.000Z,1106-07-01T00:00:00.000Z/1106-09-01T00:00:00.000Z/P31D,1106-10-01T00:00:00.000Z,1106-11-01T00:00:00.000Z,1106-12-01T00:00:00.000Z/1107-02-01T00:00:00.000Z/P31D,1107-03-01T00:00:00.000Z,1107-04-01T00:00:00.000Z,1107-05-01T00:00:00.000Z,1107-06-01T00:00:00.000Z,1107-07-01T00:00:00.000Z/1107-09-01T00:00:00.000Z/P31D,1107-10-01T00:00:00.000Z,1107-11-01T00:00:00.000Z,1107-12-01T00:00:00.000Z/1108-02-01T00:00:00.000Z/P31D,1108-03-01T00:00:00.000Z,1108-04-01T00:00:00.000Z,1108-05-01T00:00:00.000Z,1108-06-01T00:00:00.000Z,1108-07-01T00:00:00.000Z/1108-09-01T00:00:00.000Z/P31D,1108-10-01T00:00:00.000Z,1108-11-01T00:00:00.000Z,1108-12-01T00:00:00.000Z/1109-02-01T00:00:00.000Z/P31D,1109-03-01T00:00:00.000Z,1109-04-01T00:00:00.000Z,1109-05-01T00:00:00.000Z,1109-06-01T00:00:00.000Z,1109-07-01T00:00:00.000Z/1109-09-01T00:00:00.000Z/P31D,1109-10-01T00:00:00.000Z,1109-11-01T00:00:00.000Z,1109-12-01T00:00:00.000Z/1110-02-01T00:00:00.000Z/P31D,1110-03-01T00:00:00.000Z,1110-04-01T00:00:00.000Z,1110-05-01T00:00:00.000Z,1110-06-01T00:00:00.000Z,1110-07-01T00:00:00.000Z/1110-09-01T00:00:00.000Z/P31D,1110-10-01T00:00:00.000Z,1110-11-01T00:00:00.000Z,1110-12-01T00:00:00.000Z/1111-02-01T00:00:00.000Z/P31D,1111-03-01T00:00:00.000Z,1111-04-01T00:00:00.000Z,1111-05-01T00:00:00.000Z,1111-06-01T00:00:00.000Z,1111-07-01T00:00:00.000Z/1111-09-01T00:00:00.000Z/P31D,1111-10-01T00:00:00.000Z,1111-11-01T00:00:00.000Z,1111-12-01T00:00:00.000Z/1112-02-01T00:00:00.000Z/P31D,1112-03-01T00:00:00.000Z,1112-04-01T00:00:00.000Z,1112-05-01T00:00:00.000Z,1112-06-01T00:00:00.000Z,1112-07-01T00:00:00.000Z/1112-09-01T00:00:00.000Z/P31D,1112-10-01T00:00:00.000Z,1112-11-01T00:00:00.000Z,1112-12-01T00:00:00.000Z/1113-02-01T00:00:00.000Z/P31D,1113-03-01T00:00:00.000Z,1113-04-01T00:00:00.000Z,1113-05-01T00:00:00.000Z,1113-06-01T00:00:00.000Z,1113-07-01T00:00:00.000Z/1113-09-01T00:00:00.000Z/P31D,1113-10-01T00:00:00.000Z,1113-11-01T00:00:00.000Z,1113-12-01T00:00:00.000Z/1114-02-01T00:00:00.000Z/P31D,1114-03-01T00:00:00.000Z,1114-04-01T00:00:00.000Z,1114-05-01T00:00:00.000Z,1114-06-01T00:00:00.000Z,1114-07-01T00:00:00.000Z/1114-09-01T00:00:00.000Z/P31D,1114-10-01T00:00:00.000Z,1114-11-01T00:00:00.000Z,1114-12-01T00:00:00.000Z/1115-02-01T00:00:00.000Z/P31D,1115-03-01T00:00:00.000Z,1115-04-01T00:00:00.000Z,1115-05-01T00:00:00.000Z,1115-06-01T00:00:00.000Z,1115-07-01T00:00:00.000Z/1115-09-01T00:00:00.000Z/P31D,1115-10-01T00:00:00.000Z,1115-11-01T00:00:00.000Z,1115-12-01T00:00:00.000Z/1116-02-01T00:00:00.000Z/P31D,1116-03-01T00:00:00.000Z,1116-04-01T00:00:00.000Z,1116-05-01T00:00:00.000Z,1116-06-01T00:00:00.000Z,1116-07-01T00:00:00.000Z/1116-09-01T00:00:00.000Z/P31D,1116-10-01T00:00:00.000Z,1116-11-01T00:00:00.000Z,1116-12-01T00:00:00.000Z/1117-02-01T00:00:00.000Z/P31D,1117-03-01T00:00:00.000Z,1117-04-01T00:00:00.000Z,1117-05-01T00:00:00.000Z,1117-06-01T00:00:00.000Z,1117-07-01T00:00:00.000Z/1117-09-01T00:00:00.000Z/P31D,1117-10-01T00:00:00.000Z,1117-11-01T00:00:00.000Z,1117-12-01T00:00:00.000Z/1118-02-01T00:00:00.000Z/P31D,1118-03-01T00:00:00.000Z,1118-04-01T00:00:00.000Z,1118-05-01T00:00:00.000Z,1118-06-01T00:00:00.000Z,1118-07-01T00:00:00.000Z/1118-09-01T00:00:00.000Z/P31D,1118-10-01T00:00:00.000Z,1118-11-01T00:00:00.000Z,1118-12-01T00:00:00.000Z/1119-02-01T00:00:00.000Z/P31D,1119-03-01T00:00:00.000Z,1119-04-01T00:00:00.000Z,1119-05-01T00:00:00.000Z,1119-06-01T00:00:00.000Z,1119-07-01T00:00:00.000Z/1119-09-01T00:00:00.000Z/P31D,1119-10-01T00:00:00.000Z,1119-11-01T00:00:00.000Z,1119-12-01T00:00:00.000Z/1120-02-01T00:00:00.000Z/P31D,1120-03-01T00:00:00.000Z,1120-04-01T00:00:00.000Z,1120-05-01T00:00:00.000Z,1120-06-01T00:00:00.000Z,1120-07-01T00:00:00.000Z/1120-09-01T00:00:00.000Z/P31D,1120-10-01T00:00:00.000Z,1120-11-01T00:00:00.000Z,1120-12-01T00:00:00.000Z/1121-02-01T00:00:00.000Z/P31D,1121-03-01T00:00:00.000Z,1121-04-01T00:00:00.000Z,1121-05-01T00:00:00.000Z,1121-06-01T00:00:00.000Z,1121-07-01T00:00:00.000Z/1121-09-01T00:00:00.000Z/P31D,1121-10-01T00:00:00.000Z,1121-11-01T00:00:00.000Z,1121-12-01T00:00:00.000Z/1122-02-01T00:00:00.000Z/P31D,1122-03-01T00:00:00.000Z,1122-04-01T00:00:00.000Z,1122-05-01T00:00:00.000Z,1122-06-01T00:00:00.000Z,1122-07-01T00:00:00.000Z/1122-09-01T00:00:00.000Z/P31D,1122-10-01T00:00:00.000Z,1122-11-01T00:00:00.000Z,1122-12-01T00:00:00.000Z/1123-02-01T00:00:00.000Z/P31D,1123-03-01T00:00:00.000Z,1123-04-01T00:00:00.000Z,1123-05-01T00:00:00.000Z,1123-06-01T00:00:00.000Z,1123-07-01T00:00:00.000Z/1123-09-01T00:00:00.000Z/P31D,1123-10-01T00:00:00.000Z,1123-11-01T00:00:00.000Z,1123-12-01T00:00:00.000Z/1124-02-01T00:00:00.000Z/P31D,1124-03-01T00:00:00.000Z,1124-04-01T00:00:00.000Z,1124-05-01T00:00:00.000Z,1124-06-01T00:00:00.000Z,1124-07-01T00:00:00.000Z/1124-09-01T00:00:00.000Z/P31D,1124-10-01T00:00:00.000Z,1124-11-01T00:00:00.000Z,1124-12-01T00:00:00.000Z/1125-02-01T00:00:00.000Z/P31D,1125-03-01T00:00:00.000Z,1125-04-01T00:00:00.000Z,1125-05-01T00:00:00.000Z,1125-06-01T00:00:00.000Z,1125-07-01T00:00:00.000Z/1125-09-01T00:00:00.000Z/P31D,1125-10-01T00:00:00.000Z,1125-11-01T00:00:00.000Z,1125-12-01T00:00:00.000Z/1126-02-01T00:00:00.000Z/P31D,1126-03-01T00:00:00.000Z,1126-04-01T00:00:00.000Z,1126-05-01T00:00:00.000Z,1126-06-01T00:00:00.000Z,1126-07-01T00:00:00.000Z/1126-09-01T00:00:00.000Z/P31D,1126-10-01T00:00:00.000Z,1126-11-01T00:00:00.000Z,1126-12-01T00:00:00.000Z/1127-02-01T00:00:00.000Z/P31D,1127-03-01T00:00:00.000Z,1127-04-01T00:00:00.000Z,1127-05-01T00:00:00.000Z,1127-06-01T00:00:00.000Z,1127-07-01T00:00:00.000Z/1127-09-01T00:00:00.000Z/P31D,1127-10-01T00:00:00.000Z,1127-11-01T00:00:00.000Z,1127-12-01T00:00:00.000Z/1128-02-01T00:00:00.000Z/P31D,1128-03-01T00:00:00.000Z,1128-04-01T00:00:00.000Z,1128-05-01T00:00:00.000Z,1128-06-01T00:00:00.000Z,1128-07-01T00:00:00.000Z/1128-09-01T00:00:00.000Z/P31D,1128-10-01T00:00:00.000Z,1128-11-01T00:00:00.000Z,1128-12-01T00:00:00.000Z/1129-02-01T00:00:00.000Z/P31D,1129-03-01T00:00:00.000Z,1129-04-01T00:00:00.000Z,1129-05-01T00:00:00.000Z,1129-06-01T00:00:00.000Z,1129-07-01T00:00:00.000Z/1129-09-01T00:00:00.000Z/P31D,1129-10-01T00:00:00.000Z,1129-11-01T00:00:00.000Z,1129-12-01T00:00:00.000Z/1130-02-01T00:00:00.000Z/P31D,1130-03-01T00:00:00.000Z,1130-04-01T00:00:00.000Z,1130-05-01T00:00:00.000Z,1130-06-01T00:00:00.000Z,1130-07-01T00:00:00.000Z/1130-09-01T00:00:00.000Z/P31D,1130-10-01T00:00:00.000Z,1130-11-01T00:00:00.000Z,1130-12-01T00:00:00.000Z/1131-02-01T00:00:00.000Z/P31D,1131-03-01T00:00:00.000Z,1131-04-01T00:00:00.000Z,1131-05-01T00:00:00.000Z,1131-06-01T00:00:00.000Z,1131-07-01T00:00:00.000Z/1131-09-01T00:00:00.000Z/P31D,1131-10-01T00:00:00.000Z,1131-11-01T00:00:00.000Z,1131-12-01T00:00:00.000Z/1132-02-01T00:00:00.000Z/P31D,1132-03-01T00:00:00.000Z,1132-04-01T00:00:00.000Z,1132-05-01T00:00:00.000Z,1132-06-01T00:00:00.000Z,1132-07-01T00:00:00.000Z/1132-09-01T00:00:00.000Z/P31D,1132-10-01T00:00:00.000Z,1132-11-01T00:00:00.000Z,1132-12-01T00:00:00.000Z/1133-02-01T00:00:00.000Z/P31D,1133-03-01T00:00:00.000Z,1133-04-01T00:00:00.000Z,1133-05-01T00:00:00.000Z,1133-06-01T00:00:00.000Z,1133-07-01T00:00:00.000Z/1133-09-01T00:00:00.000Z/P31D,1133-10-01T00:00:00.000Z,1133-11-01T00:00:00.000Z,1133-12-01T00:00:00.000Z/1134-02-01T00:00:00.000Z/P31D,1134-03-01T00:00:00.000Z,1134-04-01T00:00:00.000Z,1134-05-01T00:00:00.000Z,1134-06-01T00:00:00.000Z,1134-07-01T00:00:00.000Z/1134-09-01T00:00:00.000Z/P31D,1134-10-01T00:00:00.000Z,1134-11-01T00:00:00.000Z,1134-12-01T00:00:00.000Z/1135-02-01T00:00:00.000Z/P31D,1135-03-01T00:00:00.000Z,1135-04-01T00:00:00.000Z,1135-05-01T00:00:00.000Z,1135-06-01T00:00:00.000Z,1135-07-01T00:00:00.000Z/1135-09-01T00:00:00.000Z/P31D,1135-10-01T00:00:00.000Z,1135-11-01T00:00:00.000Z,1135-12-01T00:00:00.000Z/1136-02-01T00:00:00.000Z/P31D,1136-03-01T00:00:00.000Z,1136-04-01T00:00:00.000Z,1136-05-01T00:00:00.000Z,1136-06-01T00:00:00.000Z,1136-07-01T00:00:00.000Z/1136-09-01T00:00:00.000Z/P31D,1136-10-01T00:00:00.000Z,1136-11-01T00:00:00.000Z,1136-12-01T00:00:00.000Z/1137-02-01T00:00:00.000Z/P31D,1137-03-01T00:00:00.000Z,1137-04-01T00:00:00.000Z,1137-05-01T00:00:00.000Z,1137-06-01T00:00:00.000Z,1137-07-01T00:00:00.000Z/1137-09-01T00:00:00.000Z/P31D,1137-10-01T00:00:00.000Z,1137-11-01T00:00:00.000Z,1137-12-01T00:00:00.000Z/1138-02-01T00:00:00.000Z/P31D,1138-03-01T00:00:00.000Z,1138-04-01T00:00:00.000Z,1138-05-01T00:00:00.000Z,1138-06-01T00:00:00.000Z,1138-07-01T00:00:00.000Z/1138-09-01T00:00:00.000Z/P31D,1138-10-01T00:00:00.000Z,1138-11-01T00:00:00.000Z,1138-12-01T00:00:00.000Z/1139-02-01T00:00:00.000Z/P31D,1139-03-01T00:00:00.000Z,1139-04-01T00:00:00.000Z,1139-05-01T00:00:00.000Z,1139-06-01T00:00:00.000Z,1139-07-01T00:00:00.000Z/1139-09-01T00:00:00.000Z/P31D,1139-10-01T00:00:00.000Z,1139-11-01T00:00:00.000Z,1139-12-01T00:00:00.000Z/1140-02-01T00:00:00.000Z/P31D,1140-03-01T00:00:00.000Z,1140-04-01T00:00:00.000Z,1140-05-01T00:00:00.000Z,1140-06-01T00:00:00.000Z,1140-07-01T00:00:00.000Z/1140-09-01T00:00:00.000Z/P31D,1140-10-01T00:00:00.000Z,1140-11-01T00:00:00.000Z,1140-12-01T00:00:00.000Z/1141-02-01T00:00:00.000Z/P31D,1141-03-01T00:00:00.000Z,1141-04-01T00:00:00.000Z,1141-05-01T00:00:00.000Z,1141-06-01T00:00:00.000Z,1141-07-01T00:00:00.000Z/1141-09-01T00:00:00.000Z/P31D,1141-10-01T00:00:00.000Z,1141-11-01T00:00:00.000Z,1141-12-01T00:00:00.000Z/1142-02-01T00:00:00.000Z/P31D,1142-03-01T00:00:00.000Z,1142-04-01T00:00:00.000Z,1142-05-01T00:00:00.000Z,1142-06-01T00:00:00.000Z,1142-07-01T00:00:00.000Z/1142-09-01T00:00:00.000Z/P31D,1142-10-01T00:00:00.000Z,1142-11-01T00:00:00.000Z,1142-12-01T00:00:00.000Z/1143-02-01T00:00:00.000Z/P31D,1143-03-01T00:00:00.000Z,1143-04-01T00:00:00.000Z,1143-05-01T00:00:00.000Z,1143-06-01T00:00:00.000Z,1143-07-01T00:00:00.000Z/1143-09-01T00:00:00.000Z/P31D,1143-10-01T00:00:00.000Z,1143-11-01T00:00:00.000Z,1143-12-01T00:00:00.000Z/1144-02-01T00:00:00.000Z/P31D,1144-03-01T00:00:00.000Z,1144-04-01T00:00:00.000Z,1144-05-01T00:00:00.000Z,1144-06-01T00:00:00.000Z,1144-07-01T00:00:00.000Z/1144-09-01T00:00:00.000Z/P31D,1144-10-01T00:00:00.000Z,1144-11-01T00:00:00.000Z,1144-12-01T00:00:00.000Z/1145-02-01T00:00:00.000Z/P31D,1145-03-01T00:00:00.000Z,1145-04-01T00:00:00.000Z,1145-05-01T00:00:00.000Z,1145-06-01T00:00:00.000Z,1145-07-01T00:00:00.000Z/1145-09-01T00:00:00.000Z/P31D,1145-10-01T00:00:00.000Z,1145-11-01T00:00:00.000Z,1145-12-01T00:00:00.000Z/1146-02-01T00:00:00.000Z/P31D,1146-03-01T00:00:00.000Z,1146-04-01T00:00:00.000Z,1146-05-01T00:00:00.000Z,1146-06-01T00:00:00.000Z,1146-07-01T00:00:00.000Z/1146-09-01T00:00:00.000Z/P31D,1146-10-01T00:00:00.000Z,1146-11-01T00:00:00.000Z,1146-12-01T00:00:00.000Z/1147-02-01T00:00:00.000Z/P31D,1147-03-01T00:00:00.000Z,1147-04-01T00:00:00.000Z,1147-05-01T00:00:00.000Z,1147-06-01T00:00:00.000Z,1147-07-01T00:00:00.000Z/1147-09-01T00:00:00.000Z/P31D,1147-10-01T00:00:00.000Z,1147-11-01T00:00:00.000Z,1147-12-01T00:00:00.000Z/1148-02-01T00:00:00.000Z/P31D,1148-03-01T00:00:00.000Z,1148-04-01T00:00:00.000Z,1148-05-01T00:00:00.000Z,1148-06-01T00:00:00.000Z,1148-07-01T00:00:00.000Z/1148-09-01T00:00:00.000Z/P31D,1148-10-01T00:00:00.000Z,1148-11-01T00:00:00.000Z,1148-12-01T00:00:00.000Z/1149-02-01T00:00:00.000Z/P31D,1149-03-01T00:00:00.000Z,1149-04-01T00:00:00.000Z,1149-05-01T00:00:00.000Z,1149-06-01T00:00:00.000Z,1149-07-01T00:00:00.000Z/1149-09-01T00:00:00.000Z/P31D,1149-10-01T00:00:00.000Z,1149-11-01T00:00:00.000Z,1149-12-01T00:00:00.000Z/1150-02-01T00:00:00.000Z/P31D,1150-03-01T00:00:00.000Z,1150-04-01T00:00:00.000Z,1150-05-01T00:00:00.000Z,1150-06-01T00:00:00.000Z,1150-07-01T00:00:00.000Z/1150-09-01T00:00:00.000Z/P31D,1150-10-01T00:00:00.000Z,1150-11-01T00:00:00.000Z,1150-12-01T00:00:00.000Z/1151-02-01T00:00:00.000Z/P31D,1151-03-01T00:00:00.000Z,1151-04-01T00:00:00.000Z,1151-05-01T00:00:00.000Z,1151-06-01T00:00:00.000Z,1151-07-01T00:00:00.000Z/1151-09-01T00:00:00.000Z/P31D,1151-10-01T00:00:00.000Z,1151-11-01T00:00:00.000Z,1151-12-01T00:00:00.000Z/1152-02-01T00:00:00.000Z/P31D,1152-03-01T00:00:00.000Z,1152-04-01T00:00:00.000Z,1152-05-01T00:00:00.000Z,1152-06-01T00:00:00.000Z,1152-07-01T00:00:00.000Z/1152-09-01T00:00:00.000Z/P31D,1152-10-01T00:00:00.000Z,1152-11-01T00:00:00.000Z,1152-12-01T00:00:00.000Z/1153-02-01T00:00:00.000Z/P31D,1153-03-01T00:00:00.000Z,1153-04-01T00:00:00.000Z,1153-05-01T00:00:00.000Z,1153-06-01T00:00:00.000Z,1153-07-01T00:00:00.000Z/1153-09-01T00:00:00.000Z/P31D,1153-10-01T00:00:00.000Z,1153-11-01T00:00:00.000Z,1153-12-01T00:00:00.000Z/1154-02-01T00:00:00.000Z/P31D,1154-03-01T00:00:00.000Z,1154-04-01T00:00:00.000Z,1154-05-01T00:00:00.000Z,1154-06-01T00:00:00.000Z,1154-07-01T00:00:00.000Z/1154-09-01T00:00:00.000Z/P31D,1154-10-01T00:00:00.000Z,1154-11-01T00:00:00.000Z,1154-12-01T00:00:00.000Z/1155-02-01T00:00:00.000Z/P31D,1155-03-01T00:00:00.000Z,1155-04-01T00:00:00.000Z,1155-05-01T00:00:00.000Z,1155-06-01T00:00:00.000Z,1155-07-01T00:00:00.000Z/1155-09-01T00:00:00.000Z/P31D,1155-10-01T00:00:00.000Z,1155-11-01T00:00:00.000Z,1155-12-01T00:00:00.000Z/1156-02-01T00:00:00.000Z/P31D,1156-03-01T00:00:00.000Z,1156-04-01T00:00:00.000Z,1156-05-01T00:00:00.000Z,1156-06-01T00:00:00.000Z,1156-07-01T00:00:00.000Z/1156-09-01T00:00:00.000Z/P31D,1156-10-01T00:00:00.000Z,1156-11-01T00:00:00.000Z,1156-12-01T00:00:00.000Z/1157-02-01T00:00:00.000Z/P31D,1157-03-01T00:00:00.000Z,1157-04-01T00:00:00.000Z,1157-05-01T00:00:00.000Z,1157-06-01T00:00:00.000Z,1157-07-01T00:00:00.000Z/1157-09-01T00:00:00.000Z/P31D,1157-10-01T00:00:00.000Z,1157-11-01T00:00:00.000Z,1157-12-01T00:00:00.000Z/1158-02-01T00:00:00.000Z/P31D,1158-03-01T00:00:00.000Z,1158-04-01T00:00:00.000Z,1158-05-01T00:00:00.000Z,1158-06-01T00:00:00.000Z,1158-07-01T00:00:00.000Z/1158-09-01T00:00:00.000Z/P31D,1158-10-01T00:00:00.000Z,1158-11-01T00:00:00.000Z,1158-12-01T00:00:00.000Z/1159-02-01T00:00:00.000Z/P31D,1159-03-01T00:00:00.000Z,1159-04-01T00:00:00.000Z,1159-05-01T00:00:00.000Z,1159-06-01T00:00:00.000Z,1159-07-01T00:00:00.000Z/1159-09-01T00:00:00.000Z/P31D,1159-10-01T00:00:00.000Z,1159-11-01T00:00:00.000Z,1159-12-01T00:00:00.000Z,1160-01-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583117/CESM1-LME-picontrol_FSNSC.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FSNSC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583117/CESM1-LME-picontrol_FSNSC.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FSNSC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583117/CESM1-LME-picontrol_FSNSC.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FSNSC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583117/CESM1-LME-picontrol_FSNSC.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FSNSC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583117/CESM1-LME-picontrol_FSNSC.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FSNSC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583117/CESM1-LME-picontrol_FSNSC.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FSNSC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
