<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-05-04T18:26:15.805Z"
        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/CESM1b-4xCO2_CLDLOW.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/CESM1b-4xCO2_CLDLOW.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/CESM1b-4xCO2_CLDLOW.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/CESM1b-4xCO2_CLDLOW.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>CLDLOW</Name>
        <Title>Vertically-integrated low cloud</Title>
        <Abstract>Vertically-integrated low cloud</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="0200-01-01T00:00:00.000Z">
            0001-02-01T00:00:00.000Z,0001-03-01T00:00:00.000Z,0001-04-01T00:00:00.000Z,0001-05-01T00:00:00.000Z,0001-06-01T00:00:00.000Z,0001-07-01T00:00:00.000Z/0001-09-01T00:00:00.000Z/P31D,0001-10-01T00:00:00.000Z,0001-11-01T00:00:00.000Z,0001-12-01T00:00:00.000Z/0002-02-01T00:00:00.000Z/P31D,0002-03-01T00:00:00.000Z,0002-04-01T00:00:00.000Z,0002-05-01T00:00:00.000Z,0002-06-01T00:00:00.000Z,0002-07-01T00:00:00.000Z/0002-09-01T00:00:00.000Z/P31D,0002-10-01T00:00:00.000Z,0002-11-01T00:00:00.000Z,0002-12-01T00:00:00.000Z/0003-02-01T00:00:00.000Z/P31D,0003-03-01T00:00:00.000Z,0003-04-01T00:00:00.000Z,0003-05-01T00:00:00.000Z,0003-06-01T00:00:00.000Z,0003-07-01T00:00:00.000Z/0003-09-01T00:00:00.000Z/P31D,0003-10-01T00:00:00.000Z,0003-11-01T00:00:00.000Z,0003-12-01T00:00:00.000Z/0004-02-01T00:00:00.000Z/P31D,0004-03-01T00:00:00.000Z,0004-04-01T00:00:00.000Z,0004-05-01T00:00:00.000Z,0004-06-01T00:00:00.000Z,0004-07-01T00:00:00.000Z/0004-09-01T00:00:00.000Z/P31D,0004-10-01T00:00:00.000Z,0004-11-01T00:00:00.000Z,0004-12-01T00:00:00.000Z/0005-02-01T00:00:00.000Z/P31D,0005-03-01T00:00:00.000Z,0005-04-01T00:00:00.000Z,0005-05-01T00:00:00.000Z,0005-06-01T00:00:00.000Z,0005-07-01T00:00:00.000Z/0005-09-01T00:00:00.000Z/P31D,0005-10-01T00:00:00.000Z,0005-11-01T00:00:00.000Z,0005-12-01T00:00:00.000Z/0006-02-01T00:00:00.000Z/P31D,0006-03-01T00:00:00.000Z,0006-04-01T00:00:00.000Z,0006-05-01T00:00:00.000Z,0006-06-01T00:00:00.000Z,0006-07-01T00:00:00.000Z/0006-09-01T00:00:00.000Z/P31D,0006-10-01T00:00:00.000Z,0006-11-01T00:00:00.000Z,0006-12-01T00:00:00.000Z/0007-02-01T00:00:00.000Z/P31D,0007-03-01T00:00:00.000Z,0007-04-01T00:00:00.000Z,0007-05-01T00:00:00.000Z,0007-06-01T00:00:00.000Z,0007-07-01T00:00:00.000Z/0007-09-01T00:00:00.000Z/P31D,0007-10-01T00:00:00.000Z,0007-11-01T00:00:00.000Z,0007-12-01T00:00:00.000Z/0008-02-01T00:00:00.000Z/P31D,0008-03-01T00:00:00.000Z,0008-04-01T00:00:00.000Z,0008-05-01T00:00:00.000Z,0008-06-01T00:00:00.000Z,0008-07-01T00:00:00.000Z/0008-09-01T00:00:00.000Z/P31D,0008-10-01T00:00:00.000Z,0008-11-01T00:00:00.000Z,0008-12-01T00:00:00.000Z/0009-02-01T00:00:00.000Z/P31D,0009-03-01T00:00:00.000Z,0009-04-01T00:00:00.000Z,0009-05-01T00:00:00.000Z,0009-06-01T00:00:00.000Z,0009-07-01T00:00:00.000Z/0009-09-01T00:00:00.000Z/P31D,0009-10-01T00:00:00.000Z,0009-11-01T00:00:00.000Z,0009-12-01T00:00:00.000Z/0010-02-01T00:00:00.000Z/P31D,0010-03-01T00:00:00.000Z,0010-04-01T00:00:00.000Z,0010-05-01T00:00:00.000Z,0010-06-01T00:00:00.000Z,0010-07-01T00:00:00.000Z/0010-09-01T00:00:00.000Z/P31D,0010-10-01T00:00:00.000Z,0010-11-01T00:00:00.000Z,0010-12-01T00:00:00.000Z/0011-02-01T00:00:00.000Z/P31D,0011-03-01T00:00:00.000Z,0011-04-01T00:00:00.000Z,0011-05-01T00:00:00.000Z,0011-06-01T00:00:00.000Z,0011-07-01T00:00:00.000Z/0011-09-01T00:00:00.000Z/P31D,0011-10-01T00:00:00.000Z,0011-11-01T00:00:00.000Z,0011-12-01T00:00:00.000Z/0012-02-01T00:00:00.000Z/P31D,0012-03-01T00:00:00.000Z,0012-04-01T00:00:00.000Z,0012-05-01T00:00:00.000Z,0012-06-01T00:00:00.000Z,0012-07-01T00:00:00.000Z/0012-09-01T00:00:00.000Z/P31D,0012-10-01T00:00:00.000Z,0012-11-01T00:00:00.000Z,0012-12-01T00:00:00.000Z/0013-02-01T00:00:00.000Z/P31D,0013-03-01T00:00:00.000Z,0013-04-01T00:00:00.000Z,0013-05-01T00:00:00.000Z,0013-06-01T00:00:00.000Z,0013-07-01T00:00:00.000Z/0013-09-01T00:00:00.000Z/P31D,0013-10-01T00:00:00.000Z,0013-11-01T00:00:00.000Z,0013-12-01T00:00:00.000Z/0014-02-01T00:00:00.000Z/P31D,0014-03-01T00:00:00.000Z,0014-04-01T00:00:00.000Z,0014-05-01T00:00:00.000Z,0014-06-01T00:00:00.000Z,0014-07-01T00:00:00.000Z/0014-09-01T00:00:00.000Z/P31D,0014-10-01T00:00:00.000Z,0014-11-01T00:00:00.000Z,0014-12-01T00:00:00.000Z/0015-02-01T00:00:00.000Z/P31D,0015-03-01T00:00:00.000Z,0015-04-01T00:00:00.000Z,0015-05-01T00:00:00.000Z,0015-06-01T00:00:00.000Z,0015-07-01T00:00:00.000Z/0015-09-01T00:00:00.000Z/P31D,0015-10-01T00:00:00.000Z,0015-11-01T00:00:00.000Z,0015-12-01T00:00:00.000Z/0016-02-01T00:00:00.000Z/P31D,0016-03-01T00:00:00.000Z,0016-04-01T00:00:00.000Z,0016-05-01T00:00:00.000Z,0016-06-01T00:00:00.000Z,0016-07-01T00:00:00.000Z/0016-09-01T00:00:00.000Z/P31D,0016-10-01T00:00:00.000Z,0016-11-01T00:00:00.000Z,0016-12-01T00:00:00.000Z/0017-02-01T00:00:00.000Z/P31D,0017-03-01T00:00:00.000Z,0017-04-01T00:00:00.000Z,0017-05-01T00:00:00.000Z,0017-06-01T00:00:00.000Z,0017-07-01T00:00:00.000Z/0017-09-01T00:00:00.000Z/P31D,0017-10-01T00:00:00.000Z,0017-11-01T00:00:00.000Z,0017-12-01T00:00:00.000Z/0018-02-01T00:00:00.000Z/P31D,0018-03-01T00:00:00.000Z,0018-04-01T00:00:00.000Z,0018-05-01T00:00:00.000Z,0018-06-01T00:00:00.000Z,0018-07-01T00:00:00.000Z/0018-09-01T00:00:00.000Z/P31D,0018-10-01T00:00:00.000Z,0018-11-01T00:00:00.000Z,0018-12-01T00:00:00.000Z/0019-02-01T00:00:00.000Z/P31D,0019-03-01T00:00:00.000Z,0019-04-01T00:00:00.000Z,0019-05-01T00:00:00.000Z,0019-06-01T00:00:00.000Z,0019-07-01T00:00:00.000Z/0019-09-01T00:00:00.000Z/P31D,0019-10-01T00:00:00.000Z,0019-11-01T00:00:00.000Z,0019-12-01T00:00:00.000Z/0020-02-01T00:00:00.000Z/P31D,0020-03-01T00:00:00.000Z,0020-04-01T00:00:00.000Z,0020-05-01T00:00:00.000Z,0020-06-01T00:00:00.000Z,0020-07-01T00:00:00.000Z/0020-09-01T00:00:00.000Z/P31D,0020-10-01T00:00:00.000Z,0020-11-01T00:00:00.000Z,0020-12-01T00:00:00.000Z/0021-02-01T00:00:00.000Z/P31D,0021-03-01T00:00:00.000Z,0021-04-01T00:00:00.000Z,0021-05-01T00:00:00.000Z,0021-06-01T00:00:00.000Z,0021-07-01T00:00:00.000Z/0021-09-01T00:00:00.000Z/P31D,0021-10-01T00:00:00.000Z,0021-11-01T00:00:00.000Z,0021-12-01T00:00:00.000Z/0022-02-01T00:00:00.000Z/P31D,0022-03-01T00:00:00.000Z,0022-04-01T00:00:00.000Z,0022-05-01T00:00:00.000Z,0022-06-01T00:00:00.000Z,0022-07-01T00:00:00.000Z/0022-09-01T00:00:00.000Z/P31D,0022-10-01T00:00:00.000Z,0022-11-01T00:00:00.000Z,0022-12-01T00:00:00.000Z/0023-02-01T00:00:00.000Z/P31D,0023-03-01T00:00:00.000Z,0023-04-01T00:00:00.000Z,0023-05-01T00:00:00.000Z,0023-06-01T00:00:00.000Z,0023-07-01T00:00:00.000Z/0023-09-01T00:00:00.000Z/P31D,0023-10-01T00:00:00.000Z,0023-11-01T00:00:00.000Z,0023-12-01T00:00:00.000Z/0024-02-01T00:00:00.000Z/P31D,0024-03-01T00:00:00.000Z,0024-04-01T00:00:00.000Z,0024-05-01T00:00:00.000Z,0024-06-01T00:00:00.000Z,0024-07-01T00:00:00.000Z/0024-09-01T00:00:00.000Z/P31D,0024-10-01T00:00:00.000Z,0024-11-01T00:00:00.000Z,0024-12-01T00:00:00.000Z/0025-02-01T00:00:00.000Z/P31D,0025-03-01T00:00:00.000Z,0025-04-01T00:00:00.000Z,0025-05-01T00:00:00.000Z,0025-06-01T00:00:00.000Z,0025-07-01T00:00:00.000Z/0025-09-01T00:00:00.000Z/P31D,0025-10-01T00:00:00.000Z,0025-11-01T00:00:00.000Z,0025-12-01T00:00:00.000Z/0026-02-01T00:00:00.000Z/P31D,0026-03-01T00:00:00.000Z,0026-04-01T00:00:00.000Z,0026-05-01T00:00:00.000Z,0026-06-01T00:00:00.000Z,0026-07-01T00:00:00.000Z/0026-09-01T00:00:00.000Z/P31D,0026-10-01T00:00:00.000Z,0026-11-01T00:00:00.000Z,0026-12-01T00:00:00.000Z/0027-02-01T00:00:00.000Z/P31D,0027-03-01T00:00:00.000Z,0027-04-01T00:00:00.000Z,0027-05-01T00:00:00.000Z,0027-06-01T00:00:00.000Z,0027-07-01T00:00:00.000Z/0027-09-01T00:00:00.000Z/P31D,0027-10-01T00:00:00.000Z,0027-11-01T00:00:00.000Z,0027-12-01T00:00:00.000Z/0028-02-01T00:00:00.000Z/P31D,0028-03-01T00:00:00.000Z,0028-04-01T00:00:00.000Z,0028-05-01T00:00:00.000Z,0028-06-01T00:00:00.000Z,0028-07-01T00:00:00.000Z/0028-09-01T00:00:00.000Z/P31D,0028-10-01T00:00:00.000Z,0028-11-01T00:00:00.000Z,0028-12-01T00:00:00.000Z/0029-02-01T00:00:00.000Z/P31D,0029-03-01T00:00:00.000Z,0029-04-01T00:00:00.000Z,0029-05-01T00:00:00.000Z,0029-06-01T00:00:00.000Z,0029-07-01T00:00:00.000Z/0029-09-01T00:00:00.000Z/P31D,0029-10-01T00:00:00.000Z,0029-11-01T00:00:00.000Z,0029-12-01T00:00:00.000Z/0030-02-01T00:00:00.000Z/P31D,0030-03-01T00:00:00.000Z,0030-04-01T00:00:00.000Z,0030-05-01T00:00:00.000Z,0030-06-01T00:00:00.000Z,0030-07-01T00:00:00.000Z/0030-09-01T00:00:00.000Z/P31D,0030-10-01T00:00:00.000Z,0030-11-01T00:00:00.000Z,0030-12-01T00:00:00.000Z/0031-02-01T00:00:00.000Z/P31D,0031-03-01T00:00:00.000Z,0031-04-01T00:00:00.000Z,0031-05-01T00:00:00.000Z,0031-06-01T00:00:00.000Z,0031-07-01T00:00:00.000Z/0031-09-01T00:00:00.000Z/P31D,0031-10-01T00:00:00.000Z,0031-11-01T00:00:00.000Z,0031-12-01T00:00:00.000Z/0032-02-01T00:00:00.000Z/P31D,0032-03-01T00:00:00.000Z,0032-04-01T00:00:00.000Z,0032-05-01T00:00:00.000Z,0032-06-01T00:00:00.000Z,0032-07-01T00:00:00.000Z/0032-09-01T00:00:00.000Z/P31D,0032-10-01T00:00:00.000Z,0032-11-01T00:00:00.000Z,0032-12-01T00:00:00.000Z/0033-02-01T00:00:00.000Z/P31D,0033-03-01T00:00:00.000Z,0033-04-01T00:00:00.000Z,0033-05-01T00:00:00.000Z,0033-06-01T00:00:00.000Z,0033-07-01T00:00:00.000Z/0033-09-01T00:00:00.000Z/P31D,0033-10-01T00:00:00.000Z,0033-11-01T00:00:00.000Z,0033-12-01T00:00:00.000Z/0034-02-01T00:00:00.000Z/P31D,0034-03-01T00:00:00.000Z,0034-04-01T00:00:00.000Z,0034-05-01T00:00:00.000Z,0034-06-01T00:00:00.000Z,0034-07-01T00:00:00.000Z/0034-09-01T00:00:00.000Z/P31D,0034-10-01T00:00:00.000Z,0034-11-01T00:00:00.000Z,0034-12-01T00:00:00.000Z/0035-02-01T00:00:00.000Z/P31D,0035-03-01T00:00:00.000Z,0035-04-01T00:00:00.000Z,0035-05-01T00:00:00.000Z,0035-06-01T00:00:00.000Z,0035-07-01T00:00:00.000Z/0035-09-01T00:00:00.000Z/P31D,0035-10-01T00:00:00.000Z,0035-11-01T00:00:00.000Z,0035-12-01T00:00:00.000Z/0036-02-01T00:00:00.000Z/P31D,0036-03-01T00:00:00.000Z,0036-04-01T00:00:00.000Z,0036-05-01T00:00:00.000Z,0036-06-01T00:00:00.000Z,0036-07-01T00:00:00.000Z/0036-09-01T00:00:00.000Z/P31D,0036-10-01T00:00:00.000Z,0036-11-01T00:00:00.000Z,0036-12-01T00:00:00.000Z/0037-02-01T00:00:00.000Z/P31D,0037-03-01T00:00:00.000Z,0037-04-01T00:00:00.000Z,0037-05-01T00:00:00.000Z,0037-06-01T00:00:00.000Z,0037-07-01T00:00:00.000Z/0037-09-01T00:00:00.000Z/P31D,0037-10-01T00:00:00.000Z,0037-11-01T00:00:00.000Z,0037-12-01T00:00:00.000Z/0038-02-01T00:00:00.000Z/P31D,0038-03-01T00:00:00.000Z,0038-04-01T00:00:00.000Z,0038-05-01T00:00:00.000Z,0038-06-01T00:00:00.000Z,0038-07-01T00:00:00.000Z/0038-09-01T00:00:00.000Z/P31D,0038-10-01T00:00:00.000Z,0038-11-01T00:00:00.000Z,0038-12-01T00:00:00.000Z/0039-02-01T00:00:00.000Z/P31D,0039-03-01T00:00:00.000Z,0039-04-01T00:00:00.000Z,0039-05-01T00:00:00.000Z,0039-06-01T00:00:00.000Z,0039-07-01T00:00:00.000Z/0039-09-01T00:00:00.000Z/P31D,0039-10-01T00:00:00.000Z,0039-11-01T00:00:00.000Z,0039-12-01T00:00:00.000Z/0040-02-01T00:00:00.000Z/P31D,0040-03-01T00:00:00.000Z,0040-04-01T00:00:00.000Z,0040-05-01T00:00:00.000Z,0040-06-01T00:00:00.000Z,0040-07-01T00:00:00.000Z/0040-09-01T00:00:00.000Z/P31D,0040-10-01T00:00:00.000Z,0040-11-01T00:00:00.000Z,0040-12-01T00:00:00.000Z/0041-02-01T00:00:00.000Z/P31D,0041-03-01T00:00:00.000Z,0041-04-01T00:00:00.000Z,0041-05-01T00:00:00.000Z,0041-06-01T00:00:00.000Z,0041-07-01T00:00:00.000Z/0041-09-01T00:00:00.000Z/P31D,0041-10-01T00:00:00.000Z,0041-11-01T00:00:00.000Z,0041-12-01T00:00:00.000Z/0042-02-01T00:00:00.000Z/P31D,0042-03-01T00:00:00.000Z,0042-04-01T00:00:00.000Z,0042-05-01T00:00:00.000Z,0042-06-01T00:00:00.000Z,0042-07-01T00:00:00.000Z/0042-09-01T00:00:00.000Z/P31D,0042-10-01T00:00:00.000Z,0042-11-01T00:00:00.000Z,0042-12-01T00:00:00.000Z/0043-02-01T00:00:00.000Z/P31D,0043-03-01T00:00:00.000Z,0043-04-01T00:00:00.000Z,0043-05-01T00:00:00.000Z,0043-06-01T00:00:00.000Z,0043-07-01T00:00:00.000Z/0043-09-01T00:00:00.000Z/P31D,0043-10-01T00:00:00.000Z,0043-11-01T00:00:00.000Z,0043-12-01T00:00:00.000Z/0044-02-01T00:00:00.000Z/P31D,0044-03-01T00:00:00.000Z,0044-04-01T00:00:00.000Z,0044-05-01T00:00:00.000Z,0044-06-01T00:00:00.000Z,0044-07-01T00:00:00.000Z/0044-09-01T00:00:00.000Z/P31D,0044-10-01T00:00:00.000Z,0044-11-01T00:00:00.000Z,0044-12-01T00:00:00.000Z/0045-02-01T00:00:00.000Z/P31D,0045-03-01T00:00:00.000Z,0045-04-01T00:00:00.000Z,0045-05-01T00:00:00.000Z,0045-06-01T00:00:00.000Z,0045-07-01T00:00:00.000Z/0045-09-01T00:00:00.000Z/P31D,0045-10-01T00:00:00.000Z,0045-11-01T00:00:00.000Z,0045-12-01T00:00:00.000Z/0046-02-01T00:00:00.000Z/P31D,0046-03-01T00:00:00.000Z,0046-04-01T00:00:00.000Z,0046-05-01T00:00:00.000Z,0046-06-01T00:00:00.000Z,0046-07-01T00:00:00.000Z/0046-09-01T00:00:00.000Z/P31D,0046-10-01T00:00:00.000Z,0046-11-01T00:00:00.000Z,0046-12-01T00:00:00.000Z/0047-02-01T00:00:00.000Z/P31D,0047-03-01T00:00:00.000Z,0047-04-01T00:00:00.000Z,0047-05-01T00:00:00.000Z,0047-06-01T00:00:00.000Z,0047-07-01T00:00:00.000Z/0047-09-01T00:00:00.000Z/P31D,0047-10-01T00:00:00.000Z,0047-11-01T00:00:00.000Z,0047-12-01T00:00:00.000Z/0048-02-01T00:00:00.000Z/P31D,0048-03-01T00:00:00.000Z,0048-04-01T00:00:00.000Z,0048-05-01T00:00:00.000Z,0048-06-01T00:00:00.000Z,0048-07-01T00:00:00.000Z/0048-09-01T00:00:00.000Z/P31D,0048-10-01T00:00:00.000Z,0048-11-01T00:00:00.000Z,0048-12-01T00:00:00.000Z/0049-02-01T00:00:00.000Z/P31D,0049-03-01T00:00:00.000Z,0049-04-01T00:00:00.000Z,0049-05-01T00:00:00.000Z,0049-06-01T00:00:00.000Z,0049-07-01T00:00:00.000Z/0049-09-01T00:00:00.000Z/P31D,0049-10-01T00:00:00.000Z,0049-11-01T00:00:00.000Z,0049-12-01T00:00:00.000Z/0050-02-01T00:00:00.000Z/P31D,0050-03-01T00:00:00.000Z,0050-04-01T00:00:00.000Z,0050-05-01T00:00:00.000Z,0050-06-01T00:00:00.000Z,0050-07-01T00:00:00.000Z/0050-09-01T00:00:00.000Z/P31D,0050-10-01T00:00:00.000Z,0050-11-01T00:00:00.000Z,0050-12-01T00:00:00.000Z/0051-02-01T00:00:00.000Z/P31D,0051-03-01T00:00:00.000Z,0051-04-01T00:00:00.000Z,0051-05-01T00:00:00.000Z,0051-06-01T00:00:00.000Z,0051-07-01T00:00:00.000Z/0051-09-01T00:00:00.000Z/P31D,0051-10-01T00:00:00.000Z,0051-11-01T00:00:00.000Z,0051-12-01T00:00:00.000Z/0052-02-01T00:00:00.000Z/P31D,0052-03-01T00:00:00.000Z,0052-04-01T00:00:00.000Z,0052-05-01T00:00:00.000Z,0052-06-01T00:00:00.000Z,0052-07-01T00:00:00.000Z/0052-09-01T00:00:00.000Z/P31D,0052-10-01T00:00:00.000Z,0052-11-01T00:00:00.000Z,0052-12-01T00:00:00.000Z/0053-02-01T00:00:00.000Z/P31D,0053-03-01T00:00:00.000Z,0053-04-01T00:00:00.000Z,0053-05-01T00:00:00.000Z,0053-06-01T00:00:00.000Z,0053-07-01T00:00:00.000Z/0053-09-01T00:00:00.000Z/P31D,0053-10-01T00:00:00.000Z,0053-11-01T00:00:00.000Z,0053-12-01T00:00:00.000Z/0054-02-01T00:00:00.000Z/P31D,0054-03-01T00:00:00.000Z,0054-04-01T00:00:00.000Z,0054-05-01T00:00:00.000Z,0054-06-01T00:00:00.000Z,0054-07-01T00:00:00.000Z/0054-09-01T00:00:00.000Z/P31D,0054-10-01T00:00:00.000Z,0054-11-01T00:00:00.000Z,0054-12-01T00:00:00.000Z/0055-02-01T00:00:00.000Z/P31D,0055-03-01T00:00:00.000Z,0055-04-01T00:00:00.000Z,0055-05-01T00:00:00.000Z,0055-06-01T00:00:00.000Z,0055-07-01T00:00:00.000Z/0055-09-01T00:00:00.000Z/P31D,0055-10-01T00:00:00.000Z,0055-11-01T00:00:00.000Z,0055-12-01T00:00:00.000Z/0056-02-01T00:00:00.000Z/P31D,0056-03-01T00:00:00.000Z,0056-04-01T00:00:00.000Z,0056-05-01T00:00:00.000Z,0056-06-01T00:00:00.000Z,0056-07-01T00:00:00.000Z/0056-09-01T00:00:00.000Z/P31D,0056-10-01T00:00:00.000Z,0056-11-01T00:00:00.000Z,0056-12-01T00:00:00.000Z/0057-02-01T00:00:00.000Z/P31D,0057-03-01T00:00:00.000Z,0057-04-01T00:00:00.000Z,0057-05-01T00:00:00.000Z,0057-06-01T00:00:00.000Z,0057-07-01T00:00:00.000Z/0057-09-01T00:00:00.000Z/P31D,0057-10-01T00:00:00.000Z,0057-11-01T00:00:00.000Z,0057-12-01T00:00:00.000Z/0058-02-01T00:00:00.000Z/P31D,0058-03-01T00:00:00.000Z,0058-04-01T00:00:00.000Z,0058-05-01T00:00:00.000Z,0058-06-01T00:00:00.000Z,0058-07-01T00:00:00.000Z/0058-09-01T00:00:00.000Z/P31D,0058-10-01T00:00:00.000Z,0058-11-01T00:00:00.000Z,0058-12-01T00:00:00.000Z/0059-02-01T00:00:00.000Z/P31D,0059-03-01T00:00:00.000Z,0059-04-01T00:00:00.000Z,0059-05-01T00:00:00.000Z,0059-06-01T00:00:00.000Z,0059-07-01T00:00:00.000Z/0059-09-01T00:00:00.000Z/P31D,0059-10-01T00:00:00.000Z,0059-11-01T00:00:00.000Z,0059-12-01T00:00:00.000Z/0060-02-01T00:00:00.000Z/P31D,0060-03-01T00:00:00.000Z,0060-04-01T00:00:00.000Z,0060-05-01T00:00:00.000Z,0060-06-01T00:00:00.000Z,0060-07-01T00:00:00.000Z/0060-09-01T00:00:00.000Z/P31D,0060-10-01T00:00:00.000Z,0060-11-01T00:00:00.000Z,0060-12-01T00:00:00.000Z/0061-02-01T00:00:00.000Z/P31D,0061-03-01T00:00:00.000Z,0061-04-01T00:00:00.000Z,0061-05-01T00:00:00.000Z,0061-06-01T00:00:00.000Z,0061-07-01T00:00:00.000Z/0061-09-01T00:00:00.000Z/P31D,0061-10-01T00:00:00.000Z,0061-11-01T00:00:00.000Z,0061-12-01T00:00:00.000Z/0062-02-01T00:00:00.000Z/P31D,0062-03-01T00:00:00.000Z,0062-04-01T00:00:00.000Z,0062-05-01T00:00:00.000Z,0062-06-01T00:00:00.000Z,0062-07-01T00:00:00.000Z/0062-09-01T00:00:00.000Z/P31D,0062-10-01T00:00:00.000Z,0062-11-01T00:00:00.000Z,0062-12-01T00:00:00.000Z/0063-02-01T00:00:00.000Z/P31D,0063-03-01T00:00:00.000Z,0063-04-01T00:00:00.000Z,0063-05-01T00:00:00.000Z,0063-06-01T00:00:00.000Z,0063-07-01T00:00:00.000Z/0063-09-01T00:00:00.000Z/P31D,0063-10-01T00:00:00.000Z,0063-11-01T00:00:00.000Z,0063-12-01T00:00:00.000Z/0064-02-01T00:00:00.000Z/P31D,0064-03-01T00:00:00.000Z,0064-04-01T00:00:00.000Z,0064-05-01T00:00:00.000Z,0064-06-01T00:00:00.000Z,0064-07-01T00:00:00.000Z/0064-09-01T00:00:00.000Z/P31D,0064-10-01T00:00:00.000Z,0064-11-01T00:00:00.000Z,0064-12-01T00:00:00.000Z/0065-02-01T00:00:00.000Z/P31D,0065-03-01T00:00:00.000Z,0065-04-01T00:00:00.000Z,0065-05-01T00:00:00.000Z,0065-06-01T00:00:00.000Z,0065-07-01T00:00:00.000Z/0065-09-01T00:00:00.000Z/P31D,0065-10-01T00:00:00.000Z,0065-11-01T00:00:00.000Z,0065-12-01T00:00:00.000Z/0066-02-01T00:00:00.000Z/P31D,0066-03-01T00:00:00.000Z,0066-04-01T00:00:00.000Z,0066-05-01T00:00:00.000Z,0066-06-01T00:00:00.000Z,0066-07-01T00:00:00.000Z/0066-09-01T00:00:00.000Z/P31D,0066-10-01T00:00:00.000Z,0066-11-01T00:00:00.000Z,0066-12-01T00:00:00.000Z/0067-02-01T00:00:00.000Z/P31D,0067-03-01T00:00:00.000Z,0067-04-01T00:00:00.000Z,0067-05-01T00:00:00.000Z,0067-06-01T00:00:00.000Z,0067-07-01T00:00:00.000Z/0067-09-01T00:00:00.000Z/P31D,0067-10-01T00:00:00.000Z,0067-11-01T00:00:00.000Z,0067-12-01T00:00:00.000Z/0068-02-01T00:00:00.000Z/P31D,0068-03-01T00:00:00.000Z,0068-04-01T00:00:00.000Z,0068-05-01T00:00:00.000Z,0068-06-01T00:00:00.000Z,0068-07-01T00:00:00.000Z/0068-09-01T00:00:00.000Z/P31D,0068-10-01T00:00:00.000Z,0068-11-01T00:00:00.000Z,0068-12-01T00:00:00.000Z/0069-02-01T00:00:00.000Z/P31D,0069-03-01T00:00:00.000Z,0069-04-01T00:00:00.000Z,0069-05-01T00:00:00.000Z,0069-06-01T00:00:00.000Z,0069-07-01T00:00:00.000Z/0069-09-01T00:00:00.000Z/P31D,0069-10-01T00:00:00.000Z,0069-11-01T00:00:00.000Z,0069-12-01T00:00:00.000Z/0070-02-01T00:00:00.000Z/P31D,0070-03-01T00:00:00.000Z,0070-04-01T00:00:00.000Z,0070-05-01T00:00:00.000Z,0070-06-01T00:00:00.000Z,0070-07-01T00:00:00.000Z/0070-09-01T00:00:00.000Z/P31D,0070-10-01T00:00:00.000Z,0070-11-01T00:00:00.000Z,0070-12-01T00:00:00.000Z/0071-02-01T00:00:00.000Z/P31D,0071-03-01T00:00:00.000Z,0071-04-01T00:00:00.000Z,0071-05-01T00:00:00.000Z,0071-06-01T00:00:00.000Z,0071-07-01T00:00:00.000Z/0071-09-01T00:00:00.000Z/P31D,0071-10-01T00:00:00.000Z,0071-11-01T00:00:00.000Z,0071-12-01T00:00:00.000Z/0072-02-01T00:00:00.000Z/P31D,0072-03-01T00:00:00.000Z,0072-04-01T00:00:00.000Z,0072-05-01T00:00:00.000Z,0072-06-01T00:00:00.000Z,0072-07-01T00:00:00.000Z/0072-09-01T00:00:00.000Z/P31D,0072-10-01T00:00:00.000Z,0072-11-01T00:00:00.000Z,0072-12-01T00:00:00.000Z/0073-02-01T00:00:00.000Z/P31D,0073-03-01T00:00:00.000Z,0073-04-01T00:00:00.000Z,0073-05-01T00:00:00.000Z,0073-06-01T00:00:00.000Z,0073-07-01T00:00:00.000Z/0073-09-01T00:00:00.000Z/P31D,0073-10-01T00:00:00.000Z,0073-11-01T00:00:00.000Z,0073-12-01T00:00:00.000Z/0074-02-01T00:00:00.000Z/P31D,0074-03-01T00:00:00.000Z,0074-04-01T00:00:00.000Z,0074-05-01T00:00:00.000Z,0074-06-01T00:00:00.000Z,0074-07-01T00:00:00.000Z/0074-09-01T00:00:00.000Z/P31D,0074-10-01T00:00:00.000Z,0074-11-01T00:00:00.000Z,0074-12-01T00:00:00.000Z/0075-02-01T00:00:00.000Z/P31D,0075-03-01T00:00:00.000Z,0075-04-01T00:00:00.000Z,0075-05-01T00:00:00.000Z,0075-06-01T00:00:00.000Z,0075-07-01T00:00:00.000Z/0075-09-01T00:00:00.000Z/P31D,0075-10-01T00:00:00.000Z,0075-11-01T00:00:00.000Z,0075-12-01T00:00:00.000Z/0076-02-01T00:00:00.000Z/P31D,0076-03-01T00:00:00.000Z,0076-04-01T00:00:00.000Z,0076-05-01T00:00:00.000Z,0076-06-01T00:00:00.000Z,0076-07-01T00:00:00.000Z/0076-09-01T00:00:00.000Z/P31D,0076-10-01T00:00:00.000Z,0076-11-01T00:00:00.000Z,0076-12-01T00:00:00.000Z/0077-02-01T00:00:00.000Z/P31D,0077-03-01T00:00:00.000Z,0077-04-01T00:00:00.000Z,0077-05-01T00:00:00.000Z,0077-06-01T00:00:00.000Z,0077-07-01T00:00:00.000Z/0077-09-01T00:00:00.000Z/P31D,0077-10-01T00:00:00.000Z,0077-11-01T00:00:00.000Z,0077-12-01T00:00:00.000Z/0078-02-01T00:00:00.000Z/P31D,0078-03-01T00:00:00.000Z,0078-04-01T00:00:00.000Z,0078-05-01T00:00:00.000Z,0078-06-01T00:00:00.000Z,0078-07-01T00:00:00.000Z/0078-09-01T00:00:00.000Z/P31D,0078-10-01T00:00:00.000Z,0078-11-01T00:00:00.000Z,0078-12-01T00:00:00.000Z/0079-02-01T00:00:00.000Z/P31D,0079-03-01T00:00:00.000Z,0079-04-01T00:00:00.000Z,0079-05-01T00:00:00.000Z,0079-06-01T00:00:00.000Z,0079-07-01T00:00:00.000Z/0079-09-01T00:00:00.000Z/P31D,0079-10-01T00:00:00.000Z,0079-11-01T00:00:00.000Z,0079-12-01T00:00:00.000Z/0080-02-01T00:00:00.000Z/P31D,0080-03-01T00:00:00.000Z,0080-04-01T00:00:00.000Z,0080-05-01T00:00:00.000Z,0080-06-01T00:00:00.000Z,0080-07-01T00:00:00.000Z/0080-09-01T00:00:00.000Z/P31D,0080-10-01T00:00:00.000Z,0080-11-01T00:00:00.000Z,0080-12-01T00:00:00.000Z/0081-02-01T00:00:00.000Z/P31D,0081-03-01T00:00:00.000Z,0081-04-01T00:00:00.000Z,0081-05-01T00:00:00.000Z,0081-06-01T00:00:00.000Z,0081-07-01T00:00:00.000Z/0081-09-01T00:00:00.000Z/P31D,0081-10-01T00:00:00.000Z,0081-11-01T00:00:00.000Z,0081-12-01T00:00:00.000Z/0082-02-01T00:00:00.000Z/P31D,0082-03-01T00:00:00.000Z,0082-04-01T00:00:00.000Z,0082-05-01T00:00:00.000Z,0082-06-01T00:00:00.000Z,0082-07-01T00:00:00.000Z/0082-09-01T00:00:00.000Z/P31D,0082-10-01T00:00:00.000Z,0082-11-01T00:00:00.000Z,0082-12-01T00:00:00.000Z/0083-02-01T00:00:00.000Z/P31D,0083-03-01T00:00:00.000Z,0083-04-01T00:00:00.000Z,0083-05-01T00:00:00.000Z,0083-06-01T00:00:00.000Z,0083-07-01T00:00:00.000Z/0083-09-01T00:00:00.000Z/P31D,0083-10-01T00:00:00.000Z,0083-11-01T00:00:00.000Z,0083-12-01T00:00:00.000Z/0084-02-01T00:00:00.000Z/P31D,0084-03-01T00:00:00.000Z,0084-04-01T00:00:00.000Z,0084-05-01T00:00:00.000Z,0084-06-01T00:00:00.000Z,0084-07-01T00:00:00.000Z/0084-09-01T00:00:00.000Z/P31D,0084-10-01T00:00:00.000Z,0084-11-01T00:00:00.000Z,0084-12-01T00:00:00.000Z/0085-02-01T00:00:00.000Z/P31D,0085-03-01T00:00:00.000Z,0085-04-01T00:00:00.000Z,0085-05-01T00:00:00.000Z,0085-06-01T00:00:00.000Z,0085-07-01T00:00:00.000Z/0085-09-01T00:00:00.000Z/P31D,0085-10-01T00:00:00.000Z,0085-11-01T00:00:00.000Z,0085-12-01T00:00:00.000Z/0086-02-01T00:00:00.000Z/P31D,0086-03-01T00:00:00.000Z,0086-04-01T00:00:00.000Z,0086-05-01T00:00:00.000Z,0086-06-01T00:00:00.000Z,0086-07-01T00:00:00.000Z/0086-09-01T00:00:00.000Z/P31D,0086-10-01T00:00:00.000Z,0086-11-01T00:00:00.000Z,0086-12-01T00:00:00.000Z/0087-02-01T00:00:00.000Z/P31D,0087-03-01T00:00:00.000Z,0087-04-01T00:00:00.000Z,0087-05-01T00:00:00.000Z,0087-06-01T00:00:00.000Z,0087-07-01T00:00:00.000Z/0087-09-01T00:00:00.000Z/P31D,0087-10-01T00:00:00.000Z,0087-11-01T00:00:00.000Z,0087-12-01T00:00:00.000Z/0088-02-01T00:00:00.000Z/P31D,0088-03-01T00:00:00.000Z,0088-04-01T00:00:00.000Z,0088-05-01T00:00:00.000Z,0088-06-01T00:00:00.000Z,0088-07-01T00:00:00.000Z/0088-09-01T00:00:00.000Z/P31D,0088-10-01T00:00:00.000Z,0088-11-01T00:00:00.000Z,0088-12-01T00:00:00.000Z/0089-02-01T00:00:00.000Z/P31D,0089-03-01T00:00:00.000Z,0089-04-01T00:00:00.000Z,0089-05-01T00:00:00.000Z,0089-06-01T00:00:00.000Z,0089-07-01T00:00:00.000Z/0089-09-01T00:00:00.000Z/P31D,0089-10-01T00:00:00.000Z,0089-11-01T00:00:00.000Z,0089-12-01T00:00:00.000Z/0090-02-01T00:00:00.000Z/P31D,0090-03-01T00:00:00.000Z,0090-04-01T00:00:00.000Z,0090-05-01T00:00:00.000Z,0090-06-01T00:00:00.000Z,0090-07-01T00:00:00.000Z/0090-09-01T00:00:00.000Z/P31D,0090-10-01T00:00:00.000Z,0090-11-01T00:00:00.000Z,0090-12-01T00:00:00.000Z/0091-02-01T00:00:00.000Z/P31D,0091-03-01T00:00:00.000Z,0091-04-01T00:00:00.000Z,0091-05-01T00:00:00.000Z,0091-06-01T00:00:00.000Z,0091-07-01T00:00:00.000Z/0091-09-01T00:00:00.000Z/P31D,0091-10-01T00:00:00.000Z,0091-11-01T00:00:00.000Z,0091-12-01T00:00:00.000Z/0092-02-01T00:00:00.000Z/P31D,0092-03-01T00:00:00.000Z,0092-04-01T00:00:00.000Z,0092-05-01T00:00:00.000Z,0092-06-01T00:00:00.000Z,0092-07-01T00:00:00.000Z/0092-09-01T00:00:00.000Z/P31D,0092-10-01T00:00:00.000Z,0092-11-01T00:00:00.000Z,0092-12-01T00:00:00.000Z/0093-02-01T00:00:00.000Z/P31D,0093-03-01T00:00:00.000Z,0093-04-01T00:00:00.000Z,0093-05-01T00:00:00.000Z,0093-06-01T00:00:00.000Z,0093-07-01T00:00:00.000Z/0093-09-01T00:00:00.000Z/P31D,0093-10-01T00:00:00.000Z,0093-11-01T00:00:00.000Z,0093-12-01T00:00:00.000Z/0094-02-01T00:00:00.000Z/P31D,0094-03-01T00:00:00.000Z,0094-04-01T00:00:00.000Z,0094-05-01T00:00:00.000Z,0094-06-01T00:00:00.000Z,0094-07-01T00:00:00.000Z/0094-09-01T00:00:00.000Z/P31D,0094-10-01T00:00:00.000Z,0094-11-01T00:00:00.000Z,0094-12-01T00:00:00.000Z/0095-02-01T00:00:00.000Z/P31D,0095-03-01T00:00:00.000Z,0095-04-01T00:00:00.000Z,0095-05-01T00:00:00.000Z,0095-06-01T00:00:00.000Z,0095-07-01T00:00:00.000Z/0095-09-01T00:00:00.000Z/P31D,0095-10-01T00:00:00.000Z,0095-11-01T00:00:00.000Z,0095-12-01T00:00:00.000Z/0096-02-01T00:00:00.000Z/P31D,0096-03-01T00:00:00.000Z,0096-04-01T00:00:00.000Z,0096-05-01T00:00:00.000Z,0096-06-01T00:00:00.000Z,0096-07-01T00:00:00.000Z/0096-09-01T00:00:00.000Z/P31D,0096-10-01T00:00:00.000Z,0096-11-01T00:00:00.000Z,0096-12-01T00:00:00.000Z/0097-02-01T00:00:00.000Z/P31D,0097-03-01T00:00:00.000Z,0097-04-01T00:00:00.000Z,0097-05-01T00:00:00.000Z,0097-06-01T00:00:00.000Z,0097-07-01T00:00:00.000Z/0097-09-01T00:00:00.000Z/P31D,0097-10-01T00:00:00.000Z,0097-11-01T00:00:00.000Z,0097-12-01T00:00:00.000Z/0098-02-01T00:00:00.000Z/P31D,0098-03-01T00:00:00.000Z,0098-04-01T00:00:00.000Z,0098-05-01T00:00:00.000Z,0098-06-01T00:00:00.000Z,0098-07-01T00:00:00.000Z/0098-09-01T00:00:00.000Z/P31D,0098-10-01T00:00:00.000Z,0098-11-01T00:00:00.000Z,0098-12-01T00:00:00.000Z/0099-02-01T00:00:00.000Z/P31D,0099-03-01T00:00:00.000Z,0099-04-01T00:00:00.000Z,0099-05-01T00:00:00.000Z,0099-06-01T00:00:00.000Z,0099-07-01T00:00:00.000Z/0099-09-01T00:00:00.000Z/P31D,0099-10-01T00:00:00.000Z,0099-11-01T00:00:00.000Z,0099-12-01T00:00:00.000Z/0100-02-01T00:00:00.000Z/P31D,0100-03-01T00:00:00.000Z,0100-04-01T00:00:00.000Z,0100-05-01T00:00:00.000Z,0100-06-01T00:00:00.000Z,0100-07-01T00:00:00.000Z/0100-09-01T00:00:00.000Z/P31D,0100-10-01T00:00:00.000Z,0100-11-01T00:00:00.000Z,0100-12-01T00:00:00.000Z/0101-02-01T00:00:00.000Z/P31D,0101-03-01T00:00:00.000Z,0101-04-01T00:00:00.000Z,0101-05-01T00:00:00.000Z,0101-06-01T00:00:00.000Z,0101-07-01T00:00:00.000Z/0101-09-01T00:00:00.000Z/P31D,0101-10-01T00:00:00.000Z,0101-11-01T00:00:00.000Z,0101-12-01T00:00:00.000Z/0102-02-01T00:00:00.000Z/P31D,0102-03-01T00:00:00.000Z,0102-04-01T00:00:00.000Z,0102-05-01T00:00:00.000Z,0102-06-01T00:00:00.000Z,0102-07-01T00:00:00.000Z/0102-09-01T00:00:00.000Z/P31D,0102-10-01T00:00:00.000Z,0102-11-01T00:00:00.000Z,0102-12-01T00:00:00.000Z/0103-02-01T00:00:00.000Z/P31D,0103-03-01T00:00:00.000Z,0103-04-01T00:00:00.000Z,0103-05-01T00:00:00.000Z,0103-06-01T00:00:00.000Z,0103-07-01T00:00:00.000Z/0103-09-01T00:00:00.000Z/P31D,0103-10-01T00:00:00.000Z,0103-11-01T00:00:00.000Z,0103-12-01T00:00:00.000Z/0104-02-01T00:00:00.000Z/P31D,0104-03-01T00:00:00.000Z,0104-04-01T00:00:00.000Z,0104-05-01T00:00:00.000Z,0104-06-01T00:00:00.000Z,0104-07-01T00:00:00.000Z/0104-09-01T00:00:00.000Z/P31D,0104-10-01T00:00:00.000Z,0104-11-01T00:00:00.000Z,0104-12-01T00:00:00.000Z/0105-02-01T00:00:00.000Z/P31D,0105-03-01T00:00:00.000Z,0105-04-01T00:00:00.000Z,0105-05-01T00:00:00.000Z,0105-06-01T00:00:00.000Z,0105-07-01T00:00:00.000Z/0105-09-01T00:00:00.000Z/P31D,0105-10-01T00:00:00.000Z,0105-11-01T00:00:00.000Z,0105-12-01T00:00:00.000Z/0106-02-01T00:00:00.000Z/P31D,0106-03-01T00:00:00.000Z,0106-04-01T00:00:00.000Z,0106-05-01T00:00:00.000Z,0106-06-01T00:00:00.000Z,0106-07-01T00:00:00.000Z/0106-09-01T00:00:00.000Z/P31D,0106-10-01T00:00:00.000Z,0106-11-01T00:00:00.000Z,0106-12-01T00:00:00.000Z/0107-02-01T00:00:00.000Z/P31D,0107-03-01T00:00:00.000Z,0107-04-01T00:00:00.000Z,0107-05-01T00:00:00.000Z,0107-06-01T00:00:00.000Z,0107-07-01T00:00:00.000Z/0107-09-01T00:00:00.000Z/P31D,0107-10-01T00:00:00.000Z,0107-11-01T00:00:00.000Z,0107-12-01T00:00:00.000Z/0108-02-01T00:00:00.000Z/P31D,0108-03-01T00:00:00.000Z,0108-04-01T00:00:00.000Z,0108-05-01T00:00:00.000Z,0108-06-01T00:00:00.000Z,0108-07-01T00:00:00.000Z/0108-09-01T00:00:00.000Z/P31D,0108-10-01T00:00:00.000Z,0108-11-01T00:00:00.000Z,0108-12-01T00:00:00.000Z/0109-02-01T00:00:00.000Z/P31D,0109-03-01T00:00:00.000Z,0109-04-01T00:00:00.000Z,0109-05-01T00:00:00.000Z,0109-06-01T00:00:00.000Z,0109-07-01T00:00:00.000Z/0109-09-01T00:00:00.000Z/P31D,0109-10-01T00:00:00.000Z,0109-11-01T00:00:00.000Z,0109-12-01T00:00:00.000Z/0110-02-01T00:00:00.000Z/P31D,0110-03-01T00:00:00.000Z,0110-04-01T00:00:00.000Z,0110-05-01T00:00:00.000Z,0110-06-01T00:00:00.000Z,0110-07-01T00:00:00.000Z/0110-09-01T00:00:00.000Z/P31D,0110-10-01T00:00:00.000Z,0110-11-01T00:00:00.000Z,0110-12-01T00:00:00.000Z/0111-02-01T00:00:00.000Z/P31D,0111-03-01T00:00:00.000Z,0111-04-01T00:00:00.000Z,0111-05-01T00:00:00.000Z,0111-06-01T00:00:00.000Z,0111-07-01T00:00:00.000Z/0111-09-01T00:00:00.000Z/P31D,0111-10-01T00:00:00.000Z,0111-11-01T00:00:00.000Z,0111-12-01T00:00:00.000Z/0112-02-01T00:00:00.000Z/P31D,0112-03-01T00:00:00.000Z,0112-04-01T00:00:00.000Z,0112-05-01T00:00:00.000Z,0112-06-01T00:00:00.000Z,0112-07-01T00:00:00.000Z/0112-09-01T00:00:00.000Z/P31D,0112-10-01T00:00:00.000Z,0112-11-01T00:00:00.000Z,0112-12-01T00:00:00.000Z/0113-02-01T00:00:00.000Z/P31D,0113-03-01T00:00:00.000Z,0113-04-01T00:00:00.000Z,0113-05-01T00:00:00.000Z,0113-06-01T00:00:00.000Z,0113-07-01T00:00:00.000Z/0113-09-01T00:00:00.000Z/P31D,0113-10-01T00:00:00.000Z,0113-11-01T00:00:00.000Z,0113-12-01T00:00:00.000Z/0114-02-01T00:00:00.000Z/P31D,0114-03-01T00:00:00.000Z,0114-04-01T00:00:00.000Z,0114-05-01T00:00:00.000Z,0114-06-01T00:00:00.000Z,0114-07-01T00:00:00.000Z/0114-09-01T00:00:00.000Z/P31D,0114-10-01T00:00:00.000Z,0114-11-01T00:00:00.000Z,0114-12-01T00:00:00.000Z/0115-02-01T00:00:00.000Z/P31D,0115-03-01T00:00:00.000Z,0115-04-01T00:00:00.000Z,0115-05-01T00:00:00.000Z,0115-06-01T00:00:00.000Z,0115-07-01T00:00:00.000Z/0115-09-01T00:00:00.000Z/P31D,0115-10-01T00:00:00.000Z,0115-11-01T00:00:00.000Z,0115-12-01T00:00:00.000Z/0116-02-01T00:00:00.000Z/P31D,0116-03-01T00:00:00.000Z,0116-04-01T00:00:00.000Z,0116-05-01T00:00:00.000Z,0116-06-01T00:00:00.000Z,0116-07-01T00:00:00.000Z/0116-09-01T00:00:00.000Z/P31D,0116-10-01T00:00:00.000Z,0116-11-01T00:00:00.000Z,0116-12-01T00:00:00.000Z/0117-02-01T00:00:00.000Z/P31D,0117-03-01T00:00:00.000Z,0117-04-01T00:00:00.000Z,0117-05-01T00:00:00.000Z,0117-06-01T00:00:00.000Z,0117-07-01T00:00:00.000Z/0117-09-01T00:00:00.000Z/P31D,0117-10-01T00:00:00.000Z,0117-11-01T00:00:00.000Z,0117-12-01T00:00:00.000Z/0118-02-01T00:00:00.000Z/P31D,0118-03-01T00:00:00.000Z,0118-04-01T00:00:00.000Z,0118-05-01T00:00:00.000Z,0118-06-01T00:00:00.000Z,0118-07-01T00:00:00.000Z/0118-09-01T00:00:00.000Z/P31D,0118-10-01T00:00:00.000Z,0118-11-01T00:00:00.000Z,0118-12-01T00:00:00.000Z/0119-02-01T00:00:00.000Z/P31D,0119-03-01T00:00:00.000Z,0119-04-01T00:00:00.000Z,0119-05-01T00:00:00.000Z,0119-06-01T00:00:00.000Z,0119-07-01T00:00:00.000Z/0119-09-01T00:00:00.000Z/P31D,0119-10-01T00:00:00.000Z,0119-11-01T00:00:00.000Z,0119-12-01T00:00:00.000Z/0120-02-01T00:00:00.000Z/P31D,0120-03-01T00:00:00.000Z,0120-04-01T00:00:00.000Z,0120-05-01T00:00:00.000Z,0120-06-01T00:00:00.000Z,0120-07-01T00:00:00.000Z/0120-09-01T00:00:00.000Z/P31D,0120-10-01T00:00:00.000Z,0120-11-01T00:00:00.000Z,0120-12-01T00:00:00.000Z/0121-02-01T00:00:00.000Z/P31D,0121-03-01T00:00:00.000Z,0121-04-01T00:00:00.000Z,0121-05-01T00:00:00.000Z,0121-06-01T00:00:00.000Z,0121-07-01T00:00:00.000Z/0121-09-01T00:00:00.000Z/P31D,0121-10-01T00:00:00.000Z,0121-11-01T00:00:00.000Z,0121-12-01T00:00:00.000Z/0122-02-01T00:00:00.000Z/P31D,0122-03-01T00:00:00.000Z,0122-04-01T00:00:00.000Z,0122-05-01T00:00:00.000Z,0122-06-01T00:00:00.000Z,0122-07-01T00:00:00.000Z/0122-09-01T00:00:00.000Z/P31D,0122-10-01T00:00:00.000Z,0122-11-01T00:00:00.000Z,0122-12-01T00:00:00.000Z/0123-02-01T00:00:00.000Z/P31D,0123-03-01T00:00:00.000Z,0123-04-01T00:00:00.000Z,0123-05-01T00:00:00.000Z,0123-06-01T00:00:00.000Z,0123-07-01T00:00:00.000Z/0123-09-01T00:00:00.000Z/P31D,0123-10-01T00:00:00.000Z,0123-11-01T00:00:00.000Z,0123-12-01T00:00:00.000Z/0124-02-01T00:00:00.000Z/P31D,0124-03-01T00:00:00.000Z,0124-04-01T00:00:00.000Z,0124-05-01T00:00:00.000Z,0124-06-01T00:00:00.000Z,0124-07-01T00:00:00.000Z/0124-09-01T00:00:00.000Z/P31D,0124-10-01T00:00:00.000Z,0124-11-01T00:00:00.000Z,0124-12-01T00:00:00.000Z/0125-02-01T00:00:00.000Z/P31D,0125-03-01T00:00:00.000Z,0125-04-01T00:00:00.000Z,0125-05-01T00:00:00.000Z,0125-06-01T00:00:00.000Z,0125-07-01T00:00:00.000Z/0125-09-01T00:00:00.000Z/P31D,0125-10-01T00:00:00.000Z,0125-11-01T00:00:00.000Z,0125-12-01T00:00:00.000Z/0126-02-01T00:00:00.000Z/P31D,0126-03-01T00:00:00.000Z,0126-04-01T00:00:00.000Z,0126-05-01T00:00:00.000Z,0126-06-01T00:00:00.000Z,0126-07-01T00:00:00.000Z/0126-09-01T00:00:00.000Z/P31D,0126-10-01T00:00:00.000Z,0126-11-01T00:00:00.000Z,0126-12-01T00:00:00.000Z/0127-02-01T00:00:00.000Z/P31D,0127-03-01T00:00:00.000Z,0127-04-01T00:00:00.000Z,0127-05-01T00:00:00.000Z,0127-06-01T00:00:00.000Z,0127-07-01T00:00:00.000Z/0127-09-01T00:00:00.000Z/P31D,0127-10-01T00:00:00.000Z,0127-11-01T00:00:00.000Z,0127-12-01T00:00:00.000Z/0128-02-01T00:00:00.000Z/P31D,0128-03-01T00:00:00.000Z,0128-04-01T00:00:00.000Z,0128-05-01T00:00:00.000Z,0128-06-01T00:00:00.000Z,0128-07-01T00:00:00.000Z/0128-09-01T00:00:00.000Z/P31D,0128-10-01T00:00:00.000Z,0128-11-01T00:00:00.000Z,0128-12-01T00:00:00.000Z/0129-02-01T00:00:00.000Z/P31D,0129-03-01T00:00:00.000Z,0129-04-01T00:00:00.000Z,0129-05-01T00:00:00.000Z,0129-06-01T00:00:00.000Z,0129-07-01T00:00:00.000Z/0129-09-01T00:00:00.000Z/P31D,0129-10-01T00:00:00.000Z,0129-11-01T00:00:00.000Z,0129-12-01T00:00:00.000Z/0130-02-01T00:00:00.000Z/P31D,0130-03-01T00:00:00.000Z,0130-04-01T00:00:00.000Z,0130-05-01T00:00:00.000Z,0130-06-01T00:00:00.000Z,0130-07-01T00:00:00.000Z/0130-09-01T00:00:00.000Z/P31D,0130-10-01T00:00:00.000Z,0130-11-01T00:00:00.000Z,0130-12-01T00:00:00.000Z/0131-02-01T00:00:00.000Z/P31D,0131-03-01T00:00:00.000Z,0131-04-01T00:00:00.000Z,0131-05-01T00:00:00.000Z,0131-06-01T00:00:00.000Z,0131-07-01T00:00:00.000Z/0131-09-01T00:00:00.000Z/P31D,0131-10-01T00:00:00.000Z,0131-11-01T00:00:00.000Z,0131-12-01T00:00:00.000Z/0132-02-01T00:00:00.000Z/P31D,0132-03-01T00:00:00.000Z,0132-04-01T00:00:00.000Z,0132-05-01T00:00:00.000Z,0132-06-01T00:00:00.000Z,0132-07-01T00:00:00.000Z/0132-09-01T00:00:00.000Z/P31D,0132-10-01T00:00:00.000Z,0132-11-01T00:00:00.000Z,0132-12-01T00:00:00.000Z/0133-02-01T00:00:00.000Z/P31D,0133-03-01T00:00:00.000Z,0133-04-01T00:00:00.000Z,0133-05-01T00:00:00.000Z,0133-06-01T00:00:00.000Z,0133-07-01T00:00:00.000Z/0133-09-01T00:00:00.000Z/P31D,0133-10-01T00:00:00.000Z,0133-11-01T00:00:00.000Z,0133-12-01T00:00:00.000Z/0134-02-01T00:00:00.000Z/P31D,0134-03-01T00:00:00.000Z,0134-04-01T00:00:00.000Z,0134-05-01T00:00:00.000Z,0134-06-01T00:00:00.000Z,0134-07-01T00:00:00.000Z/0134-09-01T00:00:00.000Z/P31D,0134-10-01T00:00:00.000Z,0134-11-01T00:00:00.000Z,0134-12-01T00:00:00.000Z/0135-02-01T00:00:00.000Z/P31D,0135-03-01T00:00:00.000Z,0135-04-01T00:00:00.000Z,0135-05-01T00:00:00.000Z,0135-06-01T00:00:00.000Z,0135-07-01T00:00:00.000Z/0135-09-01T00:00:00.000Z/P31D,0135-10-01T00:00:00.000Z,0135-11-01T00:00:00.000Z,0135-12-01T00:00:00.000Z/0136-02-01T00:00:00.000Z/P31D,0136-03-01T00:00:00.000Z,0136-04-01T00:00:00.000Z,0136-05-01T00:00:00.000Z,0136-06-01T00:00:00.000Z,0136-07-01T00:00:00.000Z/0136-09-01T00:00:00.000Z/P31D,0136-10-01T00:00:00.000Z,0136-11-01T00:00:00.000Z,0136-12-01T00:00:00.000Z/0137-02-01T00:00:00.000Z/P31D,0137-03-01T00:00:00.000Z,0137-04-01T00:00:00.000Z,0137-05-01T00:00:00.000Z,0137-06-01T00:00:00.000Z,0137-07-01T00:00:00.000Z/0137-09-01T00:00:00.000Z/P31D,0137-10-01T00:00:00.000Z,0137-11-01T00:00:00.000Z,0137-12-01T00:00:00.000Z/0138-02-01T00:00:00.000Z/P31D,0138-03-01T00:00:00.000Z,0138-04-01T00:00:00.000Z,0138-05-01T00:00:00.000Z,0138-06-01T00:00:00.000Z,0138-07-01T00:00:00.000Z/0138-09-01T00:00:00.000Z/P31D,0138-10-01T00:00:00.000Z,0138-11-01T00:00:00.000Z,0138-12-01T00:00:00.000Z/0139-02-01T00:00:00.000Z/P31D,0139-03-01T00:00:00.000Z,0139-04-01T00:00:00.000Z,0139-05-01T00:00:00.000Z,0139-06-01T00:00:00.000Z,0139-07-01T00:00:00.000Z/0139-09-01T00:00:00.000Z/P31D,0139-10-01T00:00:00.000Z,0139-11-01T00:00:00.000Z,0139-12-01T00:00:00.000Z/0140-02-01T00:00:00.000Z/P31D,0140-03-01T00:00:00.000Z,0140-04-01T00:00:00.000Z,0140-05-01T00:00:00.000Z,0140-06-01T00:00:00.000Z,0140-07-01T00:00:00.000Z/0140-09-01T00:00:00.000Z/P31D,0140-10-01T00:00:00.000Z,0140-11-01T00:00:00.000Z,0140-12-01T00:00:00.000Z/0141-02-01T00:00:00.000Z/P31D,0141-03-01T00:00:00.000Z,0141-04-01T00:00:00.000Z,0141-05-01T00:00:00.000Z,0141-06-01T00:00:00.000Z,0141-07-01T00:00:00.000Z/0141-09-01T00:00:00.000Z/P31D,0141-10-01T00:00:00.000Z,0141-11-01T00:00:00.000Z,0141-12-01T00:00:00.000Z/0142-02-01T00:00:00.000Z/P31D,0142-03-01T00:00:00.000Z,0142-04-01T00:00:00.000Z,0142-05-01T00:00:00.000Z,0142-06-01T00:00:00.000Z,0142-07-01T00:00:00.000Z/0142-09-01T00:00:00.000Z/P31D,0142-10-01T00:00:00.000Z,0142-11-01T00:00:00.000Z,0142-12-01T00:00:00.000Z/0143-02-01T00:00:00.000Z/P31D,0143-03-01T00:00:00.000Z,0143-04-01T00:00:00.000Z,0143-05-01T00:00:00.000Z,0143-06-01T00:00:00.000Z,0143-07-01T00:00:00.000Z/0143-09-01T00:00:00.000Z/P31D,0143-10-01T00:00:00.000Z,0143-11-01T00:00:00.000Z,0143-12-01T00:00:00.000Z/0144-02-01T00:00:00.000Z/P31D,0144-03-01T00:00:00.000Z,0144-04-01T00:00:00.000Z,0144-05-01T00:00:00.000Z,0144-06-01T00:00:00.000Z,0144-07-01T00:00:00.000Z/0144-09-01T00:00:00.000Z/P31D,0144-10-01T00:00:00.000Z,0144-11-01T00:00:00.000Z,0144-12-01T00:00:00.000Z/0145-02-01T00:00:00.000Z/P31D,0145-03-01T00:00:00.000Z,0145-04-01T00:00:00.000Z,0145-05-01T00:00:00.000Z,0145-06-01T00:00:00.000Z,0145-07-01T00:00:00.000Z/0145-09-01T00:00:00.000Z/P31D,0145-10-01T00:00:00.000Z,0145-11-01T00:00:00.000Z,0145-12-01T00:00:00.000Z/0146-02-01T00:00:00.000Z/P31D,0146-03-01T00:00:00.000Z,0146-04-01T00:00:00.000Z,0146-05-01T00:00:00.000Z,0146-06-01T00:00:00.000Z,0146-07-01T00:00:00.000Z/0146-09-01T00:00:00.000Z/P31D,0146-10-01T00:00:00.000Z,0146-11-01T00:00:00.000Z,0146-12-01T00:00:00.000Z/0147-02-01T00:00:00.000Z/P31D,0147-03-01T00:00:00.000Z,0147-04-01T00:00:00.000Z,0147-05-01T00:00:00.000Z,0147-06-01T00:00:00.000Z,0147-07-01T00:00:00.000Z/0147-09-01T00:00:00.000Z/P31D,0147-10-01T00:00:00.000Z,0147-11-01T00:00:00.000Z,0147-12-01T00:00:00.000Z/0148-02-01T00:00:00.000Z/P31D,0148-03-01T00:00:00.000Z,0148-04-01T00:00:00.000Z,0148-05-01T00:00:00.000Z,0148-06-01T00:00:00.000Z,0148-07-01T00:00:00.000Z/0148-09-01T00:00:00.000Z/P31D,0148-10-01T00:00:00.000Z,0148-11-01T00:00:00.000Z,0148-12-01T00:00:00.000Z/0149-02-01T00:00:00.000Z/P31D,0149-03-01T00:00:00.000Z,0149-04-01T00:00:00.000Z,0149-05-01T00:00:00.000Z,0149-06-01T00:00:00.000Z,0149-07-01T00:00:00.000Z/0149-09-01T00:00:00.000Z/P31D,0149-10-01T00:00:00.000Z,0149-11-01T00:00:00.000Z,0149-12-01T00:00:00.000Z/0150-02-01T00:00:00.000Z/P31D,0150-03-01T00:00:00.000Z,0150-04-01T00:00:00.000Z,0150-05-01T00:00:00.000Z,0150-06-01T00:00:00.000Z,0150-07-01T00:00:00.000Z/0150-09-01T00:00:00.000Z/P31D,0150-10-01T00:00:00.000Z,0150-11-01T00:00:00.000Z,0150-12-01T00:00:00.000Z/0151-02-01T00:00:00.000Z/P31D,0151-03-01T00:00:00.000Z,0151-04-01T00:00:00.000Z,0151-05-01T00:00:00.000Z,0151-06-01T00:00:00.000Z,0151-07-01T00:00:00.000Z/0151-09-01T00:00:00.000Z/P31D,0151-10-01T00:00:00.000Z,0151-11-01T00:00:00.000Z,0151-12-01T00:00:00.000Z/0152-02-01T00:00:00.000Z/P31D,0152-03-01T00:00:00.000Z,0152-04-01T00:00:00.000Z,0152-05-01T00:00:00.000Z,0152-06-01T00:00:00.000Z,0152-07-01T00:00:00.000Z/0152-09-01T00:00:00.000Z/P31D,0152-10-01T00:00:00.000Z,0152-11-01T00:00:00.000Z,0152-12-01T00:00:00.000Z/0153-02-01T00:00:00.000Z/P31D,0153-03-01T00:00:00.000Z,0153-04-01T00:00:00.000Z,0153-05-01T00:00:00.000Z,0153-06-01T00:00:00.000Z,0153-07-01T00:00:00.000Z/0153-09-01T00:00:00.000Z/P31D,0153-10-01T00:00:00.000Z,0153-11-01T00:00:00.000Z,0153-12-01T00:00:00.000Z/0154-02-01T00:00:00.000Z/P31D,0154-03-01T00:00:00.000Z,0154-04-01T00:00:00.000Z,0154-05-01T00:00:00.000Z,0154-06-01T00:00:00.000Z,0154-07-01T00:00:00.000Z/0154-09-01T00:00:00.000Z/P31D,0154-10-01T00:00:00.000Z,0154-11-01T00:00:00.000Z,0154-12-01T00:00:00.000Z/0155-02-01T00:00:00.000Z/P31D,0155-03-01T00:00:00.000Z,0155-04-01T00:00:00.000Z,0155-05-01T00:00:00.000Z,0155-06-01T00:00:00.000Z,0155-07-01T00:00:00.000Z/0155-09-01T00:00:00.000Z/P31D,0155-10-01T00:00:00.000Z,0155-11-01T00:00:00.000Z,0155-12-01T00:00:00.000Z/0156-02-01T00:00:00.000Z/P31D,0156-03-01T00:00:00.000Z,0156-04-01T00:00:00.000Z,0156-05-01T00:00:00.000Z,0156-06-01T00:00:00.000Z,0156-07-01T00:00:00.000Z/0156-09-01T00:00:00.000Z/P31D,0156-10-01T00:00:00.000Z,0156-11-01T00:00:00.000Z,0156-12-01T00:00:00.000Z/0157-02-01T00:00:00.000Z/P31D,0157-03-01T00:00:00.000Z,0157-04-01T00:00:00.000Z,0157-05-01T00:00:00.000Z,0157-06-01T00:00:00.000Z,0157-07-01T00:00:00.000Z/0157-09-01T00:00:00.000Z/P31D,0157-10-01T00:00:00.000Z,0157-11-01T00:00:00.000Z,0157-12-01T00:00:00.000Z/0158-02-01T00:00:00.000Z/P31D,0158-03-01T00:00:00.000Z,0158-04-01T00:00:00.000Z,0158-05-01T00:00:00.000Z,0158-06-01T00:00:00.000Z,0158-07-01T00:00:00.000Z/0158-09-01T00:00:00.000Z/P31D,0158-10-01T00:00:00.000Z,0158-11-01T00:00:00.000Z,0158-12-01T00:00:00.000Z/0159-02-01T00:00:00.000Z/P31D,0159-03-01T00:00:00.000Z,0159-04-01T00:00:00.000Z,0159-05-01T00:00:00.000Z,0159-06-01T00:00:00.000Z,0159-07-01T00:00:00.000Z/0159-09-01T00:00:00.000Z/P31D,0159-10-01T00:00:00.000Z,0159-11-01T00:00:00.000Z,0159-12-01T00:00:00.000Z/0160-02-01T00:00:00.000Z/P31D,0160-03-01T00:00:00.000Z,0160-04-01T00:00:00.000Z,0160-05-01T00:00:00.000Z,0160-06-01T00:00:00.000Z,0160-07-01T00:00:00.000Z/0160-09-01T00:00:00.000Z/P31D,0160-10-01T00:00:00.000Z,0160-11-01T00:00:00.000Z,0160-12-01T00:00:00.000Z/0161-02-01T00:00:00.000Z/P31D,0161-03-01T00:00:00.000Z,0161-04-01T00:00:00.000Z,0161-05-01T00:00:00.000Z,0161-06-01T00:00:00.000Z,0161-07-01T00:00:00.000Z/0161-09-01T00:00:00.000Z/P31D,0161-10-01T00:00:00.000Z,0161-11-01T00:00:00.000Z,0161-12-01T00:00:00.000Z/0162-02-01T00:00:00.000Z/P31D,0162-03-01T00:00:00.000Z,0162-04-01T00:00:00.000Z,0162-05-01T00:00:00.000Z,0162-06-01T00:00:00.000Z,0162-07-01T00:00:00.000Z/0162-09-01T00:00:00.000Z/P31D,0162-10-01T00:00:00.000Z,0162-11-01T00:00:00.000Z,0162-12-01T00:00:00.000Z/0163-02-01T00:00:00.000Z/P31D,0163-03-01T00:00:00.000Z,0163-04-01T00:00:00.000Z,0163-05-01T00:00:00.000Z,0163-06-01T00:00:00.000Z,0163-07-01T00:00:00.000Z/0163-09-01T00:00:00.000Z/P31D,0163-10-01T00:00:00.000Z,0163-11-01T00:00:00.000Z,0163-12-01T00:00:00.000Z/0164-02-01T00:00:00.000Z/P31D,0164-03-01T00:00:00.000Z,0164-04-01T00:00:00.000Z,0164-05-01T00:00:00.000Z,0164-06-01T00:00:00.000Z,0164-07-01T00:00:00.000Z/0164-09-01T00:00:00.000Z/P31D,0164-10-01T00:00:00.000Z,0164-11-01T00:00:00.000Z,0164-12-01T00:00:00.000Z/0165-02-01T00:00:00.000Z/P31D,0165-03-01T00:00:00.000Z,0165-04-01T00:00:00.000Z,0165-05-01T00:00:00.000Z,0165-06-01T00:00:00.000Z,0165-07-01T00:00:00.000Z/0165-09-01T00:00:00.000Z/P31D,0165-10-01T00:00:00.000Z,0165-11-01T00:00:00.000Z,0165-12-01T00:00:00.000Z/0166-02-01T00:00:00.000Z/P31D,0166-03-01T00:00:00.000Z,0166-04-01T00:00:00.000Z,0166-05-01T00:00:00.000Z,0166-06-01T00:00:00.000Z,0166-07-01T00:00:00.000Z/0166-09-01T00:00:00.000Z/P31D,0166-10-01T00:00:00.000Z,0166-11-01T00:00:00.000Z,0166-12-01T00:00:00.000Z/0167-02-01T00:00:00.000Z/P31D,0167-03-01T00:00:00.000Z,0167-04-01T00:00:00.000Z,0167-05-01T00:00:00.000Z,0167-06-01T00:00:00.000Z,0167-07-01T00:00:00.000Z/0167-09-01T00:00:00.000Z/P31D,0167-10-01T00:00:00.000Z,0167-11-01T00:00:00.000Z,0167-12-01T00:00:00.000Z/0168-02-01T00:00:00.000Z/P31D,0168-03-01T00:00:00.000Z,0168-04-01T00:00:00.000Z,0168-05-01T00:00:00.000Z,0168-06-01T00:00:00.000Z,0168-07-01T00:00:00.000Z/0168-09-01T00:00:00.000Z/P31D,0168-10-01T00:00:00.000Z,0168-11-01T00:00:00.000Z,0168-12-01T00:00:00.000Z/0169-02-01T00:00:00.000Z/P31D,0169-03-01T00:00:00.000Z,0169-04-01T00:00:00.000Z,0169-05-01T00:00:00.000Z,0169-06-01T00:00:00.000Z,0169-07-01T00:00:00.000Z/0169-09-01T00:00:00.000Z/P31D,0169-10-01T00:00:00.000Z,0169-11-01T00:00:00.000Z,0169-12-01T00:00:00.000Z/0170-02-01T00:00:00.000Z/P31D,0170-03-01T00:00:00.000Z,0170-04-01T00:00:00.000Z,0170-05-01T00:00:00.000Z,0170-06-01T00:00:00.000Z,0170-07-01T00:00:00.000Z/0170-09-01T00:00:00.000Z/P31D,0170-10-01T00:00:00.000Z,0170-11-01T00:00:00.000Z,0170-12-01T00:00:00.000Z/0171-02-01T00:00:00.000Z/P31D,0171-03-01T00:00:00.000Z,0171-04-01T00:00:00.000Z,0171-05-01T00:00:00.000Z,0171-06-01T00:00:00.000Z,0171-07-01T00:00:00.000Z/0171-09-01T00:00:00.000Z/P31D,0171-10-01T00:00:00.000Z,0171-11-01T00:00:00.000Z,0171-12-01T00:00:00.000Z/0172-02-01T00:00:00.000Z/P31D,0172-03-01T00:00:00.000Z,0172-04-01T00:00:00.000Z,0172-05-01T00:00:00.000Z,0172-06-01T00:00:00.000Z,0172-07-01T00:00:00.000Z/0172-09-01T00:00:00.000Z/P31D,0172-10-01T00:00:00.000Z,0172-11-01T00:00:00.000Z,0172-12-01T00:00:00.000Z/0173-02-01T00:00:00.000Z/P31D,0173-03-01T00:00:00.000Z,0173-04-01T00:00:00.000Z,0173-05-01T00:00:00.000Z,0173-06-01T00:00:00.000Z,0173-07-01T00:00:00.000Z/0173-09-01T00:00:00.000Z/P31D,0173-10-01T00:00:00.000Z,0173-11-01T00:00:00.000Z,0173-12-01T00:00:00.000Z/0174-02-01T00:00:00.000Z/P31D,0174-03-01T00:00:00.000Z,0174-04-01T00:00:00.000Z,0174-05-01T00:00:00.000Z,0174-06-01T00:00:00.000Z,0174-07-01T00:00:00.000Z/0174-09-01T00:00:00.000Z/P31D,0174-10-01T00:00:00.000Z,0174-11-01T00:00:00.000Z,0174-12-01T00:00:00.000Z/0175-02-01T00:00:00.000Z/P31D,0175-03-01T00:00:00.000Z,0175-04-01T00:00:00.000Z,0175-05-01T00:00:00.000Z,0175-06-01T00:00:00.000Z,0175-07-01T00:00:00.000Z/0175-09-01T00:00:00.000Z/P31D,0175-10-01T00:00:00.000Z,0175-11-01T00:00:00.000Z,0175-12-01T00:00:00.000Z/0176-02-01T00:00:00.000Z/P31D,0176-03-01T00:00:00.000Z,0176-04-01T00:00:00.000Z,0176-05-01T00:00:00.000Z,0176-06-01T00:00:00.000Z,0176-07-01T00:00:00.000Z/0176-09-01T00:00:00.000Z/P31D,0176-10-01T00:00:00.000Z,0176-11-01T00:00:00.000Z,0176-12-01T00:00:00.000Z/0177-02-01T00:00:00.000Z/P31D,0177-03-01T00:00:00.000Z,0177-04-01T00:00:00.000Z,0177-05-01T00:00:00.000Z,0177-06-01T00:00:00.000Z,0177-07-01T00:00:00.000Z/0177-09-01T00:00:00.000Z/P31D,0177-10-01T00:00:00.000Z,0177-11-01T00:00:00.000Z,0177-12-01T00:00:00.000Z/0178-02-01T00:00:00.000Z/P31D,0178-03-01T00:00:00.000Z,0178-04-01T00:00:00.000Z,0178-05-01T00:00:00.000Z,0178-06-01T00:00:00.000Z,0178-07-01T00:00:00.000Z/0178-09-01T00:00:00.000Z/P31D,0178-10-01T00:00:00.000Z,0178-11-01T00:00:00.000Z,0178-12-01T00:00:00.000Z/0179-02-01T00:00:00.000Z/P31D,0179-03-01T00:00:00.000Z,0179-04-01T00:00:00.000Z,0179-05-01T00:00:00.000Z,0179-06-01T00:00:00.000Z,0179-07-01T00:00:00.000Z/0179-09-01T00:00:00.000Z/P31D,0179-10-01T00:00:00.000Z,0179-11-01T00:00:00.000Z,0179-12-01T00:00:00.000Z/0180-02-01T00:00:00.000Z/P31D,0180-03-01T00:00:00.000Z,0180-04-01T00:00:00.000Z,0180-05-01T00:00:00.000Z,0180-06-01T00:00:00.000Z,0180-07-01T00:00:00.000Z/0180-09-01T00:00:00.000Z/P31D,0180-10-01T00:00:00.000Z,0180-11-01T00:00:00.000Z,0180-12-01T00:00:00.000Z/0181-02-01T00:00:00.000Z/P31D,0181-03-01T00:00:00.000Z,0181-04-01T00:00:00.000Z,0181-05-01T00:00:00.000Z,0181-06-01T00:00:00.000Z,0181-07-01T00:00:00.000Z/0181-09-01T00:00:00.000Z/P31D,0181-10-01T00:00:00.000Z,0181-11-01T00:00:00.000Z,0181-12-01T00:00:00.000Z/0182-02-01T00:00:00.000Z/P31D,0182-03-01T00:00:00.000Z,0182-04-01T00:00:00.000Z,0182-05-01T00:00:00.000Z,0182-06-01T00:00:00.000Z,0182-07-01T00:00:00.000Z/0182-09-01T00:00:00.000Z/P31D,0182-10-01T00:00:00.000Z,0182-11-01T00:00:00.000Z,0182-12-01T00:00:00.000Z/0183-02-01T00:00:00.000Z/P31D,0183-03-01T00:00:00.000Z,0183-04-01T00:00:00.000Z,0183-05-01T00:00:00.000Z,0183-06-01T00:00:00.000Z,0183-07-01T00:00:00.000Z/0183-09-01T00:00:00.000Z/P31D,0183-10-01T00:00:00.000Z,0183-11-01T00:00:00.000Z,0183-12-01T00:00:00.000Z/0184-02-01T00:00:00.000Z/P31D,0184-03-01T00:00:00.000Z,0184-04-01T00:00:00.000Z,0184-05-01T00:00:00.000Z,0184-06-01T00:00:00.000Z,0184-07-01T00:00:00.000Z/0184-09-01T00:00:00.000Z/P31D,0184-10-01T00:00:00.000Z,0184-11-01T00:00:00.000Z,0184-12-01T00:00:00.000Z/0185-02-01T00:00:00.000Z/P31D,0185-03-01T00:00:00.000Z,0185-04-01T00:00:00.000Z,0185-05-01T00:00:00.000Z,0185-06-01T00:00:00.000Z,0185-07-01T00:00:00.000Z/0185-09-01T00:00:00.000Z/P31D,0185-10-01T00:00:00.000Z,0185-11-01T00:00:00.000Z,0185-12-01T00:00:00.000Z/0186-02-01T00:00:00.000Z/P31D,0186-03-01T00:00:00.000Z,0186-04-01T00:00:00.000Z,0186-05-01T00:00:00.000Z,0186-06-01T00:00:00.000Z,0186-07-01T00:00:00.000Z/0186-09-01T00:00:00.000Z/P31D,0186-10-01T00:00:00.000Z,0186-11-01T00:00:00.000Z,0186-12-01T00:00:00.000Z/0187-02-01T00:00:00.000Z/P31D,0187-03-01T00:00:00.000Z,0187-04-01T00:00:00.000Z,0187-05-01T00:00:00.000Z,0187-06-01T00:00:00.000Z,0187-07-01T00:00:00.000Z/0187-09-01T00:00:00.000Z/P31D,0187-10-01T00:00:00.000Z,0187-11-01T00:00:00.000Z,0187-12-01T00:00:00.000Z/0188-02-01T00:00:00.000Z/P31D,0188-03-01T00:00:00.000Z,0188-04-01T00:00:00.000Z,0188-05-01T00:00:00.000Z,0188-06-01T00:00:00.000Z,0188-07-01T00:00:00.000Z/0188-09-01T00:00:00.000Z/P31D,0188-10-01T00:00:00.000Z,0188-11-01T00:00:00.000Z,0188-12-01T00:00:00.000Z/0189-02-01T00:00:00.000Z/P31D,0189-03-01T00:00:00.000Z,0189-04-01T00:00:00.000Z,0189-05-01T00:00:00.000Z,0189-06-01T00:00:00.000Z,0189-07-01T00:00:00.000Z/0189-09-01T00:00:00.000Z/P31D,0189-10-01T00:00:00.000Z,0189-11-01T00:00:00.000Z,0189-12-01T00:00:00.000Z/0190-02-01T00:00:00.000Z/P31D,0190-03-01T00:00:00.000Z,0190-04-01T00:00:00.000Z,0190-05-01T00:00:00.000Z,0190-06-01T00:00:00.000Z,0190-07-01T00:00:00.000Z/0190-09-01T00:00:00.000Z/P31D,0190-10-01T00:00:00.000Z,0190-11-01T00:00:00.000Z,0190-12-01T00:00:00.000Z/0191-02-01T00:00:00.000Z/P31D,0191-03-01T00:00:00.000Z,0191-04-01T00:00:00.000Z,0191-05-01T00:00:00.000Z,0191-06-01T00:00:00.000Z,0191-07-01T00:00:00.000Z/0191-09-01T00:00:00.000Z/P31D,0191-10-01T00:00:00.000Z,0191-11-01T00:00:00.000Z,0191-12-01T00:00:00.000Z/0192-02-01T00:00:00.000Z/P31D,0192-03-01T00:00:00.000Z,0192-04-01T00:00:00.000Z,0192-05-01T00:00:00.000Z,0192-06-01T00:00:00.000Z,0192-07-01T00:00:00.000Z/0192-09-01T00:00:00.000Z/P31D,0192-10-01T00:00:00.000Z,0192-11-01T00:00:00.000Z,0192-12-01T00:00:00.000Z/0193-02-01T00:00:00.000Z/P31D,0193-03-01T00:00:00.000Z,0193-04-01T00:00:00.000Z,0193-05-01T00:00:00.000Z,0193-06-01T00:00:00.000Z,0193-07-01T00:00:00.000Z/0193-09-01T00:00:00.000Z/P31D,0193-10-01T00:00:00.000Z,0193-11-01T00:00:00.000Z,0193-12-01T00:00:00.000Z/0194-02-01T00:00:00.000Z/P31D,0194-03-01T00:00:00.000Z,0194-04-01T00:00:00.000Z,0194-05-01T00:00:00.000Z,0194-06-01T00:00:00.000Z,0194-07-01T00:00:00.000Z/0194-09-01T00:00:00.000Z/P31D,0194-10-01T00:00:00.000Z,0194-11-01T00:00:00.000Z,0194-12-01T00:00:00.000Z/0195-02-01T00:00:00.000Z/P31D,0195-03-01T00:00:00.000Z,0195-04-01T00:00:00.000Z,0195-05-01T00:00:00.000Z,0195-06-01T00:00:00.000Z,0195-07-01T00:00:00.000Z/0195-09-01T00:00:00.000Z/P31D,0195-10-01T00:00:00.000Z,0195-11-01T00:00:00.000Z,0195-12-01T00:00:00.000Z/0196-02-01T00:00:00.000Z/P31D,0196-03-01T00:00:00.000Z,0196-04-01T00:00:00.000Z,0196-05-01T00:00:00.000Z,0196-06-01T00:00:00.000Z,0196-07-01T00:00:00.000Z/0196-09-01T00:00:00.000Z/P31D,0196-10-01T00:00:00.000Z,0196-11-01T00:00:00.000Z,0196-12-01T00:00:00.000Z/0197-02-01T00:00:00.000Z/P31D,0197-03-01T00:00:00.000Z,0197-04-01T00:00:00.000Z,0197-05-01T00:00:00.000Z,0197-06-01T00:00:00.000Z,0197-07-01T00:00:00.000Z/0197-09-01T00:00:00.000Z/P31D,0197-10-01T00:00:00.000Z,0197-11-01T00:00:00.000Z,0197-12-01T00:00:00.000Z/0198-02-01T00:00:00.000Z/P31D,0198-03-01T00:00:00.000Z,0198-04-01T00:00:00.000Z,0198-05-01T00:00:00.000Z,0198-06-01T00:00:00.000Z,0198-07-01T00:00:00.000Z/0198-09-01T00:00:00.000Z/P31D,0198-10-01T00:00:00.000Z,0198-11-01T00:00:00.000Z,0198-12-01T00:00:00.000Z/0199-02-01T00:00:00.000Z/P31D,0199-03-01T00:00:00.000Z,0199-04-01T00:00:00.000Z,0199-05-01T00:00:00.000Z,0199-06-01T00:00:00.000Z,0199-07-01T00:00:00.000Z/0199-09-01T00:00:00.000Z/P31D,0199-10-01T00:00:00.000Z,0199-11-01T00:00:00.000Z,0199-12-01T00:00:00.000Z,0200-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/CESM1b-4xCO2_CLDLOW.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CLDLOW
            </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/CESM1b-4xCO2_CLDLOW.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CLDLOW&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/CESM1b-4xCO2_CLDLOW.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CLDLOW
            </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/CESM1b-4xCO2_CLDLOW.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CLDLOW&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/CESM1b-4xCO2_CLDLOW.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CLDLOW
            </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/CESM1b-4xCO2_CLDLOW.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CLDLOW&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
