<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-04-05T10:49:23.843Z"
        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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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>TEMP</Name>
        <Title>Potential Temperature</Title>
        <Abstract>Potential Temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TEMP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TEMP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TEMP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TEMP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TEMP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TEMP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SALT</Name>
        <Title>Salinity</Title>
        <Abstract>Salinity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SALT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SALT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SALT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SALT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SALT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SALT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>RHO</Name>
        <Title>In-Situ Density</Title>
        <Abstract>In-Situ Density</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RHO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RHO&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RHO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RHO&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RHO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RHO&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CFC11</Name>
        <Title>CFC11</Title>
        <Abstract>CFC11</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC11
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC11&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC11
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC11&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC11
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC11&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CFC12</Name>
        <Title>CFC12</Title>
        <Abstract>CFC12</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC12
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC12&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC12
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC12&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC12
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC12&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>IAGE</Name>
        <Title>Ideal Age</Title>
        <Abstract>Ideal Age</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=IAGE&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>KAPPA_ISOP</Name>
        <Title>Isopycnal diffusion coefficient</Title>
        <Abstract>Isopycnal diffusion coefficient</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KAPPA_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KAPPA_ISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KAPPA_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KAPPA_ISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KAPPA_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KAPPA_ISOP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>KAPPA_THIC</Name>
        <Title>Thickness diffusion coefficient</Title>
        <Abstract>Thickness diffusion coefficient</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KAPPA_THIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KAPPA_THIC&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KAPPA_THIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KAPPA_THIC&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KAPPA_THIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KAPPA_THIC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HOR_DIFF</Name>
        <Title>Horizontal diffusion coefficient</Title>
        <Abstract>Horizontal diffusion coefficient</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HOR_DIFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HOR_DIFF&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HOR_DIFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HOR_DIFF&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HOR_DIFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HOR_DIFF&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PV</Name>
        <Title>Potential Vorticity</Title>
        <Abstract>Potential Vorticity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PV
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PV&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PV
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PV&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PV
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PV&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Q</Name>
        <Title>Static Stability (d(rho(p_r))/dz)</Title>
        <Abstract>Static Stability (d(rho(p_r))/dz)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Q
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Q&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Q
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Q&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Q
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Q&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PD</Name>
        <Title>Potential Density Ref to Surface</Title>
        <Abstract>Potential Density Ref to Surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PD&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PD&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PD&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dTEMP_POS_2D</Name>
        <Title>max pos column temperature timestep diff</Title>
        <Abstract>max pos column temperature timestep diff</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dTEMP_POS_2D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dTEMP_POS_2D&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dTEMP_POS_2D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dTEMP_POS_2D&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dTEMP_POS_2D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dTEMP_POS_2D&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dTEMP_NEG_2D</Name>
        <Title>min neg column temperature timestep diff</Title>
        <Abstract>min neg column temperature timestep diff</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dTEMP_NEG_2D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dTEMP_NEG_2D&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dTEMP_NEG_2D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dTEMP_NEG_2D&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=dTEMP_NEG_2D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dTEMP_NEG_2D&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>RHO_VINT</Name>
        <Title>Vertical Integral of In-Situ Density</Title>
        <Abstract>Vertical Integral of In-Situ Density</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RHO_VINT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RHO_VINT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RHO_VINT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RHO_VINT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RHO_VINT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RHO_VINT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>RESID_T</Name>
        <Title>Free-Surface Residual Flux (T)</Title>
        <Abstract>Free-Surface Residual Flux (T)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RESID_T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RESID_T&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RESID_T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RESID_T&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RESID_T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RESID_T&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>RESID_S</Name>
        <Title>Free-Surface Residual Flux (S)</Title>
        <Abstract>Free-Surface Residual Flux (S)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RESID_S
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RESID_S&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RESID_S
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RESID_S&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RESID_S
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RESID_S&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SSH</Name>
        <Title>Sea Surface Height</Title>
        <Abstract>Sea Surface Height</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SSH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SSH&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SSH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SSH&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SSH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SSH&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SSH2</Name>
        <Title>SSH**2</Title>
        <Abstract>SSH**2</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SSH2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SSH2&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SSH2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SSH2&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SSH2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SSH2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SHF</Name>
        <Title>Total Surface Heat Flux, Including SW</Title>
        <Abstract>Total Surface Heat Flux, Including SW</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHF&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHF&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHF&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SHF_QSW</Name>
        <Title>Solar Short-Wave Heat Flux</Title>
        <Abstract>Solar Short-Wave Heat Flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHF_QSW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHF_QSW&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHF_QSW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHF_QSW&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHF_QSW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHF_QSW&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SFWF</Name>
        <Title>Virtual Salt Flux in FW Flux formulation</Title>
        <Abstract>Virtual Salt Flux in FW Flux formulation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFWF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFWF&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFWF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFWF&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFWF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFWF&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SFWF_WRST</Name>
        <Title>Virtual Salt Flux due to weak restoring</Title>
        <Abstract>Virtual Salt Flux due to weak restoring</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFWF_WRST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFWF_WRST&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFWF_WRST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFWF_WRST&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFWF_WRST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFWF_WRST&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FW</Name>
        <Title>Freshwater Flux</Title>
        <Abstract>Freshwater Flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FW&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FW&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=FW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FW&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TFW_T</Name>
        <Title>T flux due to freshwater flux</Title>
        <Abstract>T flux due to freshwater flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TFW_T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TFW_T&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TFW_T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TFW_T&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TFW_T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TFW_T&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TFW_S</Name>
        <Title>S flux due to freshwater flux (kg of salt/m^2/s)</Title>
        <Abstract>S flux due to freshwater flux (kg of salt/m^2/s)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TFW_S
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TFW_S&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TFW_S
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TFW_S&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TFW_S
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TFW_S&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>EVAP_F</Name>
        <Title>Evaporation Flux from Coupler</Title>
        <Abstract>Evaporation Flux from Coupler</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EVAP_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EVAP_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EVAP_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EVAP_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EVAP_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EVAP_F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PREC_F</Name>
        <Title>Precipitation Flux from Cpl (rain+snow)</Title>
        <Abstract>Precipitation Flux from Cpl (rain+snow)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PREC_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PREC_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PREC_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PREC_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PREC_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PREC_F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SNOW_F</Name>
        <Title>Snow Flux from Coupler</Title>
        <Abstract>Snow Flux from Coupler</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOW_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOW_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOW_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOW_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOW_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOW_F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MELT_F</Name>
        <Title>Melt Flux from Coupler</Title>
        <Abstract>Melt Flux from Coupler</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MELT_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MELT_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MELT_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MELT_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MELT_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MELT_F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ROFF_F</Name>
        <Title>Runoff Flux from Coupler</Title>
        <Abstract>Runoff Flux from Coupler</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ROFF_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ROFF_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ROFF_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ROFF_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ROFF_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ROFF_F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>IOFF_F</Name>
        <Title>Ice Runoff Flux from Coupler due to Land-Model Snow Capping</Title>
        <Abstract>Ice Runoff Flux from Coupler due to Land-Model Snow Capping</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=IOFF_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=IOFF_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=IOFF_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=IOFF_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=IOFF_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=IOFF_F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SALT_F</Name>
        <Title>Salt Flux from Coupler (kg of salt/m^2/s)</Title>
        <Abstract>Salt Flux from Coupler (kg of salt/m^2/s)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SALT_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SALT_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SALT_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SALT_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SALT_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SALT_F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SENH_F</Name>
        <Title>Sensible Heat Flux from Coupler</Title>
        <Abstract>Sensible Heat Flux from Coupler</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SENH_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SENH_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SENH_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SENH_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SENH_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SENH_F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWUP_F</Name>
        <Title>Longwave Heat Flux (up) from Coupler</Title>
        <Abstract>Longwave Heat Flux (up) from Coupler</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUP_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUP_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUP_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUP_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUP_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUP_F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWDN_F</Name>
        <Title>Longwave Heat Flux (dn) from Coupler</Title>
        <Abstract>Longwave Heat Flux (dn) from Coupler</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDN_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDN_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDN_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDN_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDN_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDN_F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MELTH_F</Name>
        <Title>Melt Heat Flux from Coupler</Title>
        <Abstract>Melt Heat Flux from Coupler</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MELTH_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MELTH_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MELTH_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MELTH_F&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MELTH_F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MELTH_F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>IFRAC</Name>
        <Title>Ice Fraction from Coupler</Title>
        <Abstract>Ice Fraction from Coupler</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=IFRAC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=IFRAC&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=IFRAC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=IFRAC&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=IFRAC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=IFRAC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>STF_CFC11</Name>
        <Title>CFC11 Surface Flux</Title>
        <Abstract>CFC11 Surface Flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=STF_CFC11
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=STF_CFC11&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=STF_CFC11
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=STF_CFC11&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=STF_CFC11
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=STF_CFC11&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>STF_CFC12</Name>
        <Title>CFC12 Surface Flux</Title>
        <Abstract>CFC12 Surface Flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=STF_CFC12
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=STF_CFC12&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=STF_CFC12
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=STF_CFC12&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=STF_CFC12
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=STF_CFC12&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QSW_HBL</Name>
        <Title>Solar Short-Wave Heat Flux in bndry layer</Title>
        <Abstract>Solar Short-Wave Heat Flux in bndry layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSW_HBL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSW_HBL&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSW_HBL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSW_HBL&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSW_HBL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSW_HBL&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DIA_DEPTH</Name>
        <Title>Depth of the Diabatic Region at the Surface</Title>
        <Abstract>Depth of the Diabatic Region at the Surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DIA_DEPTH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DIA_DEPTH&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DIA_DEPTH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DIA_DEPTH&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DIA_DEPTH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DIA_DEPTH&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TLT</Name>
        <Title>Transition Layer Thickness</Title>
        <Abstract>Transition Layer Thickness</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TLT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TLT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TLT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>INT_DEPTH</Name>
        <Title>Depth at which the Interior Region Starts</Title>
        <Abstract>Depth at which the Interior Region Starts</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=INT_DEPTH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=INT_DEPTH&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=INT_DEPTH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=INT_DEPTH&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=INT_DEPTH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=INT_DEPTH&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ADVT_ISOP</Name>
        <Title>Vertically-Integrated T Eddy-Induced Advection Tendency (diagnostic)</Title>
        <Abstract>Vertically-Integrated T Eddy-Induced Advection Tendency (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVT_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVT_ISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVT_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVT_ISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVT_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVT_ISOP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ADVS_ISOP</Name>
        <Title>Vertically-Integrated S Eddy-Induced Advection Tendency (diagnostic)</Title>
        <Abstract>Vertically-Integrated S Eddy-Induced Advection Tendency (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVS_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVS_ISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVS_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVS_ISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVS_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVS_ISOP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HLS_SUBM</Name>
        <Title>Horizontal length scale used in submeso</Title>
        <Abstract>Horizontal length scale used in submeso</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HLS_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HLS_SUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HLS_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HLS_SUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HLS_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HLS_SUBM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ADVT_SUBM</Name>
        <Title>Vertically-Integrated T submeso Advection Tendency (diagnostic)</Title>
        <Abstract>Vertically-Integrated T submeso Advection Tendency (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVT_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVT_SUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVT_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVT_SUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVT_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVT_SUBM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ADVS_SUBM</Name>
        <Title>Vertically-Integrated S submeso Advection Tendency (diagnostic)</Title>
        <Abstract>Vertically-Integrated S submeso Advection Tendency (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVS_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVS_SUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVS_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVS_SUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVS_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVS_SUBM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HDIFT</Name>
        <Title>Vertically Integrated Horz Mix T tendency</Title>
        <Abstract>Vertically Integrated Horz Mix T tendency</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HDIFT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HDIFT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HDIFT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HDIFT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HDIFT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HDIFT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HDIFS</Name>
        <Title>Vertically Integrated Horz Diff S tendency</Title>
        <Abstract>Vertically Integrated Horz Diff S tendency</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HDIFS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HDIFS&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HDIFS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HDIFS&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HDIFS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HDIFS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ADVT</Name>
        <Title>Vertically-Integrated T Advection Tendency</Title>
        <Abstract>Vertically-Integrated T Advection Tendency</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ADVS</Name>
        <Title>Vertically-Integrated S Advection Tendency</Title>
        <Abstract>Vertically-Integrated S Advection Tendency</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVS&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVS&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ADVS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ADVS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QSW_HTP</Name>
        <Title>Solar Short-Wave Heat Flux in top layer</Title>
        <Abstract>Solar Short-Wave Heat Flux in top layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSW_HTP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSW_HTP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSW_HTP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSW_HTP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSW_HTP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSW_HTP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QFLUX</Name>
        <Title>Internal Ocean Heat Flux Due to Ice Formation; heat of fusion &gt; 0 or ice-melting potential &lt; 0</Title>
        <Abstract>Internal Ocean Heat Flux Due to Ice Formation; heat of fusion &gt; 0 or ice-melting potential &lt; 0</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QFLUX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QFLUX&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QFLUX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QFLUX&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QFLUX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QFLUX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HMXL</Name>
        <Title>Mixed-Layer Depth</Title>
        <Abstract>Mixed-Layer Depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HMXL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HMXL&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HMXL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HMXL&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HMXL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HMXL&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>XMXL</Name>
        <Title>Maximum Mixed-Layer Depth</Title>
        <Abstract>Maximum Mixed-Layer Depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XMXL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XMXL&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XMXL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XMXL&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XMXL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XMXL&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TMXL</Name>
        <Title>Minimum Mixed-Layer Depth</Title>
        <Abstract>Minimum Mixed-Layer Depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TMXL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TMXL&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TMXL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TMXL&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TMXL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TMXL&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HBLT</Name>
        <Title>Boundary-Layer Depth</Title>
        <Abstract>Boundary-Layer Depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HBLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HBLT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HBLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HBLT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HBLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HBLT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>XBLT</Name>
        <Title>Maximum Boundary-Layer Depth</Title>
        <Abstract>Maximum Boundary-Layer Depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XBLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XBLT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XBLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XBLT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XBLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XBLT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TBLT</Name>
        <Title>Minimum Boundary-Layer Depth</Title>
        <Abstract>Minimum Boundary-Layer Depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TBLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TBLT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TBLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TBLT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TBLT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TBLT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VISOP</Name>
        <Title>Bolus Velocity in grid-y direction (diagnostic)</Title>
        <Abstract>Bolus Velocity in grid-y direction (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VISOP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VNT_ISOP</Name>
        <Title>Heat Flux Tendency in grid-y Dir due to Eddy-Induced Vel (diagnostic)</Title>
        <Abstract>Heat Flux Tendency in grid-y Dir due to Eddy-Induced Vel (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNT_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNT_ISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNT_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNT_ISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNT_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNT_ISOP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VNS_ISOP</Name>
        <Title>Salt Flux Tendency in grid-y Dir due to Eddy-Induced Vel (diagnostic)</Title>
        <Abstract>Salt Flux Tendency in grid-y Dir due to Eddy-Induced Vel (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNS_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNS_ISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNS_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNS_ISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNS_ISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNS_ISOP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VSUBM</Name>
        <Title>Submeso velocity in grid-y direction (diagnostic)</Title>
        <Abstract>Submeso velocity in grid-y direction (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VSUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VSUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VSUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VSUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VSUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VSUBM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VNT_SUBM</Name>
        <Title>Heat Flux Tendency in grid-y Dir due to submeso Vel (diagnostic)</Title>
        <Abstract>Heat Flux Tendency in grid-y Dir due to submeso Vel (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNT_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNT_SUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNT_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNT_SUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNT_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNT_SUBM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VNS_SUBM</Name>
        <Title>Salt Flux Tendency in grid-y Dir due to submeso Vel (diagnostic)</Title>
        <Abstract>Salt Flux Tendency in grid-y Dir due to submeso Vel (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNS_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNS_SUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNS_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNS_SUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNS_SUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNS_SUBM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VNT</Name>
        <Title>Flux of Heat in grid-y direction</Title>
        <Abstract>Flux of Heat in grid-y direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VNS</Name>
        <Title>Salt Flux in grid-y direction</Title>
        <Abstract>Salt Flux in grid-y direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNS&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNS&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VNS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VNS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UVEL</Name>
        <Title>Velocity in grid-x direction</Title>
        <Abstract>Velocity in grid-x direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UVEL&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UVEL2</Name>
        <Title>Velocity**2 in grid-x direction</Title>
        <Abstract>Velocity**2 in grid-x direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UVEL2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UVEL2&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UVEL2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UVEL2&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UVEL2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UVEL2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VVEL</Name>
        <Title>Velocity in grid-y direction</Title>
        <Abstract>Velocity in grid-y direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VVEL&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VVEL2</Name>
        <Title>Velocity**2 in grid-y direction</Title>
        <Abstract>Velocity**2 in grid-y direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VVEL2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VVEL2&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VVEL2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VVEL2&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VVEL2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VVEL2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>KMT</Name>
        <Title>k Index of Deepest Grid Cell on T Grid</Title>
        <Abstract>k Index of Deepest Grid Cell on T Grid</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KMT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KMT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KMT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KMT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KMT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KMT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>REGION_MASK</Name>
        <Title>basin index number (signed integers)</Title>
        <Abstract>basin index number (signed integers)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=REGION_MASK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=REGION_MASK&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=REGION_MASK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=REGION_MASK&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=REGION_MASK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=REGION_MASK&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TAREA</Name>
        <Title>area of T cells</Title>
        <Abstract>area of T cells</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAREA&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HT</Name>
        <Title>ocean depth at T points</Title>
        <Abstract>ocean depth at T points</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HT&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DXT</Name>
        <Title>x-spacing centered at T points</Title>
        <Abstract>x-spacing centered at T points</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DXT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DYT</Name>
        <Title>y-spacing centered at T points</Title>
        <Abstract>y-spacing centered at T points</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DYT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HTN</Name>
        <Title>cell widths on North sides of T cell</Title>
        <Abstract>cell widths on North sides of T cell</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HTN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HTE</Name>
        <Title>cell widths on East sides of T cell</Title>
        <Abstract>cell widths on East sides of T cell</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ANGLET&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>KVMIX</Name>
        <Title>Vertical diabatic diffusivity due to Tidal Mixing + background</Title>
        <Abstract>Vertical diabatic diffusivity due to Tidal Mixing + background</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="1000.0">
            1000.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            6000.0,
            7000.0,
            8000.0,
            9000.0,
            10000.0,
            11000.0,
            12000.0,
            13000.0,
            14000.0,
            15000.0,
            16000.0,
            17019.681640625,
            18076.12890625,
            19182.125,
            20349.931640625,
            21592.34375,
            22923.3125,
            24358.453125,
            25915.580078125,
            27615.259765625,
            29481.470703125,
            31542.373046875,
            33831.2265625,
            36387.47265625,
            39258.046875,
            42498.88671875,
            46176.65625,
            50370.6875,
            55174.91015625,
            60699.66796875,
            67072.859375,
            74439.8046875,
            82960.6953125,
            92804.3515625,
            104136.8203125,
            117104.015625,
            131809.359375,
            148290.078125,
            166499.203125,
            186301.4375,
            207487.390625,
            229803.90625,
            252990.40625,
            276809.84375,
            301067.0625,
            325613.84375,
            350344.875,
            375189.1875,
            400101.15625,
            425052.46875,
            450026.0625,
            475012.0,
            500004.6875,
            525000.9375,
            549999.0625
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KVMIX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KVMIX&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KVMIX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KVMIX&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KVMIX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KVMIX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>KVMIX_M</Name>
        <Title>Vertical viscosity due to Tidal Mixing + background</Title>
        <Abstract>Vertical viscosity due to Tidal Mixing + background</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="1000.0">
            1000.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            6000.0,
            7000.0,
            8000.0,
            9000.0,
            10000.0,
            11000.0,
            12000.0,
            13000.0,
            14000.0,
            15000.0,
            16000.0,
            17019.681640625,
            18076.12890625,
            19182.125,
            20349.931640625,
            21592.34375,
            22923.3125,
            24358.453125,
            25915.580078125,
            27615.259765625,
            29481.470703125,
            31542.373046875,
            33831.2265625,
            36387.47265625,
            39258.046875,
            42498.88671875,
            46176.65625,
            50370.6875,
            55174.91015625,
            60699.66796875,
            67072.859375,
            74439.8046875,
            82960.6953125,
            92804.3515625,
            104136.8203125,
            117104.015625,
            131809.359375,
            148290.078125,
            166499.203125,
            186301.4375,
            207487.390625,
            229803.90625,
            252990.40625,
            276809.84375,
            301067.0625,
            325613.84375,
            350344.875,
            375189.1875,
            400101.15625,
            425052.46875,
            450026.0625,
            475012.0,
            500004.6875,
            525000.9375,
            549999.0625
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KVMIX_M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KVMIX_M&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KVMIX_M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KVMIX_M&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KVMIX_M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KVMIX_M&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TPOWER</Name>
        <Title>Energy Used by Vertical Mixing</Title>
        <Abstract>Energy Used by Vertical Mixing</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="1000.0">
            1000.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            6000.0,
            7000.0,
            8000.0,
            9000.0,
            10000.0,
            11000.0,
            12000.0,
            13000.0,
            14000.0,
            15000.0,
            16000.0,
            17019.681640625,
            18076.12890625,
            19182.125,
            20349.931640625,
            21592.34375,
            22923.3125,
            24358.453125,
            25915.580078125,
            27615.259765625,
            29481.470703125,
            31542.373046875,
            33831.2265625,
            36387.47265625,
            39258.046875,
            42498.88671875,
            46176.65625,
            50370.6875,
            55174.91015625,
            60699.66796875,
            67072.859375,
            74439.8046875,
            82960.6953125,
            92804.3515625,
            104136.8203125,
            117104.015625,
            131809.359375,
            148290.078125,
            166499.203125,
            186301.4375,
            207487.390625,
            229803.90625,
            252990.40625,
            276809.84375,
            301067.0625,
            325613.84375,
            350344.875,
            375189.1875,
            400101.15625,
            425052.46875,
            450026.0625,
            475012.0,
            500004.6875,
            525000.9375,
            549999.0625
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TPOWER
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TPOWER&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TPOWER
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TPOWER&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TPOWER
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TPOWER&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VDC_T</Name>
        <Title>total diabatic vertical TEMP diffusivity</Title>
        <Abstract>total diabatic vertical TEMP diffusivity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="1000.0">
            1000.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            6000.0,
            7000.0,
            8000.0,
            9000.0,
            10000.0,
            11000.0,
            12000.0,
            13000.0,
            14000.0,
            15000.0,
            16000.0,
            17019.681640625,
            18076.12890625,
            19182.125,
            20349.931640625,
            21592.34375,
            22923.3125,
            24358.453125,
            25915.580078125,
            27615.259765625,
            29481.470703125,
            31542.373046875,
            33831.2265625,
            36387.47265625,
            39258.046875,
            42498.88671875,
            46176.65625,
            50370.6875,
            55174.91015625,
            60699.66796875,
            67072.859375,
            74439.8046875,
            82960.6953125,
            92804.3515625,
            104136.8203125,
            117104.015625,
            131809.359375,
            148290.078125,
            166499.203125,
            186301.4375,
            207487.390625,
            229803.90625,
            252990.40625,
            276809.84375,
            301067.0625,
            325613.84375,
            350344.875,
            375189.1875,
            400101.15625,
            425052.46875,
            450026.0625,
            475012.0,
            500004.6875,
            525000.9375,
            549999.0625
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VDC_T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VDC_T&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VDC_T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VDC_T&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VDC_T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VDC_T&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VDC_S</Name>
        <Title>total diabatic vertical SALT diffusivity</Title>
        <Abstract>total diabatic vertical SALT diffusivity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="1000.0">
            1000.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            6000.0,
            7000.0,
            8000.0,
            9000.0,
            10000.0,
            11000.0,
            12000.0,
            13000.0,
            14000.0,
            15000.0,
            16000.0,
            17019.681640625,
            18076.12890625,
            19182.125,
            20349.931640625,
            21592.34375,
            22923.3125,
            24358.453125,
            25915.580078125,
            27615.259765625,
            29481.470703125,
            31542.373046875,
            33831.2265625,
            36387.47265625,
            39258.046875,
            42498.88671875,
            46176.65625,
            50370.6875,
            55174.91015625,
            60699.66796875,
            67072.859375,
            74439.8046875,
            82960.6953125,
            92804.3515625,
            104136.8203125,
            117104.015625,
            131809.359375,
            148290.078125,
            166499.203125,
            186301.4375,
            207487.390625,
            229803.90625,
            252990.40625,
            276809.84375,
            301067.0625,
            325613.84375,
            350344.875,
            375189.1875,
            400101.15625,
            425052.46875,
            450026.0625,
            475012.0,
            500004.6875,
            525000.9375,
            549999.0625
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VDC_S
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VDC_S&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VDC_S
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VDC_S&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VDC_S
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VDC_S&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VVC</Name>
        <Title>total vertical momentum viscosity</Title>
        <Abstract>total vertical momentum viscosity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.9967041015625</westBoundLongitude>
            <eastBoundLongitude>179.999267578125</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.9967041015625" maxx="179.999267578125" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="1000.0">
            1000.0,
            2000.0,
            3000.0,
            4000.0,
            5000.0,
            6000.0,
            7000.0,
            8000.0,
            9000.0,
            10000.0,
            11000.0,
            12000.0,
            13000.0,
            14000.0,
            15000.0,
            16000.0,
            17019.681640625,
            18076.12890625,
            19182.125,
            20349.931640625,
            21592.34375,
            22923.3125,
            24358.453125,
            25915.580078125,
            27615.259765625,
            29481.470703125,
            31542.373046875,
            33831.2265625,
            36387.47265625,
            39258.046875,
            42498.88671875,
            46176.65625,
            50370.6875,
            55174.91015625,
            60699.66796875,
            67072.859375,
            74439.8046875,
            82960.6953125,
            92804.3515625,
            104136.8203125,
            117104.015625,
            131809.359375,
            148290.078125,
            166499.203125,
            186301.4375,
            207487.390625,
            229803.90625,
            252990.40625,
            276809.84375,
            301067.0625,
            325613.84375,
            350344.875,
            375189.1875,
            400101.15625,
            425052.46875,
            450026.0625,
            475012.0,
            500004.6875,
            525000.9375,
            549999.0625
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VVC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VVC&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VVC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VVC&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VVC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VVC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>KMU</Name>
        <Title>k Index of Deepest Grid Cell on U Grid</Title>
        <Abstract>k Index of Deepest Grid Cell on U Grid</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KMU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KMU&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KMU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KMU&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KMU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KMU&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UAREA</Name>
        <Title>area of U cells</Title>
        <Abstract>area of U cells</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UAREA&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HU</Name>
        <Title>ocean depth at U points</Title>
        <Abstract>ocean depth at U points</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HU&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HU&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HU&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DXU</Name>
        <Title>x-spacing centered at U points</Title>
        <Abstract>x-spacing centered at U points</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DXU&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DYU</Name>
        <Title>y-spacing centered at U points</Title>
        <Abstract>y-spacing centered at U points</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DYU&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HUS</Name>
        <Title>cell widths on South sides of U cell</Title>
        <Abstract>cell widths on South sides of U cell</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HUS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HUS&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HUS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HUS&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HUS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HUS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HUW</Name>
        <Title>cell widths on West sides of U cell</Title>
        <Abstract>cell widths on West sides of U cell</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HUW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HUW&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HUW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HUW&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HUW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HUW&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ANGLE</Name>
        <Title>angle grid makes with latitude line</Title>
        <Abstract>angle grid makes with latitude line</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.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.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ANGLE&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SU</Name>
        <Title>Vertically Integrated Velocity in grid-x direction</Title>
        <Abstract>Vertically Integrated Velocity in grid-x direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SU&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SU&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SU&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SV</Name>
        <Title>Vertically Integrated Velocity in grid-y direction</Title>
        <Abstract>Vertically Integrated Velocity in grid-y direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SV
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SV&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SV
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SV&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SV
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SV&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TAUX</Name>
        <Title>Windstress in grid-x direction</Title>
        <Abstract>Windstress in grid-x direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUX&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUX&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TAUX2</Name>
        <Title>Windstress**2 in grid-x direction</Title>
        <Abstract>Windstress**2 in grid-x direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUX2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUX2&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUX2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUX2&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUX2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUX2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TAUY</Name>
        <Title>Windstress in grid-y direction</Title>
        <Abstract>Windstress in grid-y direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUY&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUY&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUY&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TAUY2</Name>
        <Title>Windstress**2 in grid-y direction</Title>
        <Abstract>Windstress**2 in grid-y direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUY2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUY2&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUY2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUY2&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TAUY2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TAUY2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CFC_IFRAC</Name>
        <Title>Ice Fraction for CFC fluxes</Title>
        <Abstract>Ice Fraction for CFC fluxes</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC_IFRAC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC_IFRAC&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC_IFRAC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC_IFRAC&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC_IFRAC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC_IFRAC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CFC_XKW</Name>
        <Title>XKW for CFC fluxes</Title>
        <Abstract>XKW for CFC fluxes</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC_XKW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC_XKW&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC_XKW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC_XKW&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC_XKW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC_XKW&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CFC_ATM_PRESS</Name>
        <Title>Atmospheric Pressure for CFC fluxes</Title>
        <Abstract>Atmospheric Pressure for CFC fluxes</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC_ATM_PRESS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC_ATM_PRESS&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC_ATM_PRESS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC_ATM_PRESS&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CFC_ATM_PRESS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CFC_ATM_PRESS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>BSF</Name>
        <Title>Diagnostic barotropic streamfunction</Title>
        <Abstract>Diagnostic barotropic streamfunction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-78.95289508906419</southBoundLatitude>
            <northBoundLatitude>89.97734208498082</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-78.95289508906419" maxy="89.97734208498082"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=BSF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=BSF&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=BSF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=BSF&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=BSF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=BSF&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UISOP</Name>
        <Title>Bolus Velocity in grid-x direction (diagnostic)</Title>
        <Abstract>Bolus Velocity in grid-x direction (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UISOP&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UISOP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UISOP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>USUBM</Name>
        <Title>Submeso velocity in grid-x direction (diagnostic)</Title>
        <Abstract>Submeso velocity in grid-x direction (diagnostic)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=USUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=USUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=USUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=USUBM&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=USUBM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=USUBM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UET</Name>
        <Title>Flux of Heat in grid-x direction</Title>
        <Abstract>Flux of Heat in grid-x direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UET
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UET&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UET
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UET&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UET
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UET&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UES</Name>
        <Title>Salt Flux in grid-x direction</Title>
        <Abstract>Salt Flux in grid-x direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.978515625</westBoundLongitude>
            <eastBoundLongitude>179.9866943359375</eastBoundLongitude>
            <southBoundLatitude>-79.2205226074621</southBoundLatitude>
            <northBoundLatitude>89.70640964187461</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.978515625" maxx="179.9866943359375" miny="-79.2205226074621" maxy="89.70640964187461"/>
        <Dimension name="time" units="noleap" multipleValues="true" current="true" default="0300-02-01T00:00:00.000Z">
            0300-02-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="centimeters" default="500.0">
            500.0,
            1500.0,
            2500.0,
            3500.0,
            4500.0,
            5500.0,
            6500.0,
            7500.0,
            8500.0,
            9500.0,
            10500.0,
            11500.0,
            12500.0,
            13500.0,
            14500.0,
            15500.0,
            16509.83984375,
            17547.904296875,
            18629.126953125,
            19766.02734375,
            20971.138671875,
            22257.828125,
            23640.8828125,
            25137.015625,
            26765.419921875,
            28548.365234375,
            30511.921875,
            32686.798828125,
            35109.34765625,
            37822.76171875,
            40878.46484375,
            44337.76953125,
            48273.671875,
            52772.80078125,
            57937.2890625,
            63886.26171875,
            70756.328125,
            78700.25,
            87882.5234375,
            98470.5859375,
            110620.421875,
            124456.6875,
            140049.71875,
            157394.640625,
            176400.328125,
            196894.421875,
            218645.65625,
            241397.15625,
            264900.125,
            288938.46875,
            313340.46875,
            337979.34375,
            362767.03125,
            387645.1875,
            412576.8125,
            437539.25,
            462519.03125,
            487508.34375,
            512502.8125,
            537500.0
        </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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UES
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UES&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UES
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UES&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.pop.h.0300-01.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UES
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/g/d262000/NCAR/g40.000.pop.h.0300-01.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UES&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
