<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-08-13T10:06:38.194Z"
        xmlns="http://www.opengis.net/wms"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:edal="http://reading-escience-centre.github.io/edal-java/wms"
        xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd">
    <Service>
        <Name>WMS</Name>
        <Title>NCAR GDEX THREDDS Server</Title>
        <Abstract>Geoscientific Data</Abstract>
        <KeywordList>
            <Keyword>meteorology</Keyword>
            <Keyword> atmosphere</Keyword>
            <Keyword> climate</Keyword>
            <Keyword> ocean</Keyword>
            <Keyword> earth science</Keyword>
        </KeywordList>
        <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>Support</ContactPerson>
                <ContactOrganization>NCAR GDEX</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>chiaweih@ucar.edu</ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>2048</MaxWidth>
        <MaxHeight>2048</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetCapabilities>
            <GetMap>
                <Format>image/png</Format>
                <Format>image/png;mode=32bit</Format>
                <Format>image/gif</Format>
                <Format>image/jpeg</Format>
                <Format>application/vnd.google-earth.kmz</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetMap>
            <GetFeatureInfo>
                <Format>text/plain</Format>
                <Format>text/xml</Format>
                <Format>text/html</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetFeatureInfo>
        </Request>
        <Exception>
            <Format>XML</Format>
        </Exception>
        <edal:ExtendedCapabilities>
            <edal:CapabilitiesType>ncWMS2</edal:CapabilitiesType>
            <edal:ExtendedRequest>
                <edal:Request>GetMap</edal:Request>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORSCALERANGE</edal:ParameterName>
                    <edal:ParameterDescription>Of the form min,max this is the scale range used for plotting the data.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>NUMCOLORBANDS</edal:ParameterName>
                    <edal:ParameterDescription>The number of discrete colours to plot the data. Must be between 2 and 250</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ABOVEMAXCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are above the maximum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the maximum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>BELOWMINCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are below the minimum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the minimum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>LOGSCALE</edal:ParameterName>
                    <edal:ParameterDescription> "true" or "false" - whether to plot data with a logarithmic scale</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETTIME</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the time range (specified in the TIME parameter) will be plotted. In the case that an in-situ point has multiple time readings within that range, the colour used to plot them will depend on the time value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETELEVATION</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the elevation range (specified in the ELEVATION parameter) will be plotted. In the case that an in-situ point has multiple elevation readings within that range, the colour used to plot them will depend on the elevation value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>OPACITY</edal:ParameterName>
                    <edal:ParameterDescription>The percentage opacity of the final output image</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ANIMATION</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false" - whether to generate an animation. This also needs the TIME to be of the formstarttime/endtime, and currently is only implemented for features with a discrete time axis.</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTimeseries</edal:Request>
                <edal:RequestDescription>This produces either a timeseries graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The TIME parameter should specify a range of times in the form starttime/endtime, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetVerticalProfile</edal:Request>
                <edal:RequestDescription>This produces either a vertical profile graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The ELEVATION parameter should specify a range of elevations in the form startelevation/endelevation, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTransect</edal:Request>
                <edal:RequestDescription>This produces a graph of data values along an arbitrary path. Additionally if there is vertical information present in the dataset, it will produce a vertical section along the same path.  It accepts the same URL parameters as a GetMap requestion, with the additional mandatory parameter LINESTRING</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>LINESTRING</edal:ParameterName>
                    <edal:ParameterDescription>The points which define the path of the transect to plot.  Of the form x1 y1,x2 y2,x3 y3...</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetMetadata</edal:Request>
                <edal:RequestDescription>Fetches small pieces of metadata.  Many of these are also present in this capabilities document, but GetMetadata provides a more convenient method of accessing such data. GetMetadata always returns data in the JSON format</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>ITEM</edal:ParameterName>
                    <edal:ParameterDescription>This specifies the metadata to return.  This can take the values:
                        menu: Returns a tree representation of the available WMS layers, with IDs. Takes the optional parameter DATASET to return the same tree for a single dataset
                        layerDetails: Returns a set of details needed to plot a given layer. This includes such data as units, layer bounding box, configured scale range, etc. Takes the parameters LAYERNAME and TIME. The TIME parameter is optional, and if it is specified then the nearest available time is returned as part of the layer's details.
                        minmax: Calculates the range of values in the given area. Takes the same parameters as a GetMap request.
                        timesteps: Returns the available times for a given day. Takes the parameters LAYERNAME and DAY (yyyy-mm-dd)
                        animationTimesteps: Returns a list of time strings at different temporal resolutions for a given time range. This is used to present to the user different frequencies for the generation of an animation. Takes the parameters LAYERNAME, START, and END</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetLegendGraphic</edal:Request>
                <edal:RequestDescription>The GetLegendGraphic request generates an image which can be used as a legend. There are two main options: Generating just a colourbar, and generating a full legend.</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORBARONLY</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false".  Whether to generate a full legend or just the colour bar.  If it's "true", the following URL parameters are required:
                        PALETTE: The name of the palette to use. If missing, set to "default"
                        NUMCOLORBANDS: The number of colour bands to use. If missing, set to 250
                        VERTICAL: Whether to very colours vertically. If missing, defaults to true
                        WIDTH: The width of the image to generate. If missing, defaults to 50
                        HEIGHT: The height of the image to generate. If missing, defaults to 200
                    
                    For a full legend, the additional parameters LAYERS and either STYLES, SLD, or SLD_BODY must be supplied. This is because a single WMS layer may depend on an arbitrary number of sub-layers, depending on the style it is plotted in. In addition to these parameters, the optional parameters controlling the style may be supplied (these are the same as documented in the GetMap request).  Note that for full legends, the supplied width and height are NOT the final height of the image, but rather the width and height of each individual coloured plot area (i.e. the 1d/2d colourbar)</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
        </edal:ExtendedCapabilities>
        <Layer>
            <Title>NCAR GDEX THREDDS Server</Title>
            <CRS>EPSG:4326</CRS>
            <CRS>CRS:84</CRS>
            <CRS>EPSG:41001</CRS>
            <CRS>EPSG:27700</CRS>
            <CRS>EPSG:3408</CRS>
            <CRS>EPSG:3409</CRS>
            <CRS>EPSG:3857</CRS>
            <CRS>EPSG:5041</CRS>
            <CRS>EPSG:5042</CRS>
            <CRS>EPSG:32661</CRS>
            <CRS>EPSG:32761</CRS>
            <Layer>
                <Title>No dataset title found.</Title>
    <Layer queryable="1">
        <Name>NE</Name>
        <Title>ELECTRON DENSITY</Title>
        <Abstract>ELECTRON DENSITY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="0.0">
            -7.0,
            -6.75,
            -6.5,
            -6.25,
            -6.0,
            -5.75,
            -5.5,
            -5.25,
            -5.0,
            -4.75,
            -4.5,
            -4.25,
            -4.0,
            -3.75,
            -3.5,
            -3.25,
            -3.0,
            -2.75,
            -2.5,
            -2.25,
            -2.0,
            -1.75,
            -1.5,
            -1.25,
            -1.0,
            -0.75,
            -0.5,
            -0.25,
            0.0,
            0.25,
            0.5,
            0.75,
            1.0,
            1.25,
            1.5,
            1.75,
            2.0,
            2.25,
            2.5,
            2.75,
            3.0,
            3.25,
            3.5,
            3.75,
            4.0,
            4.25,
            4.5,
            4.75,
            5.0,
            5.25,
            5.5,
            5.75,
            6.0,
            6.25,
            6.5,
            6.75,
            7.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://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NE&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NE&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NE&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>WN</Name>
        <Title>WN: Neutral Vertical Wind (plus up)</Title>
        <Abstract>WN: Neutral Vertical Wind (plus up)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="0.0">
            -7.0,
            -6.75,
            -6.5,
            -6.25,
            -6.0,
            -5.75,
            -5.5,
            -5.25,
            -5.0,
            -4.75,
            -4.5,
            -4.25,
            -4.0,
            -3.75,
            -3.5,
            -3.25,
            -3.0,
            -2.75,
            -2.5,
            -2.25,
            -2.0,
            -1.75,
            -1.5,
            -1.25,
            -1.0,
            -0.75,
            -0.5,
            -0.25,
            0.0,
            0.25,
            0.5,
            0.75,
            1.0,
            1.25,
            1.5,
            1.75,
            2.0,
            2.25,
            2.5,
            2.75,
            3.0,
            3.25,
            3.5,
            3.75,
            4.0,
            4.25,
            4.5,
            4.75,
            5.0,
            5.25,
            5.5,
            5.75,
            6.0,
            6.25,
            6.5,
            6.75,
            7.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://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>POTEN</Name>
        <Title>ELECTRIC POTENTIAL</Title>
        <Abstract>ELECTRIC POTENTIAL</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="0.0">
            -7.0,
            -6.75,
            -6.5,
            -6.25,
            -6.0,
            -5.75,
            -5.5,
            -5.25,
            -5.0,
            -4.75,
            -4.5,
            -4.25,
            -4.0,
            -3.75,
            -3.5,
            -3.25,
            -3.0,
            -2.75,
            -2.5,
            -2.25,
            -2.0,
            -1.75,
            -1.5,
            -1.25,
            -1.0,
            -0.75,
            -0.5,
            -0.25,
            0.0,
            0.25,
            0.5,
            0.75,
            1.0,
            1.25,
            1.5,
            1.75,
            2.0,
            2.25,
            2.5,
            2.75,
            3.0,
            3.25,
            3.5,
            3.75,
            4.0,
            4.25,
            4.5,
            4.75,
            5.0,
            5.25,
            5.5,
            5.75,
            6.0,
            6.25,
            6.5,
            6.75,
            7.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://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=POTEN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=POTEN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=POTEN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=POTEN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=POTEN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=POTEN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UI_ExB</Name>
        <Title>UI: Zonal ExB Velocity</Title>
        <Abstract>UI: Zonal ExB Velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="0.0">
            -7.0,
            -6.75,
            -6.5,
            -6.25,
            -6.0,
            -5.75,
            -5.5,
            -5.25,
            -5.0,
            -4.75,
            -4.5,
            -4.25,
            -4.0,
            -3.75,
            -3.5,
            -3.25,
            -3.0,
            -2.75,
            -2.5,
            -2.25,
            -2.0,
            -1.75,
            -1.5,
            -1.25,
            -1.0,
            -0.75,
            -0.5,
            -0.25,
            0.0,
            0.25,
            0.5,
            0.75,
            1.0,
            1.25,
            1.5,
            1.75,
            2.0,
            2.25,
            2.5,
            2.75,
            3.0,
            3.25,
            3.5,
            3.75,
            4.0,
            4.25,
            4.5,
            4.75,
            5.0,
            5.25,
            5.5,
            5.75,
            6.0,
            6.25,
            6.5,
            6.75,
            7.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://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UI_ExB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UI_ExB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UI_ExB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UI_ExB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UI_ExB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UI_ExB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VI_ExB</Name>
        <Title>VI: Meridional ExB Velocity</Title>
        <Abstract>VI: Meridional ExB Velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="0.0">
            -7.0,
            -6.75,
            -6.5,
            -6.25,
            -6.0,
            -5.75,
            -5.5,
            -5.25,
            -5.0,
            -4.75,
            -4.5,
            -4.25,
            -4.0,
            -3.75,
            -3.5,
            -3.25,
            -3.0,
            -2.75,
            -2.5,
            -2.25,
            -2.0,
            -1.75,
            -1.5,
            -1.25,
            -1.0,
            -0.75,
            -0.5,
            -0.25,
            0.0,
            0.25,
            0.5,
            0.75,
            1.0,
            1.25,
            1.5,
            1.75,
            2.0,
            2.25,
            2.5,
            2.75,
            3.0,
            3.25,
            3.5,
            3.75,
            4.0,
            4.25,
            4.5,
            4.75,
            5.0,
            5.25,
            5.5,
            5.75,
            6.0,
            6.25,
            6.5,
            6.75,
            7.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://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VI_ExB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VI_ExB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VI_ExB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VI_ExB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VI_ExB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VI_ExB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>WI_ExB</Name>
        <Title>WI: Vertical ExB Velocity</Title>
        <Abstract>WI: Vertical ExB Velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="0.0">
            -7.0,
            -6.75,
            -6.5,
            -6.25,
            -6.0,
            -5.75,
            -5.5,
            -5.25,
            -5.0,
            -4.75,
            -4.5,
            -4.25,
            -4.0,
            -3.75,
            -3.5,
            -3.25,
            -3.0,
            -2.75,
            -2.5,
            -2.25,
            -2.0,
            -1.75,
            -1.5,
            -1.25,
            -1.0,
            -0.75,
            -0.5,
            -0.25,
            0.0,
            0.25,
            0.5,
            0.75,
            1.0,
            1.25,
            1.5,
            1.75,
            2.0,
            2.25,
            2.5,
            2.75,
            3.0,
            3.25,
            3.5,
            3.75,
            4.0,
            4.25,
            4.5,
            4.75,
            5.0,
            5.25,
            5.5,
            5.75,
            6.0,
            6.25,
            6.5,
            6.75,
            7.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://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WI_ExB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WI_ExB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WI_ExB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WI_ExB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WI_ExB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WI_ExB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DEN</Name>
        <Title>Total Density</Title>
        <Abstract>Total Density</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="0.0">
            -7.0,
            -6.75,
            -6.5,
            -6.25,
            -6.0,
            -5.75,
            -5.5,
            -5.25,
            -5.0,
            -4.75,
            -4.5,
            -4.25,
            -4.0,
            -3.75,
            -3.5,
            -3.25,
            -3.0,
            -2.75,
            -2.5,
            -2.25,
            -2.0,
            -1.75,
            -1.5,
            -1.25,
            -1.0,
            -0.75,
            -0.5,
            -0.25,
            0.0,
            0.25,
            0.5,
            0.75,
            1.0,
            1.25,
            1.5,
            1.75,
            2.0,
            2.25,
            2.5,
            2.75,
            3.0,
            3.25,
            3.5,
            3.75,
            4.0,
            4.25,
            4.5,
            4.75,
            5.0,
            5.25,
            5.5,
            5.75,
            6.0,
            6.25,
            6.5,
            6.75,
            7.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://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DEN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DEN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DEN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DEN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DEN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DEN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Z</Name>
        <Title>GEOPOTENTIAL HEIGHT</Title>
        <Abstract>GEOPOTENTIAL HEIGHT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="0.0">
            -7.0,
            -6.75,
            -6.5,
            -6.25,
            -6.0,
            -5.75,
            -5.5,
            -5.25,
            -5.0,
            -4.75,
            -4.5,
            -4.25,
            -4.0,
            -3.75,
            -3.5,
            -3.25,
            -3.0,
            -2.75,
            -2.5,
            -2.25,
            -2.0,
            -1.75,
            -1.5,
            -1.25,
            -1.0,
            -0.75,
            -0.5,
            -0.25,
            0.0,
            0.25,
            0.5,
            0.75,
            1.0,
            1.25,
            1.5,
            1.75,
            2.0,
            2.25,
            2.5,
            2.75,
            3.0,
            3.25,
            3.5,
            3.75,
            4.0,
            4.25,
            4.5,
            4.75,
            5.0,
            5.25,
            5.5,
            5.75,
            6.0,
            6.25,
            6.5,
            6.75,
            7.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://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Z
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Z&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Z
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Z&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Z
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Z&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ZG</Name>
        <Title>Geometric Height ZG</Title>
        <Abstract>Geometric Height ZG</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="0.0">
            -7.0,
            -6.75,
            -6.5,
            -6.25,
            -6.0,
            -5.75,
            -5.5,
            -5.25,
            -5.0,
            -4.75,
            -4.5,
            -4.25,
            -4.0,
            -3.75,
            -3.5,
            -3.25,
            -3.0,
            -2.75,
            -2.5,
            -2.25,
            -2.0,
            -1.75,
            -1.5,
            -1.25,
            -1.0,
            -0.75,
            -0.5,
            -0.25,
            0.0,
            0.25,
            0.5,
            0.75,
            1.0,
            1.25,
            1.5,
            1.75,
            2.0,
            2.25,
            2.5,
            2.75,
            3.0,
            3.25,
            3.5,
            3.75,
            4.0,
            4.25,
            4.5,
            4.75,
            5.0,
            5.25,
            5.5,
            5.75,
            6.0,
            6.25,
            6.5,
            6.75,
            7.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://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZG&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZG&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZG&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TEC</Name>
        <Title>TEC: Total Electron Content</Title>
        <Abstract>TEC: Total Electron Content</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TEC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TEC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TEC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TEC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TEC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TEC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QJOULE_INTEG</Name>
        <Title>Height-integrated Joule Heating</Title>
        <Abstract>Height-integrated Joule Heating</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QJOULE_INTEG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QJOULE_INTEG&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QJOULE_INTEG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QJOULE_INTEG&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QJOULE_INTEG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QJOULE_INTEG&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HMF2</Name>
        <Title>HMF2: Height of the F2 Layer</Title>
        <Abstract>HMF2: Height of the F2 Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HMF2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HMF2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HMF2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HMF2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HMF2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HMF2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>NMF2</Name>
        <Title>NMF2: Peak Density of the F2 Layer</Title>
        <Abstract>NMF2: Peak Density of the F2 Layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NMF2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NMF2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NMF2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NMF2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NMF2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NMF2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ALFA</Name>
        <Title>Aurora Characteristic Energy</Title>
        <Abstract>Aurora Characteristic Energy</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALFA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALFA&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALFA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALFA&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALFA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALFA&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>EFLUX</Name>
        <Title>Aurora Energy Flux</Title>
        <Abstract>Aurora Energy Flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EFLUX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EFLUX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EFLUX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EFLUX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EFLUX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EFLUX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TLBC</Name>
        <Title>Lower boundary condition of TN</Title>
        <Abstract>Lower boundary condition of TN</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TLBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TLBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TLBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TLBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TLBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TLBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ULBC</Name>
        <Title>Lower boundary condition of UN</Title>
        <Abstract>Lower boundary condition of UN</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ULBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ULBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ULBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ULBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ULBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ULBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VLBC</Name>
        <Title>Lower boundary condition of VN</Title>
        <Abstract>Lower boundary condition of VN</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VLBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VLBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VLBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VLBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VLBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VLBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TLBC_NM</Name>
        <Title>Lower boundary condition of TN (TIME N-1)</Title>
        <Abstract>Lower boundary condition of TN (TIME N-1)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TLBC_NM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TLBC_NM&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TLBC_NM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TLBC_NM&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TLBC_NM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TLBC_NM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ULBC_NM</Name>
        <Title>Lower boundary condition of UN (TIME N-1)</Title>
        <Abstract>Lower boundary condition of UN (TIME N-1)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ULBC_NM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ULBC_NM&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ULBC_NM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ULBC_NM&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ULBC_NM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ULBC_NM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VLBC_NM</Name>
        <Title>Lower boundary condition of VN (TIME N-1)</Title>
        <Abstract>Lower boundary condition of VN (TIME N-1)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VLBC_NM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VLBC_NM&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VLBC_NM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VLBC_NM&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VLBC_NM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VLBC_NM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ZMAG</Name>
        <Title>ZMAG from pdynamo</Title>
        <Abstract>ZMAG from pdynamo</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="0.0">
            -8.5,
            -8.25,
            -8.0,
            -7.75,
            -7.5,
            -7.25,
            -7.0,
            -6.75,
            -6.5,
            -6.25,
            -6.0,
            -5.75,
            -5.5,
            -5.25,
            -5.0,
            -4.75,
            -4.5,
            -4.25,
            -4.0,
            -3.75,
            -3.5,
            -3.25,
            -3.0,
            -2.75,
            -2.5,
            -2.25,
            -2.0,
            -1.75,
            -1.5,
            -1.25,
            -1.0,
            -0.75,
            -0.5,
            -0.25,
            0.0,
            0.25,
            0.5,
            0.75,
            1.0,
            1.25,
            1.5,
            1.75,
            2.0,
            2.25,
            2.5,
            2.75,
            3.0,
            3.25,
            3.5,
            3.75,
            4.0,
            4.25,
            4.5,
            4.75,
            5.0,
            5.25,
            5.5,
            5.75,
            6.0,
            6.25,
            6.5,
            6.75,
            7.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://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZMAG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZMAG&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZMAG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZMAG&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZMAG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZMAG&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TN</Name>
        <Title>NEUTRAL TEMPERATURE</Title>
        <Abstract>NEUTRAL TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="-0.125">
            -6.875,
            -6.625,
            -6.375,
            -6.125,
            -5.875,
            -5.625,
            -5.375,
            -5.125,
            -4.875,
            -4.625,
            -4.375,
            -4.125,
            -3.875,
            -3.625,
            -3.375,
            -3.125,
            -2.875,
            -2.625,
            -2.375,
            -2.125,
            -1.875,
            -1.625,
            -1.375,
            -1.125,
            -0.875,
            -0.625,
            -0.375,
            -0.125,
            0.125,
            0.375,
            0.625,
            0.875,
            1.125,
            1.375,
            1.625,
            1.875,
            2.125,
            2.375,
            2.625,
            2.875,
            3.125,
            3.375,
            3.625,
            3.875,
            4.125,
            4.375,
            4.625,
            4.875,
            5.125,
            5.375,
            5.625,
            5.875,
            6.125,
            6.375,
            6.625,
            6.875,
            7.125
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UN</Name>
        <Title>NEUTRAL ZONAL WIND (+EAST)</Title>
        <Abstract>NEUTRAL ZONAL WIND (+EAST)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="-0.125">
            -6.875,
            -6.625,
            -6.375,
            -6.125,
            -5.875,
            -5.625,
            -5.375,
            -5.125,
            -4.875,
            -4.625,
            -4.375,
            -4.125,
            -3.875,
            -3.625,
            -3.375,
            -3.125,
            -2.875,
            -2.625,
            -2.375,
            -2.125,
            -1.875,
            -1.625,
            -1.375,
            -1.125,
            -0.875,
            -0.625,
            -0.375,
            -0.125,
            0.125,
            0.375,
            0.625,
            0.875,
            1.125,
            1.375,
            1.625,
            1.875,
            2.125,
            2.375,
            2.625,
            2.875,
            3.125,
            3.375,
            3.625,
            3.875,
            4.125,
            4.375,
            4.625,
            4.875,
            5.125,
            5.375,
            5.625,
            5.875,
            6.125,
            6.375,
            6.625,
            6.875,
            7.125
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VN</Name>
        <Title>NEUTRAL MERIDIONAL WIND (+NORTH)</Title>
        <Abstract>NEUTRAL MERIDIONAL WIND (+NORTH)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="-0.125">
            -6.875,
            -6.625,
            -6.375,
            -6.125,
            -5.875,
            -5.625,
            -5.375,
            -5.125,
            -4.875,
            -4.625,
            -4.375,
            -4.125,
            -3.875,
            -3.625,
            -3.375,
            -3.125,
            -2.875,
            -2.625,
            -2.375,
            -2.125,
            -1.875,
            -1.625,
            -1.375,
            -1.125,
            -0.875,
            -0.625,
            -0.375,
            -0.125,
            0.125,
            0.375,
            0.625,
            0.875,
            1.125,
            1.375,
            1.625,
            1.875,
            2.125,
            2.375,
            2.625,
            2.875,
            3.125,
            3.375,
            3.625,
            3.875,
            4.125,
            4.375,
            4.625,
            4.875,
            5.125,
            5.375,
            5.625,
            5.875,
            6.125,
            6.375,
            6.625,
            6.875,
            7.125
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>O2</Name>
        <Title>MOLECULAR OXYGEN</Title>
        <Abstract>MOLECULAR OXYGEN</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="-0.125">
            -6.875,
            -6.625,
            -6.375,
            -6.125,
            -5.875,
            -5.625,
            -5.375,
            -5.125,
            -4.875,
            -4.625,
            -4.375,
            -4.125,
            -3.875,
            -3.625,
            -3.375,
            -3.125,
            -2.875,
            -2.625,
            -2.375,
            -2.125,
            -1.875,
            -1.625,
            -1.375,
            -1.125,
            -0.875,
            -0.625,
            -0.375,
            -0.125,
            0.125,
            0.375,
            0.625,
            0.875,
            1.125,
            1.375,
            1.625,
            1.875,
            2.125,
            2.375,
            2.625,
            2.875,
            3.125,
            3.375,
            3.625,
            3.875,
            4.125,
            4.375,
            4.625,
            4.875,
            5.125,
            5.375,
            5.625,
            5.875,
            6.125,
            6.375,
            6.625,
            6.875,
            7.125
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=O2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=O2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=O2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=O2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=O2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=O2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>O1</Name>
        <Title>ATOMIC OXYGEN</Title>
        <Abstract>ATOMIC OXYGEN</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="-0.125">
            -6.875,
            -6.625,
            -6.375,
            -6.125,
            -5.875,
            -5.625,
            -5.375,
            -5.125,
            -4.875,
            -4.625,
            -4.375,
            -4.125,
            -3.875,
            -3.625,
            -3.375,
            -3.125,
            -2.875,
            -2.625,
            -2.375,
            -2.125,
            -1.875,
            -1.625,
            -1.375,
            -1.125,
            -0.875,
            -0.625,
            -0.375,
            -0.125,
            0.125,
            0.375,
            0.625,
            0.875,
            1.125,
            1.375,
            1.625,
            1.875,
            2.125,
            2.375,
            2.625,
            2.875,
            3.125,
            3.375,
            3.625,
            3.875,
            4.125,
            4.375,
            4.625,
            4.875,
            5.125,
            5.375,
            5.625,
            5.875,
            6.125,
            6.375,
            6.625,
            6.875,
            7.125
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=O1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=O1&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=O1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=O1&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=O1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=O1&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>N2</Name>
        <Title>N2: Molecular Nitrogen</Title>
        <Abstract>N2: Molecular Nitrogen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="-0.125">
            -6.875,
            -6.625,
            -6.375,
            -6.125,
            -5.875,
            -5.625,
            -5.375,
            -5.125,
            -4.875,
            -4.625,
            -4.375,
            -4.125,
            -3.875,
            -3.625,
            -3.375,
            -3.125,
            -2.875,
            -2.625,
            -2.375,
            -2.125,
            -1.875,
            -1.625,
            -1.375,
            -1.125,
            -0.875,
            -0.625,
            -0.375,
            -0.125,
            0.125,
            0.375,
            0.625,
            0.875,
            1.125,
            1.375,
            1.625,
            1.875,
            2.125,
            2.375,
            2.625,
            2.875,
            3.125,
            3.375,
            3.625,
            3.875,
            4.125,
            4.375,
            4.625,
            4.875,
            5.125,
            5.375,
            5.625,
            5.875,
            6.125,
            6.375,
            6.625,
            6.875,
            7.125
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=N2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=N2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=N2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=N2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=N2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=N2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TE</Name>
        <Title>ELECTRON TEMPERATURE</Title>
        <Abstract>ELECTRON TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="-0.125">
            -6.875,
            -6.625,
            -6.375,
            -6.125,
            -5.875,
            -5.625,
            -5.375,
            -5.125,
            -4.875,
            -4.625,
            -4.375,
            -4.125,
            -3.875,
            -3.625,
            -3.375,
            -3.125,
            -2.875,
            -2.625,
            -2.375,
            -2.125,
            -1.875,
            -1.625,
            -1.375,
            -1.125,
            -0.875,
            -0.625,
            -0.375,
            -0.125,
            0.125,
            0.375,
            0.625,
            0.875,
            1.125,
            1.375,
            1.625,
            1.875,
            2.125,
            2.375,
            2.625,
            2.875,
            3.125,
            3.375,
            3.625,
            3.875,
            4.125,
            4.375,
            4.625,
            4.875,
            5.125,
            5.375,
            5.625,
            5.875,
            6.125,
            6.375,
            6.625,
            6.875,
            7.125
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TE&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TE&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TE&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TI</Name>
        <Title>ION TEMPERATURE</Title>
        <Abstract>ION TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="-0.125">
            -6.875,
            -6.625,
            -6.375,
            -6.125,
            -5.875,
            -5.625,
            -5.375,
            -5.125,
            -4.875,
            -4.625,
            -4.375,
            -4.125,
            -3.875,
            -3.625,
            -3.375,
            -3.125,
            -2.875,
            -2.625,
            -2.375,
            -2.125,
            -1.875,
            -1.625,
            -1.375,
            -1.125,
            -0.875,
            -0.625,
            -0.375,
            -0.125,
            0.125,
            0.375,
            0.625,
            0.875,
            1.125,
            1.375,
            1.625,
            1.875,
            2.125,
            2.375,
            2.625,
            2.875,
            3.125,
            3.375,
            3.625,
            3.875,
            4.125,
            4.375,
            4.625,
            4.875,
            5.125,
            5.375,
            5.625,
            5.875,
            6.125,
            6.375,
            6.625,
            6.875,
            7.125
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TI
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TI&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TI
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TI&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TI
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TI&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>O_N2</Name>
        <Title>O/N2 RATIO</Title>
        <Abstract>O/N2 RATIO</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="-0.125">
            -6.875,
            -6.625,
            -6.375,
            -6.125,
            -5.875,
            -5.625,
            -5.375,
            -5.125,
            -4.875,
            -4.625,
            -4.375,
            -4.125,
            -3.875,
            -3.625,
            -3.375,
            -3.125,
            -2.875,
            -2.625,
            -2.375,
            -2.125,
            -1.875,
            -1.625,
            -1.375,
            -1.125,
            -0.875,
            -0.625,
            -0.375,
            -0.125,
            0.125,
            0.375,
            0.625,
            0.875,
            1.125,
            1.375,
            1.625,
            1.875,
            2.125,
            2.375,
            2.625,
            2.875,
            3.125,
            3.375,
            3.625,
            3.875,
            4.125,
            4.375,
            4.625,
            4.875,
            5.125,
            5.375,
            5.625,
            5.875,
            6.125,
            6.375,
            6.625,
            6.875,
            7.125
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=O_N2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=O_N2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=O_N2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=O_N2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=O_N2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=O_N2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QJOULE</Name>
        <Title>QJOULE</Title>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="-0.125">
            -6.875,
            -6.625,
            -6.375,
            -6.125,
            -5.875,
            -5.625,
            -5.375,
            -5.125,
            -4.875,
            -4.625,
            -4.375,
            -4.125,
            -3.875,
            -3.625,
            -3.375,
            -3.125,
            -2.875,
            -2.625,
            -2.375,
            -2.125,
            -1.875,
            -1.625,
            -1.375,
            -1.125,
            -0.875,
            -0.625,
            -0.375,
            -0.125,
            0.125,
            0.375,
            0.625,
            0.875,
            1.125,
            1.375,
            1.625,
            1.875,
            2.125,
            2.375,
            2.625,
            2.875,
            3.125,
            3.375,
            3.625,
            3.875,
            4.125,
            4.375,
            4.625,
            4.875,
            5.125,
            5.375,
            5.625,
            5.875,
            6.125,
            6.375,
            6.625,
            6.875,
            7.125
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QJOULE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QJOULE&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QJOULE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QJOULE&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QJOULE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QJOULE&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ZGMID</Name>
        <Title>ZGMID: Geometric Height at midpoints</Title>
        <Abstract>ZGMID: Geometric Height at midpoints</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>178.75</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="178.75" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-06T00:00:00.000Z">
            2017-09-05T00:05:00.000Z/2017-09-06T00:00:00.000Z/PT5M
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="" default="-0.125">
            -6.875,
            -6.625,
            -6.375,
            -6.125,
            -5.875,
            -5.625,
            -5.375,
            -5.125,
            -4.875,
            -4.625,
            -4.375,
            -4.125,
            -3.875,
            -3.625,
            -3.375,
            -3.125,
            -2.875,
            -2.625,
            -2.375,
            -2.125,
            -1.875,
            -1.625,
            -1.375,
            -1.125,
            -0.875,
            -0.625,
            -0.375,
            -0.125,
            0.125,
            0.375,
            0.625,
            0.875,
            1.125,
            1.375,
            1.625,
            1.875,
            2.125,
            2.375,
            2.625,
            2.875,
            3.125,
            3.375,
            3.625,
            3.875,
            4.125,
            4.375,
            4.625,
            4.875,
            5.125,
            5.375,
            5.625,
            5.875,
            6.125,
            6.375,
            6.625,
            6.875,
            7.125
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZGMID
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZGMID&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZGMID
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZGMID&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZGMID
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://tds.gdex.ucar.edu/thredds/wms/files/d583141/sep05_2017_sech.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZGMID&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
