<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-06-13T23:48:40.785Z"
        xmlns="http://www.opengis.net/wms"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:edal="http://reading-escience-centre.github.io/edal-java/wms"
        xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd">
    <Service>
        <Name>WMS</Name>
        <Title>NCAR GDEX THREDDS Server</Title>
        <Abstract>Geoscientific Data</Abstract>
        <KeywordList>
            <Keyword>meteorology</Keyword>
            <Keyword> atmosphere</Keyword>
            <Keyword> climate</Keyword>
            <Keyword> ocean</Keyword>
            <Keyword> earth science</Keyword>
        </KeywordList>
        <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>Support</ContactPerson>
                <ContactOrganization>NCAR GDEX</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>chiaweih@ucar.edu</ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>2048</MaxWidth>
        <MaxHeight>2048</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetCapabilities>
            <GetMap>
                <Format>image/png</Format>
                <Format>image/png;mode=32bit</Format>
                <Format>image/gif</Format>
                <Format>image/jpeg</Format>
                <Format>application/vnd.google-earth.kmz</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetMap>
            <GetFeatureInfo>
                <Format>text/plain</Format>
                <Format>text/xml</Format>
                <Format>text/html</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetFeatureInfo>
        </Request>
        <Exception>
            <Format>XML</Format>
        </Exception>
        <edal:ExtendedCapabilities>
            <edal:CapabilitiesType>ncWMS2</edal:CapabilitiesType>
            <edal:ExtendedRequest>
                <edal:Request>GetMap</edal:Request>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORSCALERANGE</edal:ParameterName>
                    <edal:ParameterDescription>Of the form min,max this is the scale range used for plotting the data.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>NUMCOLORBANDS</edal:ParameterName>
                    <edal:ParameterDescription>The number of discrete colours to plot the data. Must be between 2 and 250</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ABOVEMAXCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are above the maximum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the maximum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>BELOWMINCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are below the minimum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the minimum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>LOGSCALE</edal:ParameterName>
                    <edal:ParameterDescription> "true" or "false" - whether to plot data with a logarithmic scale</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETTIME</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the time range (specified in the TIME parameter) will be plotted. In the case that an in-situ point has multiple time readings within that range, the colour used to plot them will depend on the time value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETELEVATION</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the elevation range (specified in the ELEVATION parameter) will be plotted. In the case that an in-situ point has multiple elevation readings within that range, the colour used to plot them will depend on the elevation value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>OPACITY</edal:ParameterName>
                    <edal:ParameterDescription>The percentage opacity of the final output image</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ANIMATION</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false" - whether to generate an animation. This also needs the TIME to be of the formstarttime/endtime, and currently is only implemented for features with a discrete time axis.</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTimeseries</edal:Request>
                <edal:RequestDescription>This produces either a timeseries graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The TIME parameter should specify a range of times in the form starttime/endtime, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetVerticalProfile</edal:Request>
                <edal:RequestDescription>This produces either a vertical profile graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The ELEVATION parameter should specify a range of elevations in the form startelevation/endelevation, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTransect</edal:Request>
                <edal:RequestDescription>This produces a graph of data values along an arbitrary path. Additionally if there is vertical information present in the dataset, it will produce a vertical section along the same path.  It accepts the same URL parameters as a GetMap requestion, with the additional mandatory parameter LINESTRING</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>LINESTRING</edal:ParameterName>
                    <edal:ParameterDescription>The points which define the path of the transect to plot.  Of the form x1 y1,x2 y2,x3 y3...</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetMetadata</edal:Request>
                <edal:RequestDescription>Fetches small pieces of metadata.  Many of these are also present in this capabilities document, but GetMetadata provides a more convenient method of accessing such data. GetMetadata always returns data in the JSON format</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>ITEM</edal:ParameterName>
                    <edal:ParameterDescription>This specifies the metadata to return.  This can take the values:
                        menu: Returns a tree representation of the available WMS layers, with IDs. Takes the optional parameter DATASET to return the same tree for a single dataset
                        layerDetails: Returns a set of details needed to plot a given layer. This includes such data as units, layer bounding box, configured scale range, etc. Takes the parameters LAYERNAME and TIME. The TIME parameter is optional, and if it is specified then the nearest available time is returned as part of the layer's details.
                        minmax: Calculates the range of values in the given area. Takes the same parameters as a GetMap request.
                        timesteps: Returns the available times for a given day. Takes the parameters LAYERNAME and DAY (yyyy-mm-dd)
                        animationTimesteps: Returns a list of time strings at different temporal resolutions for a given time range. This is used to present to the user different frequencies for the generation of an animation. Takes the parameters LAYERNAME, START, and END</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetLegendGraphic</edal:Request>
                <edal:RequestDescription>The GetLegendGraphic request generates an image which can be used as a legend. There are two main options: Generating just a colourbar, and generating a full legend.</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORBARONLY</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false".  Whether to generate a full legend or just the colour bar.  If it's "true", the following URL parameters are required:
                        PALETTE: The name of the palette to use. If missing, set to "default"
                        NUMCOLORBANDS: The number of colour bands to use. If missing, set to 250
                        VERTICAL: Whether to very colours vertically. If missing, defaults to true
                        WIDTH: The width of the image to generate. If missing, defaults to 50
                        HEIGHT: The height of the image to generate. If missing, defaults to 200
                    
                    For a full legend, the additional parameters LAYERS and either STYLES, SLD, or SLD_BODY must be supplied. This is because a single WMS layer may depend on an arbitrary number of sub-layers, depending on the style it is plotted in. In addition to these parameters, the optional parameters controlling the style may be supplied (these are the same as documented in the GetMap request).  Note that for full legends, the supplied width and height are NOT the final height of the image, but rather the width and height of each individual coloured plot area (i.e. the 1d/2d colourbar)</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
        </edal:ExtendedCapabilities>
        <Layer>
            <Title>NCAR GDEX THREDDS Server</Title>
            <CRS>EPSG:4326</CRS>
            <CRS>CRS:84</CRS>
            <CRS>EPSG:41001</CRS>
            <CRS>EPSG:27700</CRS>
            <CRS>EPSG:3408</CRS>
            <CRS>EPSG:3409</CRS>
            <CRS>EPSG:3857</CRS>
            <CRS>EPSG:5041</CRS>
            <CRS>EPSG:5042</CRS>
            <CRS>EPSG:32661</CRS>
            <CRS>EPSG:32761</CRS>
            <Layer>
                <Title> OUTPUT FROM WRF V4.1 MODEL</Title>
    <Layer queryable="1">
        <Name>MAPFAC_U</Name>
        <Title>MAPFAC_U</Title>
        <Abstract>Map scale factor on u-grid</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.24053352028605</westBoundLongitude>
            <eastBoundLongitude>-79.32614738791708</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.24053352028605" maxx="-79.32614738791708" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_U&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_U&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_U&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MAPFAC_UX</Name>
        <Title>MAPFAC_UX</Title>
        <Abstract>Map scale factor on u-grid, x direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.24053352028605</westBoundLongitude>
            <eastBoundLongitude>-79.32614738791708</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.24053352028605" maxx="-79.32614738791708" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_UX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_UX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_UX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_UX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_UX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_UX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MAPFAC_UY</Name>
        <Title>MAPFAC_UY</Title>
        <Abstract>Map scale factor on u-grid, y direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.24053352028605</westBoundLongitude>
            <eastBoundLongitude>-79.32614738791708</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.24053352028605" maxx="-79.32614738791708" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_UY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_UY&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_UY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_UY&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_UY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_UY&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>XLAT_U</Name>
        <Title>XLAT_U</Title>
        <Abstract>LATITUDE, SOUTH IS NEGATIVE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.24053352028605</westBoundLongitude>
            <eastBoundLongitude>-79.32614738791708</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.24053352028605" maxx="-79.32614738791708" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAT_U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAT_U&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAT_U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAT_U&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAT_U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAT_U&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>XLONG_U</Name>
        <Title>XLONG_U</Title>
        <Abstract>LONGITUDE, WEST IS NEGATIVE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.24053352028605</westBoundLongitude>
            <eastBoundLongitude>-79.32614738791708</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.24053352028605" maxx="-79.32614738791708" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLONG_U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLONG_U&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLONG_U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLONG_U&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLONG_U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLONG_U&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MAPFAC_V</Name>
        <Title>MAPFAC_V</Title>
        <Abstract>Map scale factor on v-grid</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.980298434800698</southBoundLatitude>
            <northBoundLatitude>27.266118125047146</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.980298434800698" maxy="27.266118125047146"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_V&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_V&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_V&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MAPFAC_VX</Name>
        <Title>MAPFAC_VX</Title>
        <Abstract>Map scale factor on v-grid, x direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.980298434800698</southBoundLatitude>
            <northBoundLatitude>27.266118125047146</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.980298434800698" maxy="27.266118125047146"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_VX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_VX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_VX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_VX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_VX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_VX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MF_VX_INV</Name>
        <Title>MF_VX_INV</Title>
        <Abstract>Inverse map scale factor on v-grid, x direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.980298434800698</southBoundLatitude>
            <northBoundLatitude>27.266118125047146</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.980298434800698" maxy="27.266118125047146"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MF_VX_INV
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MF_VX_INV&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MF_VX_INV
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MF_VX_INV&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MF_VX_INV
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MF_VX_INV&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MAPFAC_VY</Name>
        <Title>MAPFAC_VY</Title>
        <Abstract>Map scale factor on v-grid, y direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.980298434800698</southBoundLatitude>
            <northBoundLatitude>27.266118125047146</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.980298434800698" maxy="27.266118125047146"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_VY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_VY&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_VY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_VY&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_VY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_VY&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>XLAT_V</Name>
        <Title>XLAT_V</Title>
        <Abstract>LATITUDE, SOUTH IS NEGATIVE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.980298434800698</southBoundLatitude>
            <northBoundLatitude>27.266118125047146</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.980298434800698" maxy="27.266118125047146"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAT_V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAT_V&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAT_V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAT_V&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAT_V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAT_V&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>XLONG_V</Name>
        <Title>XLONG_V</Title>
        <Abstract>LONGITUDE, WEST IS NEGATIVE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.980298434800698</southBoundLatitude>
            <northBoundLatitude>27.266118125047146</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.980298434800698" maxy="27.266118125047146"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLONG_V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLONG_V&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLONG_V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLONG_V&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLONG_V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLONG_V&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TSLB</Name>
        <Title>TSLB</Title>
        <Abstract>SOIL TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="units" default="0.05000000074505806">
            0.05000000074505806,
            0.25,
            0.7000000476837158,
            1.5
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TSLB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TSLB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TSLB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TSLB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TSLB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TSLB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SMOIS</Name>
        <Title>SMOIS</Title>
        <Abstract>SOIL MOISTURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="units" default="0.05000000074505806">
            0.05000000074505806,
            0.25,
            0.7000000476837158,
            1.5
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SMOIS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SMOIS&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SMOIS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SMOIS&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SMOIS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SMOIS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SH2O</Name>
        <Title>SH2O</Title>
        <Abstract>SOIL LIQUID WATER</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="units" default="0.05000000074505806">
            0.05000000074505806,
            0.25,
            0.7000000476837158,
            1.5
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SH2O
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SH2O&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SH2O
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SH2O&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SH2O
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SH2O&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SMCREL</Name>
        <Title>SMCREL</Title>
        <Abstract>RELATIVE SOIL MOISTURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="units" default="0.05000000074505806">
            0.05000000074505806,
            0.25,
            0.7000000476837158,
            1.5
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SMCREL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SMCREL&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SMCREL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SMCREL&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SMCREL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SMCREL&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>U</Name>
        <Title>U</Title>
        <Abstract>x-wind component</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.24053352028605</westBoundLongitude>
            <eastBoundLongitude>-79.32614738791708</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.24053352028605" maxx="-79.32614738791708" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>V</Name>
        <Title>V</Title>
        <Abstract>y-wind component</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.980298434800698</southBoundLatitude>
            <northBoundLatitude>27.266118125047146</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.980298434800698" maxy="27.266118125047146"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>T</Name>
        <Title>T</Title>
        <Abstract>perturbation potential temperature theta-t0</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>THM</Name>
        <Title>THM</Title>
        <Abstract>either 1) pert moist pot temp=(1+Rv/Rd Qv)*(theta)-T0, or 2) pert dry pot temp=t</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=THM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=THM&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=THM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=THM&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=THM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=THM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>P</Name>
        <Title>P</Title>
        <Abstract>perturbation pressure</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=P
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=P&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=P
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=P&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=P
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=P&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PB</Name>
        <Title>PB</Title>
        <Abstract>BASE STATE PRESSURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>P_HYD</Name>
        <Title>P_HYD</Title>
        <Abstract>hydrostatic pressure</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=P_HYD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=P_HYD&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=P_HYD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=P_HYD&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=P_HYD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=P_HYD&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QVAPOR</Name>
        <Title>QVAPOR</Title>
        <Abstract>Water vapor mixing ratio</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QVAPOR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QVAPOR&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QVAPOR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QVAPOR&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QVAPOR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QVAPOR&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QCLOUD</Name>
        <Title>QCLOUD</Title>
        <Abstract>Cloud water mixing ratio</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QCLOUD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QCLOUD&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QCLOUD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QCLOUD&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QCLOUD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QCLOUD&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QRAIN</Name>
        <Title>QRAIN</Title>
        <Abstract>Rain water mixing ratio</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QRAIN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QRAIN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QRAIN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QRAIN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QRAIN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QRAIN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QICE</Name>
        <Title>QICE</Title>
        <Abstract>Ice mixing ratio</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QICE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QICE&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QICE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QICE&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QICE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QICE&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QSNOW</Name>
        <Title>QSNOW</Title>
        <Abstract>Snow mixing ratio</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSNOW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSNOW&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSNOW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSNOW&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSNOW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSNOW&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QNCCN</Name>
        <Title>QNCCN</Title>
        <Abstract>CCN Number concentration</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QNCCN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QNCCN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QNCCN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QNCCN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QNCCN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QNCCN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QNCLOUD</Name>
        <Title>QNCLOUD</Title>
        <Abstract>cloud water Number concentration</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QNCLOUD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QNCLOUD&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QNCLOUD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QNCLOUD&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QNCLOUD
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QNCLOUD&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QNRAIN</Name>
        <Title>QNRAIN</Title>
        <Abstract>Rain Number concentration</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QNRAIN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QNRAIN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QNRAIN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QNRAIN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QNRAIN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QNRAIN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DTAUX3D</Name>
        <Title>DTAUX3D</Title>
        <Abstract>LOCAL U GWDO STRESS</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DTAUX3D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DTAUX3D&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DTAUX3D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DTAUX3D&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DTAUX3D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DTAUX3D&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DTAUY3D</Name>
        <Title>DTAUY3D</Title>
        <Abstract>LOCAL V GWDO STRESS</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DTAUY3D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DTAUY3D&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DTAUY3D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DTAUY3D&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DTAUY3D
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DTAUY3D&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>H_DIABATIC</Name>
        <Title>H_DIABATIC</Title>
        <Abstract>MICROPHYSICS LATENT HEATING</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=H_DIABATIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=H_DIABATIC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=H_DIABATIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=H_DIABATIC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=H_DIABATIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=H_DIABATIC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QV_DIABATIC</Name>
        <Title>QV_DIABATIC</Title>
        <Abstract>MICROPHYSICS QV TENDENCY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QV_DIABATIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QV_DIABATIC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QV_DIABATIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QV_DIABATIC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QV_DIABATIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QV_DIABATIC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QC_DIABATIC</Name>
        <Title>QC_DIABATIC</Title>
        <Abstract>MICROPHYSICS QC TENDENCY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QC_DIABATIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QC_DIABATIC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QC_DIABATIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QC_DIABATIC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QC_DIABATIC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QC_DIABATIC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CLDFRA</Name>
        <Title>CLDFRA</Title>
        <Abstract>CLOUD FRACTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="4.96265129186213E-4">
            0.9970322847366333,
            0.9902914762496948,
            0.9817508459091187,
            0.9710066914558411,
            0.9576101899147034,
            0.9410889148712158,
            0.9209844470024109,
            0.8969075083732605,
            0.8686075210571289,
            0.8360461592674255,
            0.7994572520256042,
            0.7593690156936646,
            0.7165740728378296,
            0.671942412853241,
            0.6260138750076294,
            0.5790639519691467,
            0.5314197540283203,
            0.4843151867389679,
            0.4400806725025177,
            0.3998037576675415,
            0.3631303608417511,
            0.329738050699234,
            0.29933327436447144,
            0.2716487646102905,
            0.24644111096858978,
            0.22348877787590027,
            0.2025899440050125,
            0.18356087803840637,
            0.1662343293428421,
            0.1504579484462738,
            0.13609302043914795,
            0.12301331758499146,
            0.1111038401722908,
            0.10025986284017563,
            0.09038607776165009,
            0.08139568567276001,
            0.07320964336395264,
            0.06575599312782288,
            0.05896920710802078,
            0.05278962850570679,
            0.047162920236587524,
            0.04203961789608002,
            0.03737469017505646,
            0.033127132803201675,
            0.029259590432047844,
            0.02573806419968605,
            0.02253161370754242,
            0.019612032920122147,
            0.016953662037849426,
            0.014533134177327156,
            0.012329165823757648,
            0.01032237894833088,
            0.008495135232806206,
            0.006831375882029533,
            0.005316469818353653,
            0.003937099128961563,
            0.0026811424177139997,
            0.0015375501243397593,
            4.96265129186213E-4
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CLDFRA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CLDFRA&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CLDFRA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CLDFRA&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CLDFRA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CLDFRA&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>W</Name>
        <Title>W</Title>
        <Abstract>z-wind component</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=W
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=W&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=W
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=W&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=W
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=W&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PH</Name>
        <Title>PH</Title>
        <Abstract>perturbation geopotential</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PH&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PH&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PH&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PHB</Name>
        <Title>PHB</Title>
        <Abstract>base-state geopotential</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PHB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PHB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PHB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PHB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PHB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PHB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>EXCH_H</Name>
        <Title>EXCH_H</Title>
        <Abstract>SCALAR EXCHANGE COEFFICIENTS</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EXCH_H
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EXCH_H&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EXCH_H
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EXCH_H&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EXCH_H
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EXCH_H&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>EXCH_M</Name>
        <Title>EXCH_M</Title>
        <Abstract>EXCHANGE COEFFICIENTS</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EXCH_M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EXCH_M&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EXCH_M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EXCH_M&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EXCH_M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EXCH_M&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>A_U_BEP</Name>
        <Title>A_U_BEP</Title>
        <Abstract>IMPLICIT FOR X-COMP.</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_U_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_U_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_U_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_U_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_U_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_U_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>A_V_BEP</Name>
        <Title>A_V_BEP</Title>
        <Abstract>IMPLICIT FOR Y-COMP.</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_V_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_V_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_V_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_V_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_V_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_V_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>A_T_BEP</Name>
        <Title>A_T_BEP</Title>
        <Abstract>IMPLICIT FOR Pot. Temp</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_T_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_T_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_T_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_T_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_T_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_T_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>A_Q_BEP</Name>
        <Title>A_Q_BEP</Title>
        <Abstract>IMPLICIT FOR Moisture</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_Q_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_Q_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_Q_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_Q_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_Q_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_Q_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>A_E_BEP</Name>
        <Title>A_E_BEP</Title>
        <Abstract>IMPLICIT FOR TKE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_E_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_E_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_E_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_E_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=A_E_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=A_E_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>B_U_BEP</Name>
        <Title>B_U_BEP</Title>
        <Abstract>EXPLICIT FOR X-COMP.</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_U_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_U_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_U_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_U_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_U_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_U_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>B_V_BEP</Name>
        <Title>B_V_BEP</Title>
        <Abstract>EXPLICIT FOR Y-COMP.</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_V_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_V_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_V_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_V_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_V_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_V_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>B_T_BEP</Name>
        <Title>B_T_BEP</Title>
        <Abstract>EXPLICIT FOR Pot. Temp</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_T_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_T_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_T_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_T_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_T_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_T_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>B_Q_BEP</Name>
        <Title>B_Q_BEP</Title>
        <Abstract>EXPLICIT FOR Moisture</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_Q_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_Q_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_Q_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_Q_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_Q_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_Q_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>B_E_BEP</Name>
        <Title>B_E_BEP</Title>
        <Abstract>EXPLICIT FOR TKE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_E_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_E_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_E_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_E_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=B_E_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=B_E_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DLG_BEP</Name>
        <Title>DLG_BEP</Title>
        <Abstract>length scale 1</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DLG_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DLG_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DLG_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DLG_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DLG_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DLG_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DL_U_BEP</Name>
        <Title>DL_U_BEP</Title>
        <Abstract>urban length scale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DL_U_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DL_U_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DL_U_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DL_U_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DL_U_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DL_U_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SF_BEP</Name>
        <Title>SF_BEP</Title>
        <Abstract>surface grid</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SF_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SF_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SF_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SF_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SF_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SF_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VL_BEP</Name>
        <Title>VL_BEP</Title>
        <Abstract>volume grid</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="" default="0.0">
            1.0,
            0.9940646290779114,
            0.9865183234214783,
            0.976983368396759,
            0.9650300145149231,
            0.9501903653144836,
            0.931987464427948,
            0.9099814295768738,
            0.8838335871696472,
            0.8533813953399658,
            0.8187109231948853,
            0.7802035808563232,
            0.7385345101356506,
            0.6946136951446533,
            0.6492711305618286,
            0.6027565598487854,
            0.5553713440895081,
            0.5074681639671326,
            0.4611622095108032,
            0.4189991354942322,
            0.38060837984085083,
            0.34565234184265137,
            0.31382375955581665,
            0.2848427891731262,
            0.25845471024513245,
            0.23442751169204712,
            0.21255002915859222,
            0.1926298588514328,
            0.17449191212654114,
            0.15797674655914307,
            0.14293913543224335,
            0.12924690544605255,
            0.11677972972393036,
            0.10542795062065125,
            0.09509177505970001,
            0.08568038046360016,
            0.07711098343133926,
            0.06930830329656601,
            0.062203679233789444,
            0.05573473125696182,
            0.04984452575445175,
            0.044481310993433,
            0.039597928524017334,
            0.03515145182609558,
            0.03110281564295292,
            0.02741636522114277,
            0.024059763178229332,
            0.021003462374210358,
            0.018220605328679085,
            0.015686720609664917,
            0.013379547744989395,
            0.011278783902525902,
            0.009365973994135857,
            0.0076242960058152676,
            0.006038455758243799,
            0.004594483878463507,
            0.003279714845120907,
            0.0020825699903070927,
            9.92530258372426E-4,
            0.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VL_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VL_BEP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VL_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VL_BEP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VL_BEP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VL_BEP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>XLAT</Name>
        <Title>XLAT</Title>
        <Abstract>LATITUDE, SOUTH IS NEGATIVE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>XLONG</Name>
        <Title>XLONG</Title>
        <Abstract>LONGITUDE, WEST IS NEGATIVE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLONG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLONG&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLONG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLONG&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLONG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLONG&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LU_INDEX</Name>
        <Title>LU_INDEX</Title>
        <Abstract>LAND USE CATEGORY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LU_INDEX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LU_INDEX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LU_INDEX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LU_INDEX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LU_INDEX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LU_INDEX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VAR_SSO</Name>
        <Title>VAR_SSO</Title>
        <Abstract>variance of subgrid-scale orography</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VAR_SSO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VAR_SSO&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VAR_SSO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VAR_SSO&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VAR_SSO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VAR_SSO&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MU</Name>
        <Title>MU</Title>
        <Abstract>perturbation dry air mass in column</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MU&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MU&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MU&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MUB</Name>
        <Title>MUB</Title>
        <Abstract>base state dry air mass in column</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MUB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MUB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MUB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MUB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MUB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MUB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>NEST_POS</Name>
        <Title>NEST_POS</Title>
        <Abstract>-</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NEST_POS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NEST_POS&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NEST_POS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NEST_POS&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NEST_POS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NEST_POS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Q2</Name>
        <Title>Q2</Title>
        <Abstract>QV at 2 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Q2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Q2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Q2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Q2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Q2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Q2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>T2</Name>
        <Title>T2</Title>
        <Abstract>TEMP at 2 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TH2</Name>
        <Title>TH2</Title>
        <Abstract>POT TEMP at 2 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TH2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TH2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TH2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TH2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TH2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TH2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PSFC</Name>
        <Title>PSFC</Title>
        <Abstract>SFC PRESSURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PSFC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PSFC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PSFC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PSFC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PSFC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PSFC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>U10</Name>
        <Title>U10</Title>
        <Abstract>U at 10 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U10
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U10&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U10
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U10&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=U10
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=U10&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>V10</Name>
        <Title>V10</Title>
        <Abstract>V at 10 M</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V10
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V10&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V10
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V10&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=V10
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=V10&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SHDMAX</Name>
        <Title>SHDMAX</Title>
        <Abstract>ANNUAL MAX VEG FRACTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHDMAX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHDMAX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHDMAX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHDMAX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHDMAX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHDMAX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SHDMIN</Name>
        <Title>SHDMIN</Title>
        <Abstract>ANNUAL MIN VEG FRACTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHDMIN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHDMIN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHDMIN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHDMIN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SHDMIN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SHDMIN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SNOALB</Name>
        <Title>SNOALB</Title>
        <Abstract>ANNUAL MAX SNOW ALBEDO IN FRACTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOALB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOALB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOALB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOALB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOALB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOALB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SEAICE</Name>
        <Title>SEAICE</Title>
        <Abstract>SEA ICE FLAG</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SEAICE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SEAICE&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SEAICE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SEAICE&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SEAICE
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SEAICE&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>XICEM</Name>
        <Title>XICEM</Title>
        <Abstract>SEA ICE FLAG (PREVIOUS STEP)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XICEM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XICEM&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XICEM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XICEM&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XICEM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XICEM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SFROFF</Name>
        <Title>SFROFF</Title>
        <Abstract>SURFACE RUNOFF</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFROFF&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFROFF&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SFROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SFROFF&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UDROFF</Name>
        <Title>UDROFF</Title>
        <Abstract>UNDERGROUND RUNOFF</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UDROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UDROFF&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UDROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UDROFF&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UDROFF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UDROFF&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>IVGTYP</Name>
        <Title>IVGTYP</Title>
        <Abstract>DOMINANT VEGETATION CATEGORY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=IVGTYP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=IVGTYP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=IVGTYP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=IVGTYP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=IVGTYP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=IVGTYP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ISLTYP</Name>
        <Title>ISLTYP</Title>
        <Abstract>DOMINANT SOIL CATEGORY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ISLTYP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ISLTYP&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ISLTYP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ISLTYP&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ISLTYP
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ISLTYP&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VEGFRA</Name>
        <Title>VEGFRA</Title>
        <Abstract>VEGETATION FRACTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VEGFRA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VEGFRA&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VEGFRA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VEGFRA&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VEGFRA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VEGFRA&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>GRDFLX</Name>
        <Title>GRDFLX</Title>
        <Abstract>GROUND HEAT FLUX</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRDFLX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRDFLX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRDFLX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACGRDFLX</Name>
        <Title>ACGRDFLX</Title>
        <Abstract>ACCUMULATED GROUND HEAT FLUX</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACGRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACGRDFLX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACGRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACGRDFLX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACGRDFLX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACGRDFLX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSNOM</Name>
        <Title>ACSNOM</Title>
        <Abstract>ACCUMULATED MELTED SNOW</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSNOM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSNOM&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSNOM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSNOM&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSNOM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSNOM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SNOW</Name>
        <Title>SNOW</Title>
        <Abstract>SNOW WATER EQUIVALENT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOW&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOW&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOW&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SNOWH</Name>
        <Title>SNOWH</Title>
        <Abstract>PHYSICAL SNOW DEPTH</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWH&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWH&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWH&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CANWAT</Name>
        <Title>CANWAT</Title>
        <Abstract>CANOPY WATER</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CANWAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CANWAT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CANWAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CANWAT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CANWAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CANWAT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SSTSK</Name>
        <Title>SSTSK</Title>
        <Abstract>SKIN SEA SURFACE TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SSTSK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SSTSK&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SSTSK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SSTSK&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SSTSK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SSTSK&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SH_URB</Name>
        <Title>SH_URB</Title>
        <Abstract>SENSIBLE HEAT FLUX FROM URBAN SFC</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SH_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SH_URB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SH_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SH_URB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SH_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SH_URB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LH_URB</Name>
        <Title>LH_URB</Title>
        <Abstract>LATENT HEAT FLUX FROM URBAN SFC</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LH_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LH_URB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LH_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LH_URB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LH_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LH_URB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>G_URB</Name>
        <Title>G_URB</Title>
        <Abstract>GROUND HEAT FLUX INTO URBAN</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=G_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=G_URB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=G_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=G_URB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=G_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=G_URB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TS_URB</Name>
        <Title>TS_URB</Title>
        <Abstract>SKIN TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TS_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TS_URB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TS_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TS_URB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TS_URB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TS_URB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>COSZEN</Name>
        <Title>COSZEN</Title>
        <Abstract>COS of SOLAR ZENITH ANGLE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=COSZEN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=COSZEN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=COSZEN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=COSZEN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=COSZEN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=COSZEN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LAI</Name>
        <Title>LAI</Title>
        <Abstract>LEAF AREA INDEX</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LAI
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LAI&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LAI
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LAI&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LAI
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LAI&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>WSTAR_YSU</Name>
        <Title>WSTAR_YSU</Title>
        <Abstract>mixed-layer velocity scale from ysupbl</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WSTAR_YSU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WSTAR_YSU&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WSTAR_YSU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WSTAR_YSU&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WSTAR_YSU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WSTAR_YSU&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DELTA_YSU</Name>
        <Title>DELTA_YSU</Title>
        <Abstract>entrainment layer depth from ysupbl</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DELTA_YSU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DELTA_YSU&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DELTA_YSU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DELTA_YSU&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DELTA_YSU
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DELTA_YSU&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CT</Name>
        <Title>CT</Title>
        <Abstract>COUNTERGRADIENT TERM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>THZ0</Name>
        <Title>THZ0</Title>
        <Abstract>POTENTIAL TEMPERATURE AT ZNT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=THZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=THZ0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=THZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=THZ0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=THZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=THZ0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Z0</Name>
        <Title>Z0</Title>
        <Abstract>Background ROUGHNESS LENGTH</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Z0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Z0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Z0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Z0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Z0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Z0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QZ0</Name>
        <Title>QZ0</Title>
        <Abstract>SPECIFIC HUMIDITY AT ZNT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QZ0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QZ0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QZ0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UZ0</Name>
        <Title>UZ0</Title>
        <Abstract>U WIND COMPONENT AT ZNT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UZ0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UZ0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UZ0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VZ0</Name>
        <Title>VZ0</Title>
        <Abstract>V WIND COMPONENT AT ZNT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VZ0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VZ0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VZ0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VZ0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QSFC</Name>
        <Title>QSFC</Title>
        <Abstract>SPECIFIC HUMIDITY AT LOWER BOUNDARY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSFC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSFC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSFC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSFC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QSFC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QSFC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>AKHS</Name>
        <Title>AKHS</Title>
        <Abstract>SFC EXCH COEFF FOR HEAT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AKHS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AKHS&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AKHS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AKHS&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AKHS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AKHS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>AKMS</Name>
        <Title>AKMS</Title>
        <Abstract>SFC EXCH COEFF FOR MOMENTUM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AKMS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AKMS&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AKMS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AKMS&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AKMS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AKMS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>KPBL</Name>
        <Title>KPBL</Title>
        <Abstract>LEVEL OF PBL TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KPBL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KPBL&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KPBL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KPBL&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=KPBL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=KPBL&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DUSFCG</Name>
        <Title>DUSFCG</Title>
        <Abstract>COLUMN-INTEGRATED U GWDO STRESS</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DUSFCG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DUSFCG&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DUSFCG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DUSFCG&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DUSFCG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DUSFCG&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DVSFCG</Name>
        <Title>DVSFCG</Title>
        <Abstract>COLUMN-INTEGRATED V GWDO STRESS</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DVSFCG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DVSFCG&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DVSFCG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DVSFCG&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=DVSFCG
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DVSFCG&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VAR</Name>
        <Title>VAR</Title>
        <Abstract>OROGRAPHIC VARIANCE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VAR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VAR&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VAR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VAR&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VAR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VAR&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CON</Name>
        <Title>CON</Title>
        <Abstract>OROGRAPHIC CONVEXITY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CON
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CON&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CON
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CON&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CON
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CON&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>OA1</Name>
        <Title>OA1</Title>
        <Abstract>OROGRAPHIC DIRECTION ASYMMETRY FUNCTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA1&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA1&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA1&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>OA2</Name>
        <Title>OA2</Title>
        <Abstract>OROGRAPHIC DIRECTION ASYMMETRY FUNCTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>OA3</Name>
        <Title>OA3</Title>
        <Abstract>OROGRAPHIC DIRECTION ASYMMETRY FUNCTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA3&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA3&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA3&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>OA4</Name>
        <Title>OA4</Title>
        <Abstract>OROGRAPHIC DIRECTION ASYMMETRY FUNCTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA4
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA4&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA4
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA4&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OA4
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OA4&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>OL1</Name>
        <Title>OL1</Title>
        <Abstract>OROGRAPHIC DIRECTION ASYMMETRY FUNCTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL1&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL1&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL1
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL1&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>OL2</Name>
        <Title>OL2</Title>
        <Abstract>OROGRAPHIC DIRECTION ASYMMETRY FUNCTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>OL3</Name>
        <Title>OL3</Title>
        <Abstract>OROGRAPHIC DIRECTION ASYMMETRY FUNCTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL3&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL3&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL3
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL3&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>OL4</Name>
        <Title>OL4</Title>
        <Abstract>OROGRAPHIC DIRECTION ASYMMETRY FUNCTION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL4
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL4&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL4
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL4&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OL4
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OL4&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MAPFAC_M</Name>
        <Title>MAPFAC_M</Title>
        <Abstract>Map scale factor on mass grid</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_M&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_M&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_M
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_M&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MAPFAC_MX</Name>
        <Title>MAPFAC_MX</Title>
        <Abstract>Map scale factor on mass grid, x direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_MX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_MX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_MX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_MX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_MX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_MX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>MAPFAC_MY</Name>
        <Title>MAPFAC_MY</Title>
        <Abstract>Map scale factor on mass grid, y direction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_MY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_MY&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_MY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_MY&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=MAPFAC_MY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=MAPFAC_MY&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>F</Name>
        <Title>F</Title>
        <Abstract>Coriolis sine latitude term</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=F&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=F&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=F
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=F&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>E</Name>
        <Title>E</Title>
        <Abstract>Coriolis cosine latitude term</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=E
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=E&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=E
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=E&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=E
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=E&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SINALPHA</Name>
        <Title>SINALPHA</Title>
        <Abstract>Local sine of map rotation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SINALPHA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SINALPHA&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SINALPHA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SINALPHA&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SINALPHA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SINALPHA&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>COSALPHA</Name>
        <Title>COSALPHA</Title>
        <Abstract>Local cosine of map rotation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=COSALPHA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=COSALPHA&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=COSALPHA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=COSALPHA&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=COSALPHA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=COSALPHA&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HGT</Name>
        <Title>HGT</Title>
        <Abstract>Terrain Height</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HGT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HGT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HGT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HGT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HGT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HGT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TSK</Name>
        <Title>TSK</Title>
        <Abstract>SURFACE SKIN TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TSK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TSK&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TSK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TSK&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TSK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TSK&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>RAINC</Name>
        <Title>RAINC</Title>
        <Abstract>ACCUMULATED TOTAL CUMULUS PRECIPITATION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>RAINSH</Name>
        <Title>RAINSH</Title>
        <Abstract>ACCUMULATED SHALLOW CUMULUS PRECIPITATION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINSH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINSH&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINSH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINSH&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINSH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINSH&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>RAINNC</Name>
        <Title>RAINNC</Title>
        <Abstract>ACCUMULATED TOTAL GRID SCALE PRECIPITATION</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINNC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINNC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RAINNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RAINNC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SNOWNC</Name>
        <Title>SNOWNC</Title>
        <Abstract>ACCUMULATED TOTAL GRID SCALE SNOW AND ICE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWNC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWNC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWNC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>GRAUPELNC</Name>
        <Title>GRAUPELNC</Title>
        <Abstract>ACCUMULATED TOTAL GRID SCALE GRAUPEL</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRAUPELNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRAUPELNC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRAUPELNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRAUPELNC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GRAUPELNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GRAUPELNC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HAILNC</Name>
        <Title>HAILNC</Title>
        <Abstract>ACCUMULATED TOTAL GRID SCALE HAIL</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HAILNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HAILNC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HAILNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HAILNC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HAILNC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HAILNC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWDOWN</Name>
        <Title>SWDOWN</Title>
        <Abstract>DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDOWN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDOWN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDOWN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDOWN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDOWN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDOWN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>GLW</Name>
        <Title>GLW</Title>
        <Abstract>DOWNWARD LONG WAVE FLUX AT GROUND SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GLW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GLW&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GLW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GLW&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GLW
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GLW&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWNORM</Name>
        <Title>SWNORM</Title>
        <Abstract>NORMAL SHORT WAVE FLUX AT GROUND SURFACE (SLOPE-DEPENDENT)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWNORM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWNORM&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWNORM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWNORM&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWNORM
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWNORM&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWUPT</Name>
        <Title>ACSWUPT</Title>
        <Abstract>ACCUMULATED UPWELLING SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWUPTC</Name>
        <Title>ACSWUPTC</Title>
        <Abstract>ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWDNT</Name>
        <Title>ACSWDNT</Title>
        <Abstract>ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWDNTC</Name>
        <Title>ACSWDNTC</Title>
        <Abstract>ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWUPB</Name>
        <Title>ACSWUPB</Title>
        <Abstract>ACCUMULATED UPWELLING SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWUPBC</Name>
        <Title>ACSWUPBC</Title>
        <Abstract>ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWUPBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWDNB</Name>
        <Title>ACSWDNB</Title>
        <Abstract>ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACSWDNBC</Name>
        <Title>ACSWDNBC</Title>
        <Abstract>ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACSWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACSWDNBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWUPT</Name>
        <Title>ACLWUPT</Title>
        <Abstract>ACCUMULATED UPWELLING LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWUPTC</Name>
        <Title>ACLWUPTC</Title>
        <Abstract>ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWDNT</Name>
        <Title>ACLWDNT</Title>
        <Abstract>ACCUMULATED DOWNWELLING LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWDNTC</Name>
        <Title>ACLWDNTC</Title>
        <Abstract>ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWUPB</Name>
        <Title>ACLWUPB</Title>
        <Abstract>ACCUMULATED UPWELLING LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWUPBC</Name>
        <Title>ACLWUPBC</Title>
        <Abstract>ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWUPBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWDNB</Name>
        <Title>ACLWDNB</Title>
        <Abstract>ACCUMULATED DOWNWELLING LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLWDNBC</Name>
        <Title>ACLWDNBC</Title>
        <Abstract>ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLWDNBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWUPT</Name>
        <Title>SWUPT</Title>
        <Abstract>INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWUPTC</Name>
        <Title>SWUPTC</Title>
        <Abstract>INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWDNT</Name>
        <Title>SWDNT</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWDNTC</Name>
        <Title>SWDNTC</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWUPB</Name>
        <Title>SWUPB</Title>
        <Abstract>INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWUPBC</Name>
        <Title>SWUPBC</Title>
        <Abstract>INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWUPBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWDNB</Name>
        <Title>SWDNB</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWDNBC</Name>
        <Title>SWDNBC</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWDNBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWUPT</Name>
        <Title>LWUPT</Title>
        <Abstract>INSTANTANEOUS UPWELLING LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWUPTC</Name>
        <Title>LWUPTC</Title>
        <Abstract>INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWDNT</Name>
        <Title>LWDNT</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWDNTC</Name>
        <Title>LWDNTC</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNTC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNTC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNTC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNTC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWUPB</Name>
        <Title>LWUPB</Title>
        <Abstract>INSTANTANEOUS UPWELLING LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWUPBC</Name>
        <Title>LWUPBC</Title>
        <Abstract>INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWUPBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWUPBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWDNB</Name>
        <Title>LWDNB</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWDNBC</Name>
        <Title>LWDNBC</Title>
        <Abstract>INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNBC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNBC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWDNBC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWDNBC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>OLR</Name>
        <Title>OLR</Title>
        <Abstract>TOA OUTGOING LONG WAVE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OLR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OLR&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OLR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OLR&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=OLR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OLR&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ALBEDO</Name>
        <Title>ALBEDO</Title>
        <Abstract>ALBEDO</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALBEDO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALBEDO&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALBEDO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALBEDO&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALBEDO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALBEDO&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CLAT</Name>
        <Title>CLAT</Title>
        <Abstract>COMPUTATIONAL GRID LATITUDE, SOUTH IS NEGATIVE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CLAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CLAT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CLAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CLAT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CLAT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CLAT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ALBBCK</Name>
        <Title>ALBBCK</Title>
        <Abstract>BACKGROUND ALBEDO</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALBBCK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALBBCK&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALBBCK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALBBCK&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ALBBCK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ALBBCK&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>EMISS</Name>
        <Title>EMISS</Title>
        <Abstract>SURFACE EMISSIVITY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EMISS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EMISS&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EMISS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EMISS&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EMISS
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EMISS&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>NOAHRES</Name>
        <Title>NOAHRES</Title>
        <Abstract>RESIDUAL OF THE NOAH SURFACE ENERGY BUDGET</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NOAHRES
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NOAHRES&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NOAHRES
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NOAHRES&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NOAHRES
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NOAHRES&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TMN</Name>
        <Title>TMN</Title>
        <Abstract>SOIL TEMPERATURE AT LOWER BOUNDARY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TMN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TMN&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TMN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TMN&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TMN
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TMN&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>XLAND</Name>
        <Title>XLAND</Title>
        <Abstract>LAND MASK (1 FOR LAND, 2 FOR WATER)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAND
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAND&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAND
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAND&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=XLAND
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=XLAND&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ZNT</Name>
        <Title>ZNT</Title>
        <Abstract>TIME-VARYING ROUGHNESS LENGTH</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZNT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZNT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ZNT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ZNT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>UST</Name>
        <Title>UST</Title>
        <Abstract>U* IN SIMILARITY THEORY</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UST&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UST&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=UST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=UST&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PBLH</Name>
        <Title>PBLH</Title>
        <Abstract>PBL HEIGHT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PBLH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PBLH&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PBLH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PBLH&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PBLH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PBLH&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HFX</Name>
        <Title>HFX</Title>
        <Abstract>UPWARD HEAT FLUX AT THE SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HFX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HFX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HFX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QFX</Name>
        <Title>QFX</Title>
        <Abstract>UPWARD MOISTURE FLUX AT THE SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QFX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QFX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QFX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LH</Name>
        <Title>LH</Title>
        <Abstract>LATENT HEAT FLUX AT THE SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LH&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LH&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LH
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LH&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACHFX</Name>
        <Title>ACHFX</Title>
        <Abstract>ACCUMULATED UPWARD HEAT FLUX AT THE SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACHFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACHFX&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACHFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACHFX&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACHFX
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACHFX&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ACLHF</Name>
        <Title>ACLHF</Title>
        <Abstract>ACCUMULATED UPWARD LATENT HEAT FLUX AT THE SURFACE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLHF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLHF&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLHF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLHF&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ACLHF
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ACLHF&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SNOWC</Name>
        <Title>SNOWC</Title>
        <Abstract>FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SNOWC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SNOWC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SR</Name>
        <Title>SR</Title>
        <Abstract>fraction of frozen precipitation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SR&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SR&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SR
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SR&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TML</Name>
        <Title>TML</Title>
        <Abstract>OCEAN MIXED-LAYER TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TML&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TML&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TML&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>T0ML</Name>
        <Title>T0ML</Title>
        <Abstract>INITIAL OCEAN MIXED-LAYER TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T0ML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T0ML&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T0ML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T0ML&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=T0ML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=T0ML&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HML</Name>
        <Title>HML</Title>
        <Abstract>OCEAN MIXED-LAYER DEPTH</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HML&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HML&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HML&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>H0ML</Name>
        <Title>H0ML</Title>
        <Abstract>INITIAL OCEAN MIXED-LAYER DEPTH</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=H0ML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=H0ML&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=H0ML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=H0ML&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=H0ML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=H0ML&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HUML</Name>
        <Title>HUML</Title>
        <Abstract>OCEAN MIXED-LAYER DEPTH * U-CURRENT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HUML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HUML&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HUML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HUML&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HUML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HUML&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>HVML</Name>
        <Title>HVML</Title>
        <Abstract>OCEAN MIXED-LAYER DEPTH * V-CURRENT</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HVML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HVML&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HVML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HVML&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=HVML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=HVML&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TMOML</Name>
        <Title>TMOML</Title>
        <Abstract>OCEAN LAYER MEAN TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TMOML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TMOML&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TMOML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TMOML&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TMOML
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TMOML&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PCB</Name>
        <Title>PCB</Title>
        <Abstract>base state dry air mass in column</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PCB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PCB&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PCB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PCB&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PCB
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PCB&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PC</Name>
        <Title>PC</Title>
        <Abstract>perturbation dry air mass in column</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PC&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PC&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=PC
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PC&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LANDMASK</Name>
        <Title>LANDMASK</Title>
        <Abstract>LAND MASK (1 FOR LAND, 0 FOR WATER)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LANDMASK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LANDMASK&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LANDMASK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LANDMASK&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LANDMASK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LANDMASK&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LAKEMASK</Name>
        <Title>LAKEMASK</Title>
        <Abstract>LAKE MASK (1 FOR LAKE, 0 FOR NON-LAKE)</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LAKEMASK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LAKEMASK&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LAKEMASK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LAKEMASK&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LAKEMASK
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LAKEMASK&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SST</Name>
        <Title>SST</Title>
        <Abstract>SEA SURFACE TEMPERATURE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SST&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SST&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SST
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SST&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SST_INPUT</Name>
        <Title>SST_INPUT</Title>
        <Abstract>SEA SURFACE TEMPERATURE FROM WRFLOWINPUT FILE</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-81.2373428767321</westBoundLongitude>
            <eastBoundLongitude>-79.32933803147102</eastBoundLongitude>
            <southBoundLatitude>24.98319056938504</southBoundLatitude>
            <northBoundLatitude>27.26328196314691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-81.2373428767321" maxx="-79.32933803147102" miny="24.98319056938504" maxy="27.26328196314691"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2017-09-11T12:00:00.000Z">
            2017-09-09T12:00:00.000Z/2017-09-11T12:00:00.000Z/PT10M
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SST_INPUT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SST_INPUT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SST_INPUT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SST_INPUT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SST_INPUT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.rda.ucar.edu/thredds/wms/files/d583126/ysu-bep.wrfout_d04_2017-09-09.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SST_INPUT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
