<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-04-13T03:17:03.827-05:00"
        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>UW-Madison AOS THREDDS Data Server</Title>
        <Abstract>Scientific Data</Abstract>
        <KeywordList>
            <Keyword>meteorology</Keyword>
            <Keyword> atmosphere</Keyword>
            <Keyword> climate</Keyword>
            <Keyword> ocean</Keyword>
            <Keyword> earth science</Keyword>
        </KeywordList>
        <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>UW-AOS THREDDS Support</ContactPerson>
                <ContactOrganization>UW-AOS</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>poker@aos.wisc.edu</ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>5000</MaxWidth>
        <MaxHeight>5000</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetCapabilities>
            <GetMap>
                <Format>image/png</Format>
                <Format>image/png;mode=32bit</Format>
                <Format>image/gif</Format>
                <Format>image/jpeg</Format>
                <Format>application/vnd.google-earth.kmz</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetMap>
            <GetFeatureInfo>
                <Format>text/plain</Format>
                <Format>text/xml</Format>
                <Format>text/html</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD"/>
                        </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>UW-Madison AOS THREDDS Data 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>Relative_humidity_isobaric</Name>
        <Title>Relative humidity @ Isobaric surface</Title>
        <Abstract>Relative humidity @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            10000.0,
            15000.0,
            20000.0,
            25000.0,
            30000.0,
            35000.0,
            40000.0,
            45000.0,
            50000.0,
            55000.0,
            60000.0,
            65000.0,
            70000.0,
            75000.0,
            80000.0,
            85000.0,
            90000.0,
            95000.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Rime_Factor_hybrid</Name>
        <Title>Rime Factor @ Hybrid level</Title>
        <Abstract>Rime Factor @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rime_Factor_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rime_Factor_hybrid&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rime_Factor_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rime_Factor_hybrid&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rime_Factor_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rime_Factor_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Cloud_mixing_ratio_hybrid</Name>
        <Title>Cloud mixing ratio @ Hybrid level</Title>
        <Abstract>Cloud mixing ratio @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_hybrid&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_hybrid&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Cloud_ice_hybrid</Name>
        <Title>Cloud ice @ Hybrid level</Title>
        <Abstract>Cloud ice @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_ice_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_ice_hybrid&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_ice_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_ice_hybrid&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_ice_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_ice_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Specific_humidity_hybrid</Name>
        <Title>Specific humidity @ Hybrid level</Title>
        <Abstract>Specific humidity @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_hybrid&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_hybrid&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_hybrid</Name>
        <Title>Temperature @ Hybrid level</Title>
        <Abstract>Temperature @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_hybrid&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_hybrid&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_hybrid</Name>
        <Title>Relative humidity @ Hybrid level</Title>
        <Abstract>Relative humidity @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_hybrid&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_hybrid&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_hybrid</Name>
        <Title>Geopotential height @ Hybrid level</Title>
        <Abstract>Geopotential height @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_hybrid&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_hybrid&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Turbulent_kinetic_energy_hybrid</Name>
        <Title>Turbulent kinetic energy @ Hybrid level</Title>
        <Abstract>Turbulent kinetic energy @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Turbulent_kinetic_energy_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Turbulent_kinetic_energy_hybrid&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Turbulent_kinetic_energy_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Turbulent_kinetic_energy_hybrid&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Turbulent_kinetic_energy_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Turbulent_kinetic_energy_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Surface_Lifted_Index_isobaric_layer</Name>
        <Title>Surface Lifted Index @ Isobaric surface layer</Title>
        <Abstract>Surface Lifted Index @ Isobaric surface layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="75000.0">
            75000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_Lifted_Index_isobaric_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_Lifted_Index_isobaric_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_Lifted_Index_isobaric_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_Lifted_Index_isobaric_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_Lifted_Index_isobaric_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_Lifted_Index_isobaric_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer</Name>
        <Title>Pressure of level from which parcel was lifted @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Pressure of level from which parcel was lifted @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="12750.0">
            12750.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_of_level_from_which_parcel_was_lifted_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Precipitable_water_sigma_layer</Name>
        <Title>Precipitable water @ Sigma level layer</Title>
        <Abstract>Precipitable water @ Sigma level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.6650000214576721">
            0.6650000214576721
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_sigma_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_sigma_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_sigma_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Volumetric_Soil_Moisture_Content_depth_below_surface_layer</Name>
        <Title>Volumetric Soil Moisture Content @ Depth below land surface layer</Title>
        <Abstract>Volumetric Soil Moisture Content @ Depth below land surface layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.05000000074505806">
            0.05000000074505806
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Volumetric_Soil_Moisture_Content_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Volumetric_Soil_Moisture_Content_depth_below_surface_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Volumetric_Soil_Moisture_Content_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Volumetric_Soil_Moisture_Content_depth_below_surface_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Volumetric_Soil_Moisture_Content_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Volumetric_Soil_Moisture_Content_depth_below_surface_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Soil_temperature_depth_below_surface_layer</Name>
        <Title>Soil temperature @ Depth below land surface layer</Title>
        <Abstract>Soil temperature @ Depth below land surface layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.05000000074505806">
            0.05000000074505806
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Soil_temperature_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Soil_temperature_depth_below_surface_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Soil_temperature_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Soil_temperature_depth_below_surface_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Soil_temperature_depth_below_surface_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Soil_temperature_depth_below_surface_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Parcel_lifted_index_to_500_hPa_pressure_difference_layer</Name>
        <Title>Parcel lifted index (to 500 hPa) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Parcel lifted index (to 500 hPa) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="1500.0">
            1500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Parcel_lifted_index_to_500_hPa_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Parcel_lifted_index_to_500_hPa_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Parcel_lifted_index_to_500_hPa_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Parcel_lifted_index_to_500_hPa_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Parcel_lifted_index_to_500_hPa_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Parcel_lifted_index_to_500_hPa_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_pressure_difference_layer</Name>
        <Title>Pressure @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Pressure @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="1500.0">
            1500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Potential_temperature_pressure_difference_layer</Name>
        <Title>Potential temperature @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Potential temperature @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="1500.0">
            1500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_temperature_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_temperature_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_temperature_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Precipitable_water_pressure_difference_layer</Name>
        <Title>Precipitable water @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Precipitable water @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="1500.0">
            1500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Dewpoint_temperature_pressure_difference_layer</Name>
        <Title>Dewpoint temperature @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Dewpoint temperature @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="1500.0">
            1500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Horizontal_Moisture_Divergence_pressure_difference_layer</Name>
        <Title>Horizontal Moisture Divergence @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Horizontal Moisture Divergence @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="1500.0">
            1500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Horizontal_Moisture_Divergence_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Horizontal_Moisture_Divergence_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Horizontal_Moisture_Divergence_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Horizontal_Moisture_Divergence_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Horizontal_Moisture_Divergence_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Horizontal_Moisture_Divergence_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_Mixed_intervals_Accumulation</Name>
        <Title>Total precipitation (Mixed_intervals Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (Mixed_intervals Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_Mixed_intervals_Accumulation&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_Mixed_intervals_Accumulation&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_Mixed_intervals_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_precipitation_surface_Mixed_intervals_Accumulation</Name>
        <Title>Convective precipitation (Mixed_intervals Accumulation) @ Ground or water surface</Title>
        <Abstract>Convective precipitation (Mixed_intervals Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_Mixed_intervals_Accumulation&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_Mixed_intervals_Accumulation&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_precipitation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_precipitation_surface_Mixed_intervals_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Storm_relative_helicity_height_above_ground_layer</Name>
        <Title>Storm relative helicity @ Specified height level above ground layer</Title>
        <Abstract>Storm relative helicity @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="500.0">
            500.0,
            1500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_relative_helicity_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_relative_helicity_height_above_ground_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_relative_helicity_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_relative_helicity_height_above_ground_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_relative_helicity_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_relative_helicity_height_above_ground_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_sigma</Name>
        <Title>Temperature @ Sigma level</Title>
        <Abstract>Temperature @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.699999988079071">
            0.699999988079071,
            0.75,
            0.7848299741744995,
            0.800000011920929,
            0.8500000238418579,
            0.8967099785804749,
            0.8999999761581421,
            0.9822999835014343
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_sigma&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_sigma&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Momentum_flux_u-component_surface</Name>
        <Title>Momentum flux, u-component @ Ground or water surface</Title>
        <Abstract>Momentum flux, u-component @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_u-component_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_u-component_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_u-component_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_u-component_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_u-component_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_u-component_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Momentum_flux_v-component_surface</Name>
        <Title>Momentum flux, v-component @ Ground or water surface</Title>
        <Abstract>Momentum flux, v-component @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_v-component_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_v-component_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_v-component_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_v-component_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Momentum_flux_v-component_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Momentum_flux_v-component_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_Speed_Shear_tropopause</Name>
        <Title>Vertical Speed Shear @ Tropopause</Title>
        <Abstract>Vertical Speed Shear @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_Speed_Shear_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_Speed_Shear_tropopause&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_Speed_Shear_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_Speed_Shear_tropopause&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_Speed_Shear_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_Speed_Shear_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MSLP_Eta_model_reduction_msl</Name>
        <Title>MSLP (Eta model reduction) @ Mean sea level</Title>
        <Abstract>MSLP (Eta model reduction) @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=MSLP_Eta_model_reduction_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MSLP_Eta_model_reduction_msl&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=MSLP_Eta_model_reduction_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MSLP_Eta_model_reduction_msl&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=MSLP_Eta_model_reduction_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MSLP_Eta_model_reduction_msl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Wind_speed_gust_surface</Name>
        <Title>Wind speed (gust) @ Ground or water surface</Title>
        <Abstract>Wind speed (gust) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Rain_surface</Name>
        <Title>Categorical Rain @ Ground or water surface</Title>
        <Abstract>Categorical Rain @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Rain_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_surface</Name>
        <Title>Temperature @ Ground or water surface</Title>
        <Abstract>Temperature @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_surface</Name>
        <Title>Pressure @ Ground or water surface</Title>
        <Abstract>Pressure @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ice_cover_surface</Name>
        <Title>Ice cover @ Ground or water surface</Title>
        <Abstract>Ice cover @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_cover_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_cover_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_cover_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_cover_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ice_cover_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ice_cover_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Land_cover_0__sea_1__land_surface</Name>
        <Title>Land cover (0 = sea, 1 = land) @ Ground or water surface</Title>
        <Abstract>Land cover (0 = sea, 1 = land) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Land_cover_0__sea_1__land_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Land_cover_0__sea_1__land_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Land_cover_0__sea_1__land_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Land_cover_0__sea_1__land_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Land_cover_0__sea_1__land_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Land_cover_0__sea_1__land_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Visibility_surface</Name>
        <Title>Visibility @ Ground or water surface</Title>
        <Abstract>Visibility @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Visibility_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Visibility_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Visibility_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Visibility_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Visibility_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Visibility_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Albedo_surface</Name>
        <Title>Albedo @ Ground or water surface</Title>
        <Abstract>Albedo @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Surface_roughness_surface</Name>
        <Title>Surface roughness @ Ground or water surface</Title>
        <Abstract>Surface roughness @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_roughness_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_roughness_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_roughness_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_roughness_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Surface_roughness_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Surface_roughness_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_surface</Name>
        <Title>Geopotential height @ Ground or water surface</Title>
        <Abstract>Geopotential height @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_available_potential_energy_surface</Name>
        <Title>Convective available potential energy @ Ground or water surface</Title>
        <Abstract>Convective available potential energy @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_inhibition_surface</Name>
        <Title>Convective inhibition @ Ground or water surface</Title>
        <Abstract>Convective inhibition @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Water_equivalent_of_accumulated_snow_depth_surface</Name>
        <Title>Water equivalent of accumulated snow depth @ Ground or water surface</Title>
        <Abstract>Water equivalent of accumulated snow depth @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_cloud_base</Name>
        <Title>Pressure @ Cloud base level</Title>
        <Abstract>Pressure @ Cloud base level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_cloud_base
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_cloud_base&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_cloud_base
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_cloud_base&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_cloud_base
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_cloud_base&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_cloud_base</Name>
        <Title>Geopotential height @ Cloud base level</Title>
        <Abstract>Geopotential height @ Cloud base level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_cloud_base
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_cloud_base&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_cloud_base
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_cloud_base&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_cloud_base
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_cloud_base&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Freezing_Rain_surface</Name>
        <Title>Categorical Freezing Rain @ Ground or water surface</Title>
        <Abstract>Categorical Freezing Rain @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Freezing_Rain_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Freezing_Rain_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_cloud_tops</Name>
        <Title>Pressure @ Level of cloud tops</Title>
        <Abstract>Pressure @ Level of cloud tops</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_cloud_tops
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_cloud_tops&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_cloud_tops
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_cloud_tops&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_cloud_tops
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_cloud_tops&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_cloud_tops</Name>
        <Title>Temperature @ Level of cloud tops</Title>
        <Abstract>Temperature @ Level of cloud tops</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_cloud_tops
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_cloud_tops&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_cloud_tops
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_cloud_tops&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_cloud_tops
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_cloud_tops&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_cloud_tops</Name>
        <Title>Geopotential height @ Level of cloud tops</Title>
        <Abstract>Geopotential height @ Level of cloud tops</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_cloud_tops
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_cloud_tops&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_cloud_tops
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_cloud_tops&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_cloud_tops
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_cloud_tops&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_zeroDegC_isotherm</Name>
        <Title>Relative humidity @ Level of 0 °C isotherm</Title>
        <Abstract>Relative humidity @ Level of 0 °C isotherm</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_zeroDegC_isotherm&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_zeroDegC_isotherm&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_zeroDegC_isotherm&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_zeroDegC_isotherm</Name>
        <Title>Geopotential height @ Level of 0 °C isotherm</Title>
        <Abstract>Geopotential height @ Level of 0 °C isotherm</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_zeroDegC_isotherm&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_zeroDegC_isotherm&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_zeroDegC_isotherm
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_zeroDegC_isotherm&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Ice_Pellets_surface</Name>
        <Title>Categorical Ice Pellets @ Ground or water surface</Title>
        <Abstract>Categorical Ice Pellets @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Ice_Pellets_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Ice_Pellets_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_reduced_to_MSL_msl</Name>
        <Title>Pressure reduced to MSL @ Mean sea level</Title>
        <Abstract>Pressure reduced to MSL @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_reduced_to_MSL_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_reduced_to_MSL_msl&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_reduced_to_MSL_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_reduced_to_MSL_msl&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_reduced_to_MSL_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_reduced_to_MSL_msl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_adiabatic_condensation_lifted</Name>
        <Title>Geopotential height @ Level of adiabatic condensation lifted from the surface</Title>
        <Abstract>Geopotential height @ Level of adiabatic condensation lifted from the surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_adiabatic_condensation_lifted
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_adiabatic_condensation_lifted&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_adiabatic_condensation_lifted
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_adiabatic_condensation_lifted&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_adiabatic_condensation_lifted
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_adiabatic_condensation_lifted&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Latitude_-90_to_90_surface</Name>
        <Title>Latitude (-90 to 90) @ Ground or water surface</Title>
        <Abstract>Latitude (-90 to 90) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latitude_-90_to_90_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latitude_-90_to_90_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latitude_-90_to_90_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latitude_-90_to_90_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latitude_-90_to_90_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latitude_-90_to_90_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_maximum_wind</Name>
        <Title>Pressure @ Maximum wind level</Title>
        <Abstract>Pressure @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_maximum_wind&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_maximum_wind&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_maximum_wind&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Low_cloud_cover_low_cloud</Name>
        <Title>Low cloud cover @ Low cloud layer</Title>
        <Abstract>Low cloud cover @ Low cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Low_cloud_cover_low_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Low_cloud_cover_low_cloud&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_maximum_wind</Name>
        <Title>Geopotential height @ Maximum wind level</Title>
        <Abstract>Geopotential height @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_maximum_wind&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_maximum_wind&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_maximum_wind&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Precipitable_water_entire_atmosphere_single_layer</Name>
        <Title>Precipitable water @ Entire atmosphere layer</Title>
        <Abstract>Precipitable water @ Entire atmosphere layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_entire_atmosphere_single_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_entire_atmosphere_single_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Precipitable_water_entire_atmosphere_single_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Precipitable_water_entire_atmosphere_single_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Categorical_Snow_surface</Name>
        <Title>Categorical Snow @ Ground or water surface</Title>
        <Abstract>Categorical Snow @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Categorical_Snow_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Categorical_Snow_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_tropopause</Name>
        <Title>Pressure @ Tropopause</Title>
        <Abstract>Pressure @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_tropopause&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_tropopause&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_tropopause</Name>
        <Title>Temperature @ Tropopause</Title>
        <Abstract>Temperature @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_tropopause&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_tropopause&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_tropopause</Name>
        <Title>Geopotential height @ Tropopause</Title>
        <Abstract>Geopotential height @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_tropopause&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_tropopause&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>East_Longitude_0_to_360_surface</Name>
        <Title>East Longitude (0 to 360) @ Ground or water surface</Title>
        <Abstract>East Longitude (0 to 360) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=East_Longitude_0_to_360_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=East_Longitude_0_to_360_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=East_Longitude_0_to_360_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=East_Longitude_0_to_360_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=East_Longitude_0_to_360_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=East_Longitude_0_to_360_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Medium_cloud_cover_middle_cloud</Name>
        <Title>Medium cloud cover @ Middle cloud layer</Title>
        <Abstract>Medium cloud cover @ Middle cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Medium_cloud_cover_middle_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Medium_cloud_cover_middle_cloud&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Drag_Coefficient_surface</Name>
        <Title>Drag Coefficient @ Ground or water surface</Title>
        <Abstract>Drag Coefficient @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Drag_Coefficient_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Drag_Coefficient_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Drag_Coefficient_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Drag_Coefficient_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Drag_Coefficient_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Drag_Coefficient_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Plant_Canopy_Surface_Water_surface</Name>
        <Title>Plant Canopy Surface Water @ Ground or water surface</Title>
        <Abstract>Plant Canopy Surface Water @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Plant_Canopy_Surface_Water_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Plant_Canopy_Surface_Water_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Plant_Canopy_Surface_Water_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Plant_Canopy_Surface_Water_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Plant_Canopy_Surface_Water_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Plant_Canopy_Surface_Water_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>High_cloud_cover_high_cloud</Name>
        <Title>High cloud cover @ High cloud layer</Title>
        <Abstract>High cloud cover @ High cloud layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=High_cloud_cover_high_cloud
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=High_cloud_cover_high_cloud&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_highest_tropospheric_freezing</Name>
        <Title>Geopotential height @ Highest tropospheric freezing level</Title>
        <Abstract>Geopotential height @ Highest tropospheric freezing level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_highest_tropospheric_freezing
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_highest_tropospheric_freezing&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_highest_tropospheric_freezing
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_highest_tropospheric_freezing&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_highest_tropospheric_freezing
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_highest_tropospheric_freezing&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_lowest_level_of_the_wet_bulb_zero</Name>
        <Title>Geopotential height @ Lowest level of the wet bulb zero</Title>
        <Abstract>Geopotential height @ Lowest level of the wet bulb zero</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_lowest_level_of_the_wet_bulb_zero
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_lowest_level_of_the_wet_bulb_zero&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_lowest_level_of_the_wet_bulb_zero
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_lowest_level_of_the_wet_bulb_zero&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_lowest_level_of_the_wet_bulb_zero
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_lowest_level_of_the_wet_bulb_zero&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Frictional_Velocity_surface</Name>
        <Title>Frictional Velocity @ Ground or water surface</Title>
        <Abstract>Frictional Velocity @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Frictional_Velocity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Frictional_Velocity_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Frictional_Velocity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Frictional_Velocity_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Frictional_Velocity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Frictional_Velocity_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Best_4_layer_Lifted_Index_pressure_difference_layer</Name>
        <Title>Best (4 layer) Lifted Index @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Best (4 layer) Lifted Index @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="9000.0">
            9000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Best_4_layer_Lifted_Index_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Best_4_layer_Lifted_Index_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Best_4_layer_Lifted_Index_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Best_4_layer_Lifted_Index_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Best_4_layer_Lifted_Index_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Best_4_layer_Lifted_Index_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Cloud_ice_isobaric</Name>
        <Title>Cloud ice @ Isobaric surface</Title>
        <Abstract>Cloud ice @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_ice_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_ice_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_ice_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_ice_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_ice_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_ice_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Specific_humidity_isobaric</Name>
        <Title>Specific humidity @ Isobaric surface</Title>
        <Abstract>Specific humidity @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_isobaric</Name>
        <Title>Temperature @ Isobaric surface</Title>
        <Abstract>Temperature @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Geopotential_height_isobaric</Name>
        <Title>Geopotential height @ Isobaric surface</Title>
        <Abstract>Geopotential height @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Geopotential_height_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Geopotential_height_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_velocity_pressure_isobaric</Name>
        <Title>Vertical velocity (pressure) @ Isobaric surface</Title>
        <Abstract>Vertical velocity (pressure) @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Cloud_mixing_ratio_isobaric</Name>
        <Title>Cloud mixing ratio @ Isobaric surface</Title>
        <Abstract>Cloud mixing ratio @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Cloud_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Cloud_mixing_ratio_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Snow_mixing_ratio_isobaric</Name>
        <Title>Snow mixing ratio @ Isobaric surface</Title>
        <Abstract>Snow mixing ratio @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_mixing_ratio_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_mixing_ratio_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_mixing_ratio_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_mixing_ratio_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Horizontal_Moisture_Divergence_sigma_layer</Name>
        <Title>Horizontal Moisture Divergence @ Sigma level layer</Title>
        <Abstract>Horizontal Moisture Divergence @ Sigma level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.925000011920929">
            0.925000011920929
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Horizontal_Moisture_Divergence_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Horizontal_Moisture_Divergence_sigma_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Horizontal_Moisture_Divergence_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Horizontal_Moisture_Divergence_sigma_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Horizontal_Moisture_Divergence_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Horizontal_Moisture_Divergence_sigma_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Absolute_vorticity_isobaric</Name>
        <Title>Absolute vorticity @ Isobaric surface</Title>
        <Abstract>Absolute vorticity @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            25000.0,
            50000.0,
            70000.0,
            85000.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Absolute_vorticity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Absolute_vorticity_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Absolute_vorticity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Absolute_vorticity_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Absolute_vorticity_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Absolute_vorticity_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Pressure_sigma</Name>
        <Title>Pressure @ Sigma level</Title>
        <Abstract>Pressure @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9822999835014343">
            0.9822999835014343
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_sigma&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_sigma&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Pressure_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Pressure_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Specific_humidity_sigma</Name>
        <Title>Specific humidity @ Sigma level</Title>
        <Abstract>Specific humidity @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9822999835014343">
            0.9822999835014343
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_sigma&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_sigma&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_sigma</Name>
        <Title>Relative humidity @ Sigma level</Title>
        <Abstract>Relative humidity @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9822999835014343">
            0.9822999835014343
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Specific_humidity_height_above_ground</Name>
        <Title>Specific humidity @ Specified height level above ground</Title>
        <Abstract>Specific humidity @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="2.0">
            2.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_height_above_ground&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_height_above_ground&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_height_above_ground</Name>
        <Title>Temperature @ Specified height level above ground</Title>
        <Abstract>Temperature @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="2.0">
            2.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_height_above_ground&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_height_above_ground&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_height_above_ground</Name>
        <Title>Relative humidity @ Specified height level above ground</Title>
        <Abstract>Relative humidity @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="2.0">
            2.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_height_above_ground&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_height_above_ground&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Snow_Phase_Change_Heat_Flux_surface_Mixed_intervals_Average</Name>
        <Title>Snow Phase Change Heat Flux (Mixed_intervals Average) @ Ground or water surface</Title>
        <Abstract>Snow Phase Change Heat Flux (Mixed_intervals Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_Phase_Change_Heat_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_Phase_Change_Heat_Flux_surface_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_Phase_Change_Heat_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_Phase_Change_Heat_Flux_surface_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_Phase_Change_Heat_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_Phase_Change_Heat_Flux_surface_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Latent_heat_net_flux_surface_Mixed_intervals_Average</Name>
        <Title>Latent heat net flux (Mixed_intervals Average) @ Ground or water surface</Title>
        <Abstract>Latent heat net flux (Mixed_intervals Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latent_heat_net_flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latent_heat_net_flux_surface_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latent_heat_net_flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latent_heat_net_flux_surface_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Latent_heat_net_flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Latent_heat_net_flux_surface_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Sensible_heat_net_flux_surface_Mixed_intervals_Average</Name>
        <Title>Sensible heat net flux (Mixed_intervals Average) @ Ground or water surface</Title>
        <Abstract>Sensible heat net flux (Mixed_intervals Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sensible_heat_net_flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sensible_heat_net_flux_surface_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sensible_heat_net_flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sensible_heat_net_flux_surface_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Sensible_heat_net_flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Sensible_heat_net_flux_surface_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average</Name>
        <Title>Convective cloud cover (Mixed_intervals Average) @ Entire atmosphere layer</Title>
        <Abstract>Convective cloud cover (Mixed_intervals Average) @ Entire atmosphere layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Ground_Heat_Flux_surface_Mixed_intervals_Average</Name>
        <Title>Ground Heat Flux (Mixed_intervals Average) @ Ground or water surface</Title>
        <Abstract>Ground Heat Flux (Mixed_intervals Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ground_Heat_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ground_Heat_Flux_surface_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ground_Heat_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ground_Heat_Flux_surface_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Ground_Heat_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Ground_Heat_Flux_surface_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average</Name>
        <Title>Total cloud cover (Mixed_intervals Average) @ Entire atmosphere layer</Title>
        <Abstract>Total cloud cover (Mixed_intervals Average) @ Entire atmosphere layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_entire_atmosphere_single_layer_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Downward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average</Name>
        <Title>Downward Short-Wave Radiation Flux (Mixed_intervals Average) @ Ground or water surface</Title>
        <Abstract>Downward Short-Wave Radiation Flux (Mixed_intervals Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Downward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average</Name>
        <Title>Downward Long-Wave Rad. Flux (Mixed_intervals Average) @ Ground or water surface</Title>
        <Abstract>Downward Long-Wave Rad. Flux (Mixed_intervals Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Downward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Downward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Short-Wave_Radiation_Flux_atmosphere_top_Mixed_intervals_Average</Name>
        <Title>Upward Short-Wave Radiation Flux (Mixed_intervals Average) @ Nominal top of the atmosphere</Title>
        <Abstract>Upward Short-Wave Radiation Flux (Mixed_intervals Average) @ Nominal top of the atmosphere</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_atmosphere_top_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_atmosphere_top_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_atmosphere_top_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_atmosphere_top_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_atmosphere_top_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_atmosphere_top_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average</Name>
        <Title>Upward Short-Wave Radiation Flux (Mixed_intervals Average) @ Ground or water surface</Title>
        <Abstract>Upward Short-Wave Radiation Flux (Mixed_intervals Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Non-Convective_Cloud_Cover_entire_atmosphere_single_layer_Mixed_intervals_Average</Name>
        <Title>Non-Convective Cloud Cover (Mixed_intervals Average) @ Entire atmosphere layer</Title>
        <Abstract>Non-Convective Cloud Cover (Mixed_intervals Average) @ Entire atmosphere layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Non-Convective_Cloud_Cover_entire_atmosphere_single_layer_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Non-Convective_Cloud_Cover_entire_atmosphere_single_layer_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Non-Convective_Cloud_Cover_entire_atmosphere_single_layer_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Non-Convective_Cloud_Cover_entire_atmosphere_single_layer_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Non-Convective_Cloud_Cover_entire_atmosphere_single_layer_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Non-Convective_Cloud_Cover_entire_atmosphere_single_layer_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Long-Wave_Radp_Flux_atmosphere_top_Mixed_intervals_Average</Name>
        <Title>Upward Long-Wave Rad. Flux (Mixed_intervals Average) @ Nominal top of the atmosphere</Title>
        <Abstract>Upward Long-Wave Rad. Flux (Mixed_intervals Average) @ Nominal top of the atmosphere</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_atmosphere_top_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_atmosphere_top_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_atmosphere_top_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_atmosphere_top_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_atmosphere_top_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_atmosphere_top_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Upward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average</Name>
        <Title>Upward Long-Wave Rad. Flux (Mixed_intervals Average) @ Ground or water surface</Title>
        <Abstract>Upward Long-Wave Rad. Flux (Mixed_intervals Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Upward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Upward_Long-Wave_Radp_Flux_surface_Mixed_intervals_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_altitude_above_msl</Name>
        <Title>Temperature @ Specific altitude above mean sea level</Title>
        <Abstract>Temperature @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="914.0">
            914.0,
            1524.0,
            1829.0,
            2134.0,
            2743.0,
            3658.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_altitude_above_msl&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_altitude_above_msl&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_altitude_above_msl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Baseflow-Groundwater_Runoff_surface_Mixed_intervals_Accumulation</Name>
        <Title>Baseflow-Groundwater Runoff (Mixed_intervals Accumulation) @ Ground or water surface</Title>
        <Abstract>Baseflow-Groundwater Runoff (Mixed_intervals Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Baseflow-Groundwater_Runoff_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Baseflow-Groundwater_Runoff_surface_Mixed_intervals_Accumulation&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Baseflow-Groundwater_Runoff_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Baseflow-Groundwater_Runoff_surface_Mixed_intervals_Accumulation&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Baseflow-Groundwater_Runoff_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Baseflow-Groundwater_Runoff_surface_Mixed_intervals_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Storm_Surface_Runoff_surface_Mixed_intervals_Accumulation</Name>
        <Title>Storm Surface Runoff (Mixed_intervals Accumulation) @ Ground or water surface</Title>
        <Abstract>Storm Surface Runoff (Mixed_intervals Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_Surface_Runoff_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_Surface_Runoff_surface_Mixed_intervals_Accumulation&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_Surface_Runoff_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_Surface_Runoff_surface_Mixed_intervals_Accumulation&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Storm_Surface_Runoff_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Storm_Surface_Runoff_surface_Mixed_intervals_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Evaporation_surface_Mixed_intervals_Accumulation</Name>
        <Title>Evaporation (Mixed_intervals Accumulation) @ Ground or water surface</Title>
        <Abstract>Evaporation (Mixed_intervals Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Evaporation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Evaporation_surface_Mixed_intervals_Accumulation&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Evaporation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Evaporation_surface_Mixed_intervals_Accumulation&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Evaporation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Evaporation_surface_Mixed_intervals_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Large-scale_precipitation_non-convective_surface_Mixed_intervals_Accumulation</Name>
        <Title>Large-scale precipitation (non-convective) (Mixed_intervals Accumulation) @ Ground or water surface</Title>
        <Abstract>Large-scale precipitation (non-convective) (Mixed_intervals Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Large-scale_precipitation_non-convective_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Large-scale_precipitation_non-convective_surface_Mixed_intervals_Accumulation&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Large-scale_precipitation_non-convective_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Large-scale_precipitation_non-convective_surface_Mixed_intervals_Accumulation&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Large-scale_precipitation_non-convective_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Large-scale_precipitation_non-convective_surface_Mixed_intervals_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Water_equivalent_of_accumulated_snow_depth_surface_Mixed_intervals_Accumulation</Name>
        <Title>Water equivalent of accumulated snow depth (Mixed_intervals Accumulation) @ Ground or water surface</Title>
        <Abstract>Water equivalent of accumulated snow depth (Mixed_intervals Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface_Mixed_intervals_Accumulation&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface_Mixed_intervals_Accumulation&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Water_equivalent_of_accumulated_snow_depth_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Water_equivalent_of_accumulated_snow_depth_surface_Mixed_intervals_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Snow_melt_surface_Mixed_intervals_Accumulation</Name>
        <Title>Snow melt (Mixed_intervals Accumulation) @ Ground or water surface</Title>
        <Abstract>Snow melt (Mixed_intervals Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_melt_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_melt_surface_Mixed_intervals_Accumulation&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_melt_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_melt_surface_Mixed_intervals_Accumulation&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snow_melt_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snow_melt_surface_Mixed_intervals_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Potential_Evaporation_surface_Mixed_intervals_Accumulation</Name>
        <Title>Potential Evaporation (Mixed_intervals Accumulation) @ Ground or water surface</Title>
        <Abstract>Potential Evaporation (Mixed_intervals Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_Evaporation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_Evaporation_surface_Mixed_intervals_Accumulation&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_Evaporation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_Evaporation_surface_Mixed_intervals_Accumulation&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Potential_Evaporation_surface_Mixed_intervals_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Potential_Evaporation_surface_Mixed_intervals_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Specific_humidity_pressure_difference_layer</Name>
        <Title>Specific humidity @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Specific humidity @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Specific_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Specific_humidity_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_pressure_difference_layer</Name>
        <Title>Temperature @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Temperature @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_pressure_difference_layer</Name>
        <Title>Relative humidity @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Relative humidity @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_sigma_layer</Name>
        <Title>Relative humidity @ Sigma level layer</Title>
        <Abstract>Relative humidity @ Sigma level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.32499998807907104">
            0.32499998807907104,
            0.4950000047683716,
            0.6650000214576721,
            0.7149999737739563,
            0.7350000143051147,
            0.8300000429153442,
            0.9099999666213989
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_sigma_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_sigma_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_available_potential_energy_pressure_difference_layer</Name>
        <Title>Convective available potential energy @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Convective available potential energy @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="12750.0">
            4500.0,
            9000.0,
            12750.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_available_potential_energy_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_available_potential_energy_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_inhibition_pressure_difference_layer</Name>
        <Title>Convective inhibition @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Convective inhibition @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="12750.0">
            4500.0,
            9000.0,
            12750.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_inhibition_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_inhibition_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Dewpoint_temperature_isobaric</Name>
        <Title>Dewpoint temperature @ Isobaric surface</Title>
        <Abstract>Dewpoint temperature @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            30000.0,
            40000.0,
            50000.0,
            70000.0,
            85000.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Stream_function_isobaric</Name>
        <Title>Stream function @ Isobaric surface</Title>
        <Abstract>Stream function @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="50000.0">
            50000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Stream_function_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Stream_function_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Stream_function_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Stream_function_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Stream_function_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Stream_function_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>U-Component_Storm_Motion_height_above_ground_layer</Name>
        <Title>U-Component Storm Motion @ Specified height level above ground layer</Title>
        <Abstract>U-Component Storm Motion @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="3000.0">
            3000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=U-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U-Component_Storm_Motion_height_above_ground_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=U-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U-Component_Storm_Motion_height_above_ground_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=U-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U-Component_Storm_Motion_height_above_ground_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>V-Component_Storm_Motion_height_above_ground_layer</Name>
        <Title>V-Component Storm Motion @ Specified height level above ground layer</Title>
        <Abstract>V-Component Storm Motion @ Specified height level above ground layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="3000.0">
            3000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=V-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V-Component_Storm_Motion_height_above_ground_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=V-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V-Component_Storm_Motion_height_above_ground_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=V-Component_Storm_Motion_height_above_ground_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V-Component_Storm_Motion_height_above_ground_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Vertical_velocity_pressure_pressure_difference_layer</Name>
        <Title>Vertical velocity (pressure) @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Vertical velocity (pressure) @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            7500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=Vertical_velocity_pressure_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Vertical_velocity_pressure_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer >
        <Title> of wind @ Isobaric surface</Title>
        <Abstract>Vector fields for  of wind @ Isobaric surface</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_isobaric:v-component_of_wind_isobaric-group</Name>
        <Title> of wind @ Isobaric surface</Title>
        <Abstract>Vector fields for  of wind @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag</Name>
        <Title>Magnitude of  of wind @ Isobaric surface</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Isobaric surface and
v-component of wind @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric:v-component_of_wind_isobaric-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_isobaric:v-component_of_wind_isobaric-dir</Name>
        <Title>Direction of  of wind @ Isobaric surface</Title>
        <Abstract>Direction of components:
u-component of wind @ Isobaric surface and
v-component of wind @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_isobaric</Name>
        <Title>u-component of wind @ Isobaric surface</Title>
        <Abstract>u-component of wind @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_isobaric</Name>
        <Title>v-component of wind @ Isobaric surface</Title>
        <Abstract>v-component of wind @ Isobaric surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="100000.0">
            5000.0,
            7500.0,
            10000.0,
            12500.0,
            15000.0,
            17500.0,
            20000.0,
            22500.0,
            25000.0,
            27500.0,
            30000.0,
            32500.0,
            35000.0,
            37500.0,
            40000.0,
            42500.0,
            45000.0,
            47500.0,
            50000.0,
            52500.0,
            55000.0,
            57500.0,
            60000.0,
            62500.0,
            65000.0,
            67500.0,
            70000.0,
            72500.0,
            75000.0,
            77500.0,
            80000.0,
            82500.0,
            85000.0,
            87500.0,
            90000.0,
            92500.0,
            95000.0,
            97500.0,
            100000.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isobaric&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isobaric&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_isobaric
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_isobaric&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Vector fields for  of wind @ Level at specified pressure difference from ground to level layer</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group</Name>
        <Title> of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Vector fields for  of wind @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag</Name>
        <Title>Magnitude of  of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Level at specified pressure difference from ground to level layer and
v-component of wind @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_pressure_difference_layer:v-component_of_wind_pressure_difference_layer-dir</Name>
        <Title>Direction of  of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>Direction of components:
u-component of wind @ Level at specified pressure difference from ground to level layer and
v-component of wind @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_pressure_difference_layer</Name>
        <Title>u-component of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>u-component of wind @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_pressure_difference_layer</Name>
        <Title>v-component of wind @ Level at specified pressure difference from ground to level layer</Title>
        <Abstract>v-component of wind @ Level at specified pressure difference from ground to level layer</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:pressure" unitSymbol="Pa" default="16500.0">
            1500.0,
            4500.0,
            7500.0,
            10500.0,
            13500.0,
            16500.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_pressure_difference_layer&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_pressure_difference_layer&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_pressure_difference_layer
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_pressure_difference_layer&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Hybrid level</Title>
        <Abstract>Vector fields for  of wind @ Hybrid level</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_hybrid:v-component_of_wind_hybrid-group</Name>
        <Title> of wind @ Hybrid level</Title>
        <Abstract>Vector fields for  of wind @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0,
            2.0
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_hybrid:v-component_of_wind_hybrid-mag</Name>
        <Title>Magnitude of  of wind @ Hybrid level</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Hybrid level and
v-component of wind @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0,
            2.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid:v-component_of_wind_hybrid-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid:v-component_of_wind_hybrid-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_hybrid:v-component_of_wind_hybrid-dir</Name>
        <Title>Direction of  of wind @ Hybrid level</Title>
        <Abstract>Direction of components:
u-component of wind @ Hybrid level and
v-component of wind @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0,
            2.0
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_hybrid</Name>
        <Title>u-component of wind @ Hybrid level</Title>
        <Abstract>u-component of wind @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0,
            2.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_hybrid</Name>
        <Title>v-component of wind @ Hybrid level</Title>
        <Abstract>v-component of wind @ Hybrid level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="1.0">
            1.0,
            2.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_hybrid&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_hybrid&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_hybrid
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_hybrid&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Maximum wind level</Title>
        <Abstract>Vector fields for  of wind @ Maximum wind level</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group</Name>
        <Title> of wind @ Maximum wind level</Title>
        <Abstract>Vector fields for  of wind @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag</Name>
        <Title>Magnitude of  of wind @ Maximum wind level</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Maximum wind level and
v-component of wind @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_maximum_wind:v-component_of_wind_maximum_wind-dir</Name>
        <Title>Direction of  of wind @ Maximum wind level</Title>
        <Abstract>Direction of components:
u-component of wind @ Maximum wind level and
v-component of wind @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_maximum_wind</Name>
        <Title>u-component of wind @ Maximum wind level</Title>
        <Abstract>u-component of wind @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_maximum_wind&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_maximum_wind</Name>
        <Title>v-component of wind @ Maximum wind level</Title>
        <Abstract>v-component of wind @ Maximum wind level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_maximum_wind&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_maximum_wind&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_maximum_wind
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_maximum_wind&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Tropopause</Title>
        <Abstract>Vector fields for  of wind @ Tropopause</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_tropopause:v-component_of_wind_tropopause-group</Name>
        <Title> of wind @ Tropopause</Title>
        <Abstract>Vector fields for  of wind @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag</Name>
        <Title>Magnitude of  of wind @ Tropopause</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Tropopause and
v-component of wind @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause:v-component_of_wind_tropopause-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_tropopause:v-component_of_wind_tropopause-dir</Name>
        <Title>Direction of  of wind @ Tropopause</Title>
        <Abstract>Direction of components:
u-component of wind @ Tropopause and
v-component of wind @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_tropopause</Name>
        <Title>u-component of wind @ Tropopause</Title>
        <Abstract>u-component of wind @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_tropopause</Name>
        <Title>v-component of wind @ Tropopause</Title>
        <Abstract>v-component of wind @ Tropopause</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_tropopause&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_tropopause&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_tropopause
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_tropopause&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Specific altitude above mean sea level</Title>
        <Abstract>Vector fields for  of wind @ Specific altitude above mean sea level</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group</Name>
        <Title> of wind @ Specific altitude above mean sea level</Title>
        <Abstract>Vector fields for  of wind @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="914.0">
            914.0,
            1524.0,
            1829.0,
            2134.0,
            2743.0,
            3658.0
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag</Name>
        <Title>Magnitude of  of wind @ Specific altitude above mean sea level</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specific altitude above mean sea level and
v-component of wind @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="914.0">
            914.0,
            1524.0,
            1829.0,
            2134.0,
            2743.0,
            3658.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_altitude_above_msl:v-component_of_wind_altitude_above_msl-dir</Name>
        <Title>Direction of  of wind @ Specific altitude above mean sea level</Title>
        <Abstract>Direction of components:
u-component of wind @ Specific altitude above mean sea level and
v-component of wind @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="914.0">
            914.0,
            1524.0,
            1829.0,
            2134.0,
            2743.0,
            3658.0
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_altitude_above_msl</Name>
        <Title>u-component of wind @ Specific altitude above mean sea level</Title>
        <Abstract>u-component of wind @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="914.0">
            914.0,
            1524.0,
            1829.0,
            2134.0,
            2743.0,
            3658.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_altitude_above_msl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_altitude_above_msl</Name>
        <Title>v-component of wind @ Specific altitude above mean sea level</Title>
        <Abstract>v-component of wind @ Specific altitude above mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="914.0">
            914.0,
            1524.0,
            1829.0,
            2134.0,
            2743.0,
            3658.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_altitude_above_msl&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_altitude_above_msl&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_altitude_above_msl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_altitude_above_msl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Specified height level above ground</Title>
        <Abstract>Vector fields for  of wind @ Specified height level above ground</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group</Name>
        <Title> of wind @ Specified height level above ground</Title>
        <Abstract>Vector fields for  of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag</Name>
        <Title>Magnitude of  of wind @ Specified height level above ground</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_height_above_ground:v-component_of_wind_height_above_ground-dir</Name>
        <Title>Direction of  of wind @ Specified height level above ground</Title>
        <Abstract>Direction of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_height_above_ground</Name>
        <Title>u-component of wind @ Specified height level above ground</Title>
        <Abstract>u-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_height_above_ground</Name>
        <Title>v-component of wind @ Specified height level above ground</Title>
        <Abstract>v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_height_above_ground&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_height_above_ground&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_height_above_ground
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_height_above_ground&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
    <Layer >
        <Title> of wind @ Sigma level</Title>
        <Abstract>Vector fields for  of wind @ Sigma level</Abstract>
    <Layer queryable="1">
        <Name>u-component_of_wind_sigma:v-component_of_wind_sigma-group</Name>
        <Title> of wind @ Sigma level</Title>
        <Abstract>Vector fields for  of wind @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9822999835014343">
            0.9822999835014343
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_sigma:v-component_of_wind_sigma-mag</Name>
        <Title>Magnitude of  of wind @ Sigma level</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Sigma level and
v-component of wind @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9822999835014343">
            0.9822999835014343
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma:v-component_of_wind_sigma-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma:v-component_of_wind_sigma-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_sigma:v-component_of_wind_sigma-dir</Name>
        <Title>Direction of  of wind @ Sigma level</Title>
        <Abstract>Direction of components:
u-component of wind @ Sigma level and
v-component of wind @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9822999835014343">
            0.9822999835014343
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>u-component_of_wind_sigma</Name>
        <Title>u-component of wind @ Sigma level</Title>
        <Abstract>u-component of wind @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9822999835014343">
            0.9822999835014343
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=u-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=u-component_of_wind_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>v-component_of_wind_sigma</Name>
        <Title>v-component of wind @ Sigma level</Title>
        <Abstract>v-component of wind @ Sigma level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>119.9157182833342</westBoundLongitude>
            <eastBoundLongitude>30.03718974801791</eastBoundLongitude>
            <southBoundLatitude>-0.5698727081327317</southBoundLatitude>
            <northBoundLatitude>89.3810638139319</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="119.9157182833342" maxx="30.03718974801791" miny="-0.5698727081327317" maxy="89.3810638139319"/>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="sigma" default="0.9822999835014343">
            0.9822999835014343
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_sigma&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_sigma&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?request=GetMetadata&amp;item=layerDetails&amp;layerName=v-component_of_wind_sigma
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.aos.wisc.edu/thredds/wms/grib/NCEP/NAM/Polar_90km/TwoD?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=v-component_of_wind_sigma&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
