<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-05-05T01:21:13.852Z"
        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-1PERCENTCO2_FSNS.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-1PERCENTCO2_FSNS.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-1PERCENTCO2_FSNS.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-1PERCENTCO2_FSNS.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>FSNS</Name>
        <Title>Net solar flux at surface</Title>
        <Abstract>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="1191-01-01T00:00:00.000Z">
            1001-02-01T00:00:00.000Z,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-02-01T00:00:00.000Z/P31D,1160-03-01T00:00:00.000Z,1160-04-01T00:00:00.000Z,1160-05-01T00:00:00.000Z,1160-06-01T00:00:00.000Z,1160-07-01T00:00:00.000Z/1160-09-01T00:00:00.000Z/P31D,1160-10-01T00:00:00.000Z,1160-11-01T00:00:00.000Z,1160-12-01T00:00:00.000Z/1161-02-01T00:00:00.000Z/P31D,1161-03-01T00:00:00.000Z,1161-04-01T00:00:00.000Z,1161-05-01T00:00:00.000Z,1161-06-01T00:00:00.000Z,1161-07-01T00:00:00.000Z/1161-09-01T00:00:00.000Z/P31D,1161-10-01T00:00:00.000Z,1161-11-01T00:00:00.000Z,1161-12-01T00:00:00.000Z/1162-02-01T00:00:00.000Z/P31D,1162-03-01T00:00:00.000Z,1162-04-01T00:00:00.000Z,1162-05-01T00:00:00.000Z,1162-06-01T00:00:00.000Z,1162-07-01T00:00:00.000Z/1162-09-01T00:00:00.000Z/P31D,1162-10-01T00:00:00.000Z,1162-11-01T00:00:00.000Z,1162-12-01T00:00:00.000Z/1163-02-01T00:00:00.000Z/P31D,1163-03-01T00:00:00.000Z,1163-04-01T00:00:00.000Z,1163-05-01T00:00:00.000Z,1163-06-01T00:00:00.000Z,1163-07-01T00:00:00.000Z/1163-09-01T00:00:00.000Z/P31D,1163-10-01T00:00:00.000Z,1163-11-01T00:00:00.000Z,1163-12-01T00:00:00.000Z/1164-02-01T00:00:00.000Z/P31D,1164-03-01T00:00:00.000Z,1164-04-01T00:00:00.000Z,1164-05-01T00:00:00.000Z,1164-06-01T00:00:00.000Z,1164-07-01T00:00:00.000Z/1164-09-01T00:00:00.000Z/P31D,1164-10-01T00:00:00.000Z,1164-11-01T00:00:00.000Z,1164-12-01T00:00:00.000Z/1165-02-01T00:00:00.000Z/P31D,1165-03-01T00:00:00.000Z,1165-04-01T00:00:00.000Z,1165-05-01T00:00:00.000Z,1165-06-01T00:00:00.000Z,1165-07-01T00:00:00.000Z/1165-09-01T00:00:00.000Z/P31D,1165-10-01T00:00:00.000Z,1165-11-01T00:00:00.000Z,1165-12-01T00:00:00.000Z/1166-02-01T00:00:00.000Z/P31D,1166-03-01T00:00:00.000Z,1166-04-01T00:00:00.000Z,1166-05-01T00:00:00.000Z,1166-06-01T00:00:00.000Z,1166-07-01T00:00:00.000Z/1166-09-01T00:00:00.000Z/P31D,1166-10-01T00:00:00.000Z,1166-11-01T00:00:00.000Z,1166-12-01T00:00:00.000Z/1167-02-01T00:00:00.000Z/P31D,1167-03-01T00:00:00.000Z,1167-04-01T00:00:00.000Z,1167-05-01T00:00:00.000Z,1167-06-01T00:00:00.000Z,1167-07-01T00:00:00.000Z/1167-09-01T00:00:00.000Z/P31D,1167-10-01T00:00:00.000Z,1167-11-01T00:00:00.000Z,1167-12-01T00:00:00.000Z/1168-02-01T00:00:00.000Z/P31D,1168-03-01T00:00:00.000Z,1168-04-01T00:00:00.000Z,1168-05-01T00:00:00.000Z,1168-06-01T00:00:00.000Z,1168-07-01T00:00:00.000Z/1168-09-01T00:00:00.000Z/P31D,1168-10-01T00:00:00.000Z,1168-11-01T00:00:00.000Z,1168-12-01T00:00:00.000Z/1169-02-01T00:00:00.000Z/P31D,1169-03-01T00:00:00.000Z,1169-04-01T00:00:00.000Z,1169-05-01T00:00:00.000Z,1169-06-01T00:00:00.000Z,1169-07-01T00:00:00.000Z/1169-09-01T00:00:00.000Z/P31D,1169-10-01T00:00:00.000Z,1169-11-01T00:00:00.000Z,1169-12-01T00:00:00.000Z/1170-02-01T00:00:00.000Z/P31D,1170-03-01T00:00:00.000Z,1170-04-01T00:00:00.000Z,1170-05-01T00:00:00.000Z,1170-06-01T00:00:00.000Z,1170-07-01T00:00:00.000Z/1170-09-01T00:00:00.000Z/P31D,1170-10-01T00:00:00.000Z,1170-11-01T00:00:00.000Z,1170-12-01T00:00:00.000Z/1171-02-01T00:00:00.000Z/P31D,1171-03-01T00:00:00.000Z,1171-04-01T00:00:00.000Z,1171-05-01T00:00:00.000Z,1171-06-01T00:00:00.000Z,1171-07-01T00:00:00.000Z/1171-09-01T00:00:00.000Z/P31D,1171-10-01T00:00:00.000Z,1171-11-01T00:00:00.000Z,1171-12-01T00:00:00.000Z/1172-02-01T00:00:00.000Z/P31D,1172-03-01T00:00:00.000Z,1172-04-01T00:00:00.000Z,1172-05-01T00:00:00.000Z,1172-06-01T00:00:00.000Z,1172-07-01T00:00:00.000Z/1172-09-01T00:00:00.000Z/P31D,1172-10-01T00:00:00.000Z,1172-11-01T00:00:00.000Z,1172-12-01T00:00:00.000Z/1173-02-01T00:00:00.000Z/P31D,1173-03-01T00:00:00.000Z,1173-04-01T00:00:00.000Z,1173-05-01T00:00:00.000Z,1173-06-01T00:00:00.000Z,1173-07-01T00:00:00.000Z/1173-09-01T00:00:00.000Z/P31D,1173-10-01T00:00:00.000Z,1173-11-01T00:00:00.000Z,1173-12-01T00:00:00.000Z/1174-02-01T00:00:00.000Z/P31D,1174-03-01T00:00:00.000Z,1174-04-01T00:00:00.000Z,1174-05-01T00:00:00.000Z,1174-06-01T00:00:00.000Z,1174-07-01T00:00:00.000Z/1174-09-01T00:00:00.000Z/P31D,1174-10-01T00:00:00.000Z,1174-11-01T00:00:00.000Z,1174-12-01T00:00:00.000Z/1175-02-01T00:00:00.000Z/P31D,1175-03-01T00:00:00.000Z,1175-04-01T00:00:00.000Z,1175-05-01T00:00:00.000Z,1175-06-01T00:00:00.000Z,1175-07-01T00:00:00.000Z/1175-09-01T00:00:00.000Z/P31D,1175-10-01T00:00:00.000Z,1175-11-01T00:00:00.000Z,1175-12-01T00:00:00.000Z/1176-02-01T00:00:00.000Z/P31D,1176-03-01T00:00:00.000Z,1176-04-01T00:00:00.000Z,1176-05-01T00:00:00.000Z,1176-06-01T00:00:00.000Z,1176-07-01T00:00:00.000Z/1176-09-01T00:00:00.000Z/P31D,1176-10-01T00:00:00.000Z,1176-11-01T00:00:00.000Z,1176-12-01T00:00:00.000Z/1177-02-01T00:00:00.000Z/P31D,1177-03-01T00:00:00.000Z,1177-04-01T00:00:00.000Z,1177-05-01T00:00:00.000Z,1177-06-01T00:00:00.000Z,1177-07-01T00:00:00.000Z/1177-09-01T00:00:00.000Z/P31D,1177-10-01T00:00:00.000Z,1177-11-01T00:00:00.000Z,1177-12-01T00:00:00.000Z/1178-02-01T00:00:00.000Z/P31D,1178-03-01T00:00:00.000Z,1178-04-01T00:00:00.000Z,1178-05-01T00:00:00.000Z,1178-06-01T00:00:00.000Z,1178-07-01T00:00:00.000Z/1178-09-01T00:00:00.000Z/P31D,1178-10-01T00:00:00.000Z,1178-11-01T00:00:00.000Z,1178-12-01T00:00:00.000Z/1179-02-01T00:00:00.000Z/P31D,1179-03-01T00:00:00.000Z,1179-04-01T00:00:00.000Z,1179-05-01T00:00:00.000Z,1179-06-01T00:00:00.000Z,1179-07-01T00:00:00.000Z/1179-09-01T00:00:00.000Z/P31D,1179-10-01T00:00:00.000Z,1179-11-01T00:00:00.000Z,1179-12-01T00:00:00.000Z/1180-02-01T00:00:00.000Z/P31D,1180-03-01T00:00:00.000Z,1180-04-01T00:00:00.000Z,1180-05-01T00:00:00.000Z,1180-06-01T00:00:00.000Z,1180-07-01T00:00:00.000Z/1180-09-01T00:00:00.000Z/P31D,1180-10-01T00:00:00.000Z,1180-11-01T00:00:00.000Z,1180-12-01T00:00:00.000Z/1181-02-01T00:00:00.000Z/P31D,1181-03-01T00:00:00.000Z,1181-04-01T00:00:00.000Z,1181-05-01T00:00:00.000Z,1181-06-01T00:00:00.000Z,1181-07-01T00:00:00.000Z/1181-09-01T00:00:00.000Z/P31D,1181-10-01T00:00:00.000Z,1181-11-01T00:00:00.000Z,1181-12-01T00:00:00.000Z/1182-02-01T00:00:00.000Z/P31D,1182-03-01T00:00:00.000Z,1182-04-01T00:00:00.000Z,1182-05-01T00:00:00.000Z,1182-06-01T00:00:00.000Z,1182-07-01T00:00:00.000Z/1182-09-01T00:00:00.000Z/P31D,1182-10-01T00:00:00.000Z,1182-11-01T00:00:00.000Z,1182-12-01T00:00:00.000Z/1183-02-01T00:00:00.000Z/P31D,1183-03-01T00:00:00.000Z,1183-04-01T00:00:00.000Z,1183-05-01T00:00:00.000Z,1183-06-01T00:00:00.000Z,1183-07-01T00:00:00.000Z/1183-09-01T00:00:00.000Z/P31D,1183-10-01T00:00:00.000Z,1183-11-01T00:00:00.000Z,1183-12-01T00:00:00.000Z/1184-02-01T00:00:00.000Z/P31D,1184-03-01T00:00:00.000Z,1184-04-01T00:00:00.000Z,1184-05-01T00:00:00.000Z,1184-06-01T00:00:00.000Z,1184-07-01T00:00:00.000Z/1184-09-01T00:00:00.000Z/P31D,1184-10-01T00:00:00.000Z,1184-11-01T00:00:00.000Z,1184-12-01T00:00:00.000Z/1185-02-01T00:00:00.000Z/P31D,1185-03-01T00:00:00.000Z,1185-04-01T00:00:00.000Z,1185-05-01T00:00:00.000Z,1185-06-01T00:00:00.000Z,1185-07-01T00:00:00.000Z/1185-09-01T00:00:00.000Z/P31D,1185-10-01T00:00:00.000Z,1185-11-01T00:00:00.000Z,1185-12-01T00:00:00.000Z/1186-02-01T00:00:00.000Z/P31D,1186-03-01T00:00:00.000Z,1186-04-01T00:00:00.000Z,1186-05-01T00:00:00.000Z,1186-06-01T00:00:00.000Z,1186-07-01T00:00:00.000Z/1186-09-01T00:00:00.000Z/P31D,1186-10-01T00:00:00.000Z,1186-11-01T00:00:00.000Z,1186-12-01T00:00:00.000Z/1187-02-01T00:00:00.000Z/P31D,1187-03-01T00:00:00.000Z,1187-04-01T00:00:00.000Z,1187-05-01T00:00:00.000Z,1187-06-01T00:00:00.000Z,1187-07-01T00:00:00.000Z/1187-09-01T00:00:00.000Z/P31D,1187-10-01T00:00:00.000Z,1187-11-01T00:00:00.000Z,1187-12-01T00:00:00.000Z/1188-02-01T00:00:00.000Z/P31D,1188-03-01T00:00:00.000Z,1188-04-01T00:00:00.000Z,1188-05-01T00:00:00.000Z,1188-06-01T00:00:00.000Z,1188-07-01T00:00:00.000Z/1188-09-01T00:00:00.000Z/P31D,1188-10-01T00:00:00.000Z,1188-11-01T00:00:00.000Z,1188-12-01T00:00:00.000Z/1189-02-01T00:00:00.000Z/P31D,1189-03-01T00:00:00.000Z,1189-04-01T00:00:00.000Z,1189-05-01T00:00:00.000Z,1189-06-01T00:00:00.000Z,1189-07-01T00:00:00.000Z/1189-09-01T00:00:00.000Z/P31D,1189-10-01T00:00:00.000Z,1189-11-01T00:00:00.000Z,1189-12-01T00:00:00.000Z/1190-02-01T00:00:00.000Z/P31D,1190-03-01T00:00:00.000Z,1190-04-01T00:00:00.000Z,1190-05-01T00:00:00.000Z,1190-06-01T00:00:00.000Z,1190-07-01T00:00:00.000Z/1190-09-01T00:00:00.000Z/P31D,1190-10-01T00:00:00.000Z,1190-11-01T00:00:00.000Z,1190-12-01T00:00:00.000Z,1191-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-1PERCENTCO2_FSNS.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FSNS
            </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-1PERCENTCO2_FSNS.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FSNS&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</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-1PERCENTCO2_FSNS.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FSNS
            </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-1PERCENTCO2_FSNS.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FSNS&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>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-1PERCENTCO2_FSNS.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FSNS
            </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-1PERCENTCO2_FSNS.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FSNS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
