<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-04-05T06:14:54.470Z"
        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 TDS Installation</Title>
        <Abstract>Scientific Data</Abstract>
        <KeywordList>
            <Keyword>meteorology</Keyword>
            <Keyword> atmosphere</Keyword>
            <Keyword> climate</Keyword>
            <Keyword> ocean</Keyword>
            <Keyword> earth science</Keyword>
        </KeywordList>
        <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>Support</ContactPerson>
                <ContactOrganization>NCAR GDEX</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>rpconroy@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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.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 TDS Installation</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>g40.000</Title>
    <Layer queryable="1">
        <Name>hi</Name>
        <Title>grid cell mean ice thickness</Title>
        <Abstract>grid cell mean ice thickness</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=hi
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hi&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=hi
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hi&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=hi
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hi&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>hs</Name>
        <Title>grid cell mean snow thickness</Title>
        <Abstract>grid cell mean snow thickness</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=hs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hs&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=hs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hs&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=hs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hs&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fs</Name>
        <Title>grid cell mean snow fraction</Title>
        <Abstract>grid cell mean snow fraction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fs&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fs&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fs&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Tsfc</Name>
        <Title>snow/ice surface temperature</Title>
        <Abstract>snow/ice surface temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tsfc
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tsfc&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tsfc
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tsfc&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tsfc
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tsfc&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aice</Name>
        <Title>ice area  (aggregate)</Title>
        <Abstract>ice area  (aggregate)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aice&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aice&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aice&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>qi</Name>
        <Title>internal ice heat content</Title>
        <Abstract>internal ice heat content</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=qi
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=qi&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=qi
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=qi&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=qi
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=qi&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>qs</Name>
        <Title>internal snow heat content</Title>
        <Abstract>internal snow heat content</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=qs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=qs&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=qs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=qs&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=qs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=qs&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>transix</Name>
        <Title>ice mass transport (x) on East side</Title>
        <Abstract>ice mass transport (x) on East side</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=transix
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=transix&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=transix
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=transix&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=transix
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=transix&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>transiy</Name>
        <Title>ice mass transport (y) on North side</Title>
        <Abstract>ice mass transport (y) on North side</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=transiy
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=transiy&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=transiy
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=transiy&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=transiy
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=transiy&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fswdn</Name>
        <Title>down solar flux</Title>
        <Abstract>down solar flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswdn
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswdn&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswdn
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswdn&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswdn
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswdn&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fswup</Name>
        <Title>upward solar flux</Title>
        <Abstract>upward solar flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswup
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswup&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswup
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswup&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswup
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswup&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>flwdn</Name>
        <Title>down longwave flux</Title>
        <Abstract>down longwave flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flwdn
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flwdn&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flwdn
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flwdn&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flwdn
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flwdn&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>snow</Name>
        <Title>snowfall rate (cpl)</Title>
        <Abstract>snowfall rate (cpl)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=snow
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=snow&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=snow
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=snow&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=snow
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=snow&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>snow_ai</Name>
        <Title>snowfall rate</Title>
        <Abstract>snowfall rate</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=snow_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=snow_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=snow_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=snow_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=snow_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=snow_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>rain</Name>
        <Title>rainfall rate (cpl)</Title>
        <Abstract>rainfall rate (cpl)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=rain
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=rain&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=rain
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=rain&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=rain
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=rain&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>rain_ai</Name>
        <Title>rainfall rate</Title>
        <Abstract>rainfall rate</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=rain_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=rain_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=rain_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=rain_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=rain_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=rain_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fswfac</Name>
        <Title>shortwave scaling factor</Title>
        <Abstract>shortwave scaling factor</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswfac
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswfac&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswfac
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswfac&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswfac
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswfac&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fswabs</Name>
        <Title>snow/ice/ocn absorbed solar flux (cpl)</Title>
        <Abstract>snow/ice/ocn absorbed solar flux (cpl)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswabs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswabs&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswabs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswabs&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswabs
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswabs&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fswabs_ai</Name>
        <Title>snow/ice/ocn absorbed solar flux</Title>
        <Abstract>snow/ice/ocn absorbed solar flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswabs_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswabs_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswabs_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswabs_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswabs_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswabs_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>alvdr</Name>
        <Title>visible direct albedo</Title>
        <Abstract>visible direct albedo</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alvdr
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alvdr&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alvdr
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alvdr&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alvdr
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alvdr&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>alidr</Name>
        <Title>near IR direct albedo</Title>
        <Abstract>near IR direct albedo</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alidr
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alidr&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alidr
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alidr&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alidr
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alidr&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>alvdf</Name>
        <Title>visible diffuse albedo</Title>
        <Abstract>visible diffuse albedo</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alvdf
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alvdf&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alvdf
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alvdf&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alvdf
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alvdf&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>alidf</Name>
        <Title>near IR diffuse albedo</Title>
        <Abstract>near IR diffuse albedo</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alidf
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alidf&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alidf
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alidf&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=alidf
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=alidf&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>albice</Name>
        <Title>bare ice albedo</Title>
        <Abstract>bare ice albedo</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=albice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=albice&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=albice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=albice&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=albice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=albice&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>albsno</Name>
        <Title>snow albedo</Title>
        <Abstract>snow albedo</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=albsno
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=albsno&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=albsno
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=albsno&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=albsno
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=albsno&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>albpnd</Name>
        <Title>melt pond albedo</Title>
        <Abstract>melt pond albedo</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=albpnd
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=albpnd&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=albpnd
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=albpnd&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=albpnd
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=albpnd&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>coszen</Name>
        <Title>cosine of the zenith angle</Title>
        <Abstract>cosine of the zenith angle</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=coszen
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=coszen&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=coszen
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=coszen&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=coszen
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=coszen&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>flat</Name>
        <Title>latent heat flux (cpl)</Title>
        <Abstract>latent heat flux (cpl)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flat
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flat&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flat
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flat&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flat
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flat&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>flat_ai</Name>
        <Title>latent heat flux</Title>
        <Abstract>latent heat flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flat_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flat_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flat_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flat_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flat_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flat_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fsens</Name>
        <Title>sensible heat flux (cpl)</Title>
        <Abstract>sensible heat flux (cpl)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsens
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsens&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsens
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsens&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsens
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsens&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fsens_ai</Name>
        <Title>sensible heat flux</Title>
        <Abstract>sensible heat flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsens_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsens_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsens_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsens_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsens_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsens_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>flwup</Name>
        <Title>upward longwave flux (cpl)</Title>
        <Abstract>upward longwave flux (cpl)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flwup
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flwup&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flwup
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flwup&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flwup
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flwup&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>flwup_ai</Name>
        <Title>upward longwave flux</Title>
        <Abstract>upward longwave flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flwup_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flwup_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flwup_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flwup_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=flwup_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=flwup_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>evap</Name>
        <Title>evaporative water flux (cpl)</Title>
        <Abstract>evaporative water flux (cpl)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=evap
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=evap&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=evap
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=evap&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=evap
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=evap&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>evap_ai</Name>
        <Title>evaporative water flux</Title>
        <Abstract>evaporative water flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=evap_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=evap_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=evap_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=evap_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=evap_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=evap_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Tair</Name>
        <Title>air temperature</Title>
        <Abstract>air temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Tref</Name>
        <Title>2m reference temperature</Title>
        <Abstract>2m reference temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tref
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tref&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tref
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tref&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tref
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tref&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Qref</Name>
        <Title>2m reference specific humidity</Title>
        <Abstract>2m reference specific humidity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qref
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qref&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qref
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qref&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qref
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qref&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>congel</Name>
        <Title>congelation ice growth</Title>
        <Abstract>congelation ice growth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=congel
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=congel&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=congel
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=congel&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=congel
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=congel&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>frazil</Name>
        <Title>frazil ice growth</Title>
        <Abstract>frazil ice growth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=frazil
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=frazil&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=frazil
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=frazil&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=frazil
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=frazil&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>snoice</Name>
        <Title>snow-ice formation</Title>
        <Abstract>snow-ice formation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=snoice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=snoice&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=snoice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=snoice&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=snoice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=snoice&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>meltt</Name>
        <Title>top ice melt</Title>
        <Abstract>top ice melt</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=meltt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=meltt&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=meltt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=meltt&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=meltt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=meltt&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>meltb</Name>
        <Title>basal ice melt</Title>
        <Abstract>basal ice melt</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=meltb
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=meltb&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=meltb
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=meltb&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=meltb
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=meltb&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>meltl</Name>
        <Title>lateral ice melt</Title>
        <Abstract>lateral ice melt</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=meltl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=meltl&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=meltl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=meltl&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=meltl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=meltl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>melts</Name>
        <Title>snow melt</Title>
        <Abstract>snow melt</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=melts
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=melts&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=melts
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=melts&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=melts
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=melts&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fresh</Name>
        <Title>freshwtr flx ice to ocn (cpl)</Title>
        <Abstract>freshwtr flx ice to ocn (cpl)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fresh
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fresh&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fresh
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fresh&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fresh
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fresh&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fresh_ai</Name>
        <Title>freshwtr flx ice to ocn</Title>
        <Abstract>freshwtr flx ice to ocn</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fresh_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fresh_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fresh_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fresh_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fresh_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fresh_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fsalt</Name>
        <Title>salt flux ice to ocn (cpl)</Title>
        <Abstract>salt flux ice to ocn (cpl)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsalt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsalt&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsalt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsalt&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsalt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsalt&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fsalt_ai</Name>
        <Title>salt flux ice to ocean</Title>
        <Abstract>salt flux ice to ocean</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsalt_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsalt_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsalt_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsalt_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsalt_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsalt_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fhocn</Name>
        <Title>heat flux ice to ocn (cpl)</Title>
        <Abstract>heat flux ice to ocn (cpl)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fhocn
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fhocn&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fhocn
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fhocn&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fhocn
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fhocn&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fhocn_ai</Name>
        <Title>heat flux ice to ocean</Title>
        <Abstract>heat flux ice to ocean</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fhocn_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fhocn_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fhocn_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fhocn_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fhocn_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fhocn_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fswthru</Name>
        <Title>SW thru ice to ocean (cpl)</Title>
        <Abstract>SW thru ice to ocean (cpl)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswthru
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswthru&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswthru
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswthru&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswthru
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswthru&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fswthru_ai</Name>
        <Title>SW flux thru ice to ocean</Title>
        <Abstract>SW flux thru ice to ocean</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswthru_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswthru_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswthru_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswthru_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fswthru_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fswthru_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>strength</Name>
        <Title>compressive ice strength</Title>
        <Abstract>compressive ice strength</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strength
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strength&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strength
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strength&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strength
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strength&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>opening</Name>
        <Title>lead area opening rate</Title>
        <Abstract>lead area opening rate</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=opening
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=opening&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=opening
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=opening&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=opening
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=opening&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>divu</Name>
        <Title>strain rate (divergence)</Title>
        <Abstract>strain rate (divergence)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=divu
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=divu&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=divu
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=divu&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=divu
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=divu&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>shear</Name>
        <Title>strain rate (shear)</Title>
        <Abstract>strain rate (shear)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=shear
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=shear&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=shear
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=shear&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=shear
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=shear&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dvidtt</Name>
        <Title>volume tendency thermo</Title>
        <Abstract>volume tendency thermo</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dvidtt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dvidtt&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dvidtt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dvidtt&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dvidtt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dvidtt&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dvidtd</Name>
        <Title>volume tendency dynamics</Title>
        <Abstract>volume tendency dynamics</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dvidtd
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dvidtd&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dvidtd
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dvidtd&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dvidtd
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dvidtd&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>daidtt</Name>
        <Title>area tendency thermo</Title>
        <Abstract>area tendency thermo</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=daidtt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=daidtt&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=daidtt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=daidtt&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=daidtt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=daidtt&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>daidtd</Name>
        <Title>area tendency dynamics</Title>
        <Abstract>area tendency dynamics</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=daidtd
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=daidtd&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=daidtd
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=daidtd&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=daidtd
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=daidtd&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dardg1dt</Name>
        <Title>ice area ridging rate</Title>
        <Abstract>ice area ridging rate</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dardg1dt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dardg1dt&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dardg1dt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dardg1dt&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dardg1dt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dardg1dt&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dardg2dt</Name>
        <Title>ridge area formation rate</Title>
        <Abstract>ridge area formation rate</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dardg2dt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dardg2dt&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dardg2dt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dardg2dt&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dardg2dt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dardg2dt&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dvirdgdt</Name>
        <Title>ice volume ridging rate</Title>
        <Abstract>ice volume ridging rate</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dvirdgdt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dvirdgdt&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dvirdgdt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dvirdgdt&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dvirdgdt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dvirdgdt&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>hisnap</Name>
        <Title>ice volume snapshot</Title>
        <Abstract>ice volume snapshot</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=hisnap
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hisnap&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=hisnap
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hisnap&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=hisnap
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hisnap&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aisnap</Name>
        <Title>ice area snapshot</Title>
        <Abstract>ice area snapshot</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aisnap
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aisnap&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aisnap
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aisnap&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aisnap
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aisnap&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>trsig</Name>
        <Title>internal stress tensor trace</Title>
        <Abstract>internal stress tensor trace</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=trsig
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=trsig&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=trsig
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=trsig&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=trsig
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=trsig&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ice_present</Name>
        <Title>fraction of time-avg interval that any ice is present</Title>
        <Abstract>fraction of time-avg interval that any ice is present</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ice_present
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ice_present&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ice_present
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ice_present&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ice_present
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ice_present&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fsurf_ai</Name>
        <Title>net surface heat flux</Title>
        <Abstract>net surface heat flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsurf_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsurf_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsurf_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsurf_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fsurf_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fsurf_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fcondtop_ai</Name>
        <Title>top surface conductive heat flux</Title>
        <Abstract>top surface conductive heat flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fcondtop_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fcondtop_ai&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fcondtop_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fcondtop_ai&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=fcondtop_ai
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fcondtop_ai&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aicen001</Name>
        <Title>ice area, category  001</Title>
        <Abstract>ice area, category  001</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen001&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen001&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen001&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aicen002</Name>
        <Title>ice area, category  002</Title>
        <Abstract>ice area, category  002</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen002&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen002&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen002&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aicen003</Name>
        <Title>ice area, category  003</Title>
        <Abstract>ice area, category  003</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen003&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen003&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen003&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aicen004</Name>
        <Title>ice area, category  004</Title>
        <Abstract>ice area, category  004</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen004
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen004&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen004
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen004&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen004
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen004&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aicen005</Name>
        <Title>ice area, category  005</Title>
        <Abstract>ice area, category  005</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen005
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen005&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen005
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen005&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aicen005
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aicen005&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>vicen001</Name>
        <Title>ice volume, category  001</Title>
        <Abstract>ice volume, category  001</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen001&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen001&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen001&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>vicen002</Name>
        <Title>ice volume, category  002</Title>
        <Abstract>ice volume, category  002</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen002&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen002&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen002&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>vicen003</Name>
        <Title>ice volume, category  003</Title>
        <Abstract>ice volume, category  003</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen003&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen003&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen003&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>vicen004</Name>
        <Title>ice volume, category  004</Title>
        <Abstract>ice volume, category  004</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen004
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen004&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen004
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen004&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen004
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen004&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>vicen005</Name>
        <Title>ice volume, category  005</Title>
        <Abstract>ice volume, category  005</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen005
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen005&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen005
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen005&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vicen005
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vicen005&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>iage</Name>
        <Title>sea ice age</Title>
        <Abstract>sea ice age</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=iage
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=iage&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=iage
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=iage&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=iage
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=iage&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FYarea</Name>
        <Title>first-year ice area</Title>
        <Abstract>first-year ice area</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FYarea
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FYarea&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FYarea
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FYarea&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FYarea
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FYarea&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aerosnossl001</Name>
        <Title>snow ssl aerosol mass</Title>
        <Abstract>snow ssl aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnossl001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnossl001&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnossl001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnossl001&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnossl001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnossl001&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aerosnoint001</Name>
        <Title>snow int aerosol mass</Title>
        <Abstract>snow int aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnoint001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnoint001&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnoint001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnoint001&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnoint001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnoint001&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aeroicessl001</Name>
        <Title>ice ssl aerosol mass</Title>
        <Abstract>ice ssl aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroicessl001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroicessl001&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroicessl001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroicessl001&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroicessl001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroicessl001&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aeroiceint001</Name>
        <Title>ice int aerosol mass</Title>
        <Abstract>ice int aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroiceint001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroiceint001&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroiceint001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroiceint001&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroiceint001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroiceint001&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aerosnossl002</Name>
        <Title>snow ssl aerosol mass</Title>
        <Abstract>snow ssl aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnossl002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnossl002&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnossl002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnossl002&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnossl002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnossl002&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aerosnoint002</Name>
        <Title>snow int aerosol mass</Title>
        <Abstract>snow int aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnoint002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnoint002&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnoint002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnoint002&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnoint002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnoint002&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aeroicessl002</Name>
        <Title>ice ssl aerosol mass</Title>
        <Abstract>ice ssl aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroicessl002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroicessl002&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroicessl002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroicessl002&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroicessl002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroicessl002&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aeroiceint002</Name>
        <Title>ice int aerosol mass</Title>
        <Abstract>ice int aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroiceint002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroiceint002&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroiceint002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroiceint002&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroiceint002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroiceint002&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aerosnossl003</Name>
        <Title>snow ssl aerosol mass</Title>
        <Abstract>snow ssl aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnossl003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnossl003&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnossl003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnossl003&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnossl003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnossl003&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aerosnoint003</Name>
        <Title>snow int aerosol mass</Title>
        <Abstract>snow int aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnoint003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnoint003&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnoint003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnoint003&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aerosnoint003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aerosnoint003&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aeroicessl003</Name>
        <Title>ice ssl aerosol mass</Title>
        <Abstract>ice ssl aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroicessl003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroicessl003&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroicessl003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroicessl003&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroicessl003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroicessl003&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>aeroiceint003</Name>
        <Title>ice int aerosol mass</Title>
        <Abstract>ice int aerosol mass</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroiceint003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroiceint003&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroiceint003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroiceint003&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=aeroiceint003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=aeroiceint003&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>faero_atm001</Name>
        <Title>aerosol deposition rate</Title>
        <Abstract>aerosol deposition rate</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_atm001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_atm001&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_atm001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_atm001&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_atm001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_atm001&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>faero_atm002</Name>
        <Title>aerosol deposition rate</Title>
        <Abstract>aerosol deposition rate</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_atm002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_atm002&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_atm002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_atm002&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_atm002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_atm002&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>faero_atm003</Name>
        <Title>aerosol deposition rate</Title>
        <Abstract>aerosol deposition rate</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_atm003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_atm003&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_atm003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_atm003&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_atm003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_atm003&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>faero_ocn001</Name>
        <Title>aerosol flux to ocean</Title>
        <Abstract>aerosol flux to ocean</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_ocn001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_ocn001&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_ocn001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_ocn001&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_ocn001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_ocn001&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>faero_ocn002</Name>
        <Title>aerosol flux to ocean</Title>
        <Abstract>aerosol flux to ocean</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_ocn002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_ocn002&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_ocn002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_ocn002&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_ocn002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_ocn002&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>faero_ocn003</Name>
        <Title>aerosol flux to ocean</Title>
        <Abstract>aerosol flux to ocean</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_ocn003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_ocn003&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_ocn003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_ocn003&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=faero_ocn003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=faero_ocn003&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>apond001</Name>
        <Title>melt pond concentration, category  001</Title>
        <Abstract>melt pond concentration, category  001</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond001&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond001&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond001
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond001&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>apond002</Name>
        <Title>melt pond concentration, category  002</Title>
        <Abstract>melt pond concentration, category  002</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond002&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond002&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond002
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond002&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>apond003</Name>
        <Title>melt pond concentration, category  003</Title>
        <Abstract>melt pond concentration, category  003</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond003&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond003&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond003
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond003&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>apond004</Name>
        <Title>melt pond concentration, category  004</Title>
        <Abstract>melt pond concentration, category  004</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond004
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond004&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond004
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond004&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond004
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond004&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>apond005</Name>
        <Title>melt pond concentration, category  005</Title>
        <Abstract>melt pond concentration, category  005</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond005
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond005&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond005
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond005&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=apond005
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=apond005&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>uarea</Name>
        <Title>area of U grid cells</Title>
        <Abstract>area of U grid cells</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=uarea
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=uarea&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=uarea
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=uarea&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=uarea
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=uarea&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dxu</Name>
        <Title>U cell width through middle</Title>
        <Abstract>U cell width through middle</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dxu
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dxu&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dxu
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dxu&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dxu
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dxu&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dyu</Name>
        <Title>U cell height through middle</Title>
        <Abstract>U cell height through middle</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dyu
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dyu&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dyu
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dyu&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dyu
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dyu&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ANGLE</Name>
        <Title>angle grid makes with latitude line on U grid</Title>
        <Abstract>angle grid makes with latitude line on U grid</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ANGLE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ANGLE&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ANGLE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ANGLE&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ANGLE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ANGLE&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>tmask</Name>
        <Title>ocean grid mask</Title>
        <Abstract>ocean grid mask</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=tmask
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tmask&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=tmask
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tmask&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=tmask
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tmask&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>tarea</Name>
        <Title>area of T grid cells</Title>
        <Abstract>area of T grid cells</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=tarea
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tarea&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=tarea
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tarea&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=tarea
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=tarea&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dxt</Name>
        <Title>T cell width through middle</Title>
        <Abstract>T cell width through middle</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dxt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dxt&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dxt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dxt&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dxt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dxt&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dyt</Name>
        <Title>T cell height through middle</Title>
        <Abstract>T cell height through middle</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dyt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dyt&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dyt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dyt&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dyt
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dyt&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HTN</Name>
        <Title>T cell width on North side</Title>
        <Abstract>T cell width on North side</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HTN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HTN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HTN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HTN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HTN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HTN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HTE</Name>
        <Title>T cell width on East side</Title>
        <Abstract>T cell width on East side</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HTE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HTE&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HTE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HTE&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HTE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HTE&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ANGLET</Name>
        <Title>angle grid makes with latitude line on T grid</Title>
        <Abstract>angle grid makes with latitude line on T grid</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.22052001953125</southBoundLatitude>
            <northBoundLatitude>89.70641326904297</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.22052001953125" maxy="89.70641326904297"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ANGLET
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ANGLET&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ANGLET
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ANGLET&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ANGLET
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ANGLET&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>uvel</Name>
        <Title>ice velocity (x)</Title>
        <Abstract>ice velocity (x)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=uvel
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=uvel&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=uvel
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=uvel&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=uvel
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=uvel&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>vvel</Name>
        <Title>ice velocity (y)</Title>
        <Abstract>ice velocity (y)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vvel
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vvel&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vvel
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vvel&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=vvel
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=vvel&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>strairx</Name>
        <Title>atm/ice stress (x)</Title>
        <Abstract>atm/ice stress (x)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strairx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strairx&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strairx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strairx&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strairx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strairx&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>strairy</Name>
        <Title>atm/ice stress (y)</Title>
        <Abstract>atm/ice stress (y)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strairy
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strairy&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strairy
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strairy&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strairy
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strairy&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>strcorx</Name>
        <Title>coriolis stress (x)</Title>
        <Abstract>coriolis stress (x)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strcorx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strcorx&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strcorx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strcorx&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strcorx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strcorx&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>strcory</Name>
        <Title>coriolis stress (y)</Title>
        <Abstract>coriolis stress (y)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strcory
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strcory&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strcory
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strcory&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strcory
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strcory&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>strocnx</Name>
        <Title>ocean/ice stress (x)</Title>
        <Abstract>ocean/ice stress (x)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strocnx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strocnx&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strocnx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strocnx&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strocnx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strocnx&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>strocny</Name>
        <Title>ocean/ice stress (y)</Title>
        <Abstract>ocean/ice stress (y)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strocny
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strocny&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strocny
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strocny&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strocny
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strocny&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>strintx</Name>
        <Title>internal ice stress (x)</Title>
        <Abstract>internal ice stress (x)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strintx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strintx&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strintx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strintx&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strintx
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strintx&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>strinty</Name>
        <Title>internal ice stress (y)</Title>
        <Abstract>internal ice stress (y)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strinty
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strinty&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strinty
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strinty&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=strinty
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=strinty&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>sig1</Name>
        <Title>norm. principal stress 1</Title>
        <Abstract>norm. principal stress 1</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=sig1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=sig1&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=sig1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=sig1&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=sig1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=sig1&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>sig2</Name>
        <Title>norm. principal stress 2</Title>
        <Abstract>norm. principal stress 2</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289611816406</southBoundLatitude>
            <northBoundLatitude>89.97734069824219</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289611816406" maxy="89.97734069824219"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0243-07-01T00:00:00.000Z">
            0243-07-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://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=sig2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=sig2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=sig2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=sig2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=sig2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.cice.h.0243-06.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=sig2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
