<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-04-07T17:00:07.662Z"
        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>NERSC TDS Server</Title>
        <Abstract>Scientific Data</Abstract>
        <KeywordList>
            <Keyword>meteorology</Keyword>
            <Keyword> atmosphere</Keyword>
            <Keyword> climate</Keyword>
            <Keyword> ocean</Keyword>
            <Keyword> earth science</Keyword>
        </KeywordList>
        <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>NERSC Web Support Team</ContactPerson>
                <ContactOrganization>Nansen Environmental and Remote Sensing Center</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>webmaster@nersc.no</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="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz"/>
                        </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="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz"/>
                        </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="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz"/>
                        </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>NERSC TDS 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>Pilot MyOcean reanalysis by TOPAZ4 (2003-2008)</Title>
    <Layer queryable="1">
        <Name>model_depth</Name>
        <Title>sea_floor_depth_below_sea_level</Title>
        <Abstract>sea_floor_depth_below_sea_level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=model_depth
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=model_depth&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=model_depth
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=model_depth&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=model_depth
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=model_depth&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>fice</Name>
        <Title>sea_ice_area_fraction</Title>
        <Abstract>sea_ice_area_fraction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=fice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fice&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=fice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fice&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=fice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=fice&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>hice</Name>
        <Title>sea_ice_thickness</Title>
        <Abstract>sea_ice_thickness</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=hice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hice&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=hice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hice&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=hice
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=hice&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dcm_chl</Name>
        <Title>deep_chlorophyll_maximum_chlorophyll_concetration</Title>
        <Abstract>deep_chlorophyll_maximum_chlorophyll_concetration</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=dcm_chl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dcm_chl&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=dcm_chl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dcm_chl&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=dcm_chl
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dcm_chl&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>dcm_dep</Name>
        <Title>deep_chlorophyll_maximum_depth</Title>
        <Abstract>deep_chlorophyll_maximum_depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=dcm_dep
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dcm_dep&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=dcm_dep
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dcm_dep&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=dcm_dep
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=dcm_dep&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>chl_opti</Name>
        <Title>depth_integrated_chlorophyll_one_optical_depth</Title>
        <Abstract>depth_integrated_chlorophyll_one_optical_depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=chl_opti
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=chl_opti&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=chl_opti
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=chl_opti&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=chl_opti
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=chl_opti&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>chl_opav</Name>
        <Title>depth_averaged_chlorophyll_one_optical_depth</Title>
        <Abstract>depth_averaged_chlorophyll_one_optical_depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=chl_opav
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=chl_opav&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=chl_opav
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=chl_opav&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=chl_opav
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=chl_opav&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>npp_euph</Name>
        <Title>net_primary_productivity_of_carbon_euphotic_depth</Title>
        <Abstract>net_primary_productivity_of_carbon_euphotic_depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=npp_euph
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=npp_euph&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=npp_euph
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=npp_euph&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=npp_euph
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=npp_euph&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>gpp_euph</Name>
        <Title>gross_primary_productivity_of_carbon_euphotic_depth</Title>
        <Abstract>gross_primary_productivity_of_carbon_euphotic_depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=gpp_euph
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=gpp_euph&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=gpp_euph
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=gpp_euph&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=gpp_euph
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=gpp_euph&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>salinity</Name>
        <Title>sea_water_salinity</Title>
        <Abstract>sea_water_salinity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.0">
            0.0,            5.0,            10.0,            25.0,            50.0,            75.0,            100.0,            125.0,            150.0,            200.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 http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=salinity
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=salinity&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=salinity
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=salinity&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=salinity
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=salinity&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>temperature</Name>
        <Title>sea_water_potential_temperature</Title>
        <Abstract>sea_water_potential_temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.0">
            0.0,            5.0,            10.0,            25.0,            50.0,            75.0,            100.0,            125.0,            150.0,            200.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 http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=temperature
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=temperature&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=temperature
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=temperature&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=temperature
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=temperature&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>NIT</Name>
        <Title>miligram_concentration_of_nitrogen_in_sea_water</Title>
        <Abstract>miligram_concentration_of_nitrogen_in_sea_water</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.0">
            0.0,            5.0,            10.0,            25.0,            50.0,            75.0,            100.0,            125.0,            150.0,            200.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 http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=NIT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NIT&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=NIT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NIT&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=NIT
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NIT&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>PHO</Name>
        <Title>miligram_concentration_of_phosporus_in_sea_water</Title>
        <Abstract>miligram_concentration_of_phosporus_in_sea_water</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.0">
            0.0,            5.0,            10.0,            25.0,            50.0,            75.0,            100.0,            125.0,            150.0,            200.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 http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=PHO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PHO&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=PHO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PHO&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=PHO
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=PHO&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SIL</Name>
        <Title>miligram_concentration_of_silicon_in_sea_water</Title>
        <Abstract>miligram_concentration_of_silicon_in_sea_water</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.0">
            0.0,            5.0,            10.0,            25.0,            50.0,            75.0,            100.0,            125.0,            150.0,            200.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 http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=SIL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SIL&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=SIL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SIL&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=SIL
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SIL&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>FLA</Name>
        <Title>miligram_concentration_of_nitrogen_in_flagellates</Title>
        <Abstract>miligram_concentration_of_nitrogen_in_flagellates</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.0">
            0.0,            5.0,            10.0,            25.0,            50.0,            75.0,            100.0,            125.0,            150.0,            200.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 http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLA&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLA&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=FLA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=FLA&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>DIA</Name>
        <Title>miligram_concentration_of_nitrogen_in_diatoms</Title>
        <Abstract>miligram_concentration_of_nitrogen_in_diatoms</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.0">
            0.0,            5.0,            10.0,            25.0,            50.0,            75.0,            100.0,            125.0,            150.0,            200.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 http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=DIA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DIA&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=DIA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DIA&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=DIA
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=DIA&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>chla</Name>
        <Title>mass_concentration_of_chlorophyll_a_in_sea_water</Title>
        <Abstract>mass_concentration_of_chlorophyll_a_in_sea_water</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.0">
            0.0,            5.0,            10.0,            25.0,            50.0,            75.0,            100.0,            125.0,            150.0,            200.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 http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=chla
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=chla&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=chla
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=chla&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=chla
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=chla&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>OXY</Name>
        <Title>concentration_oxygen_sea_water</Title>
        <Abstract>concentration_oxygen_sea_water</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.0">
            0.0,            5.0,            10.0,            25.0,            50.0,            75.0,            100.0,            125.0,            150.0,            200.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 http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=OXY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OXY&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=OXY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OXY&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=OXY
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=OXY&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>primprod</Name>
        <Title>gross_nitrogen_primary_production</Title>
        <Abstract>gross_nitrogen_primary_production</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.0">
            0.0,            5.0,            10.0,            25.0,            50.0,            75.0,            100.0,            125.0,            150.0,            200.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 http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=primprod
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=primprod&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=primprod
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=primprod&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=primprod
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=primprod&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>netpp</Name>
        <Title>net_nitrogen_primary_production</Title>
        <Abstract>net_nitrogen_primary_production</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-90.25</westBoundLongitude>
            <eastBoundLongitude>60.25</eastBoundLongitude>
            <southBoundLatitude>-0.25</southBoundLatitude>
            <northBoundLatitude>85.25</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-90.25" maxx="60.25" miny="-0.25" maxy="85.25"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="2002-08-30T00:00:00.000Z">
            1963-01-31T00:00:00.000Z,1963-02-28T00:00:00.000Z,1963-03-31T00:00:00.000Z,1963-04-30T00:00:00.000Z,1963-05-31T00:00:00.000Z,1963-06-30T00:00:00.000Z/1963-08-31T00:00:00.000Z/P31D,1963-09-30T00:00:00.000Z,1963-10-31T00:00:00.000Z,1963-11-30T00:00:00.000Z/1964-01-31T00:00:00.000Z/P31D,1964-02-29T00:00:00.000Z,1964-03-31T00:00:00.000Z,1964-04-30T00:00:00.000Z,1964-05-31T00:00:00.000Z,1964-06-30T00:00:00.000Z/1964-08-31T00:00:00.000Z/P31D,1964-09-30T00:00:00.000Z,1964-10-31T00:00:00.000Z,1964-11-30T00:00:00.000Z/1965-01-31T00:00:00.000Z/P31D,1965-02-28T00:00:00.000Z,1965-03-31T00:00:00.000Z,1965-04-30T00:00:00.000Z,1965-05-31T00:00:00.000Z,1965-06-30T00:00:00.000Z/1965-08-31T00:00:00.000Z/P31D,1965-09-30T00:00:00.000Z,1965-10-31T00:00:00.000Z,1965-11-30T00:00:00.000Z/1966-01-31T00:00:00.000Z/P31D,1966-02-28T00:00:00.000Z,1966-03-31T00:00:00.000Z,1966-04-30T00:00:00.000Z,1966-05-31T00:00:00.000Z,1966-06-30T00:00:00.000Z/1966-08-31T00:00:00.000Z/P31D,1966-09-30T00:00:00.000Z,1966-10-31T00:00:00.000Z,1966-11-30T00:00:00.000Z/1967-01-31T00:00:00.000Z/P31D,1967-02-28T00:00:00.000Z,1967-03-31T00:00:00.000Z,1967-04-30T00:00:00.000Z,1967-05-31T00:00:00.000Z,1967-06-30T00:00:00.000Z/1967-08-31T00:00:00.000Z/P31D,1967-09-30T00:00:00.000Z,1967-10-31T00:00:00.000Z,1967-11-30T00:00:00.000Z/1968-01-31T00:00:00.000Z/P31D,1968-02-29T00:00:00.000Z,1968-03-31T00:00:00.000Z,1968-04-30T00:00:00.000Z,1968-05-31T00:00:00.000Z,1968-06-30T00:00:00.000Z/1968-08-31T00:00:00.000Z/P31D,1968-09-30T00:00:00.000Z,1968-10-31T00:00:00.000Z,1968-11-30T00:00:00.000Z/1969-01-31T00:00:00.000Z/P31D,1969-02-28T00:00:00.000Z,1969-03-31T00:00:00.000Z,1969-04-30T00:00:00.000Z,1969-05-31T00:00:00.000Z,1969-06-30T00:00:00.000Z/1969-08-31T00:00:00.000Z/P31D,1969-09-30T00:00:00.000Z,1969-10-31T00:00:00.000Z,1969-11-30T00:00:00.000Z/1970-01-31T00:00:00.000Z/P31D,1970-02-28T00:00:00.000Z,1970-03-31T00:00:00.000Z,1970-04-30T00:00:00.000Z,1970-05-31T00:00:00.000Z,1970-06-30T00:00:00.000Z/1970-08-31T00:00:00.000Z/P31D,1970-09-30T00:00:00.000Z,1970-10-31T00:00:00.000Z,1970-11-30T00:00:00.000Z/1971-01-31T00:00:00.000Z/P31D,1971-02-28T00:00:00.000Z,1971-03-31T00:00:00.000Z,1971-04-30T00:00:00.000Z,1971-05-31T00:00:00.000Z,1971-06-30T00:00:00.000Z/1971-08-31T00:00:00.000Z/P31D,1971-09-30T00:00:00.000Z,1971-10-31T00:00:00.000Z,1971-11-30T00:00:00.000Z/1972-01-31T00:00:00.000Z/P31D,1972-02-29T00:00:00.000Z,1972-03-31T00:00:00.000Z,1972-04-30T00:00:00.000Z,1972-05-31T00:00:00.000Z,1972-06-30T00:00:00.000Z/1972-08-31T00:00:00.000Z/P31D,1972-09-30T00:00:00.000Z,1972-10-31T00:00:00.000Z,1972-11-30T00:00:00.000Z/1973-01-31T00:00:00.000Z/P31D,1973-02-28T00:00:00.000Z,1973-03-31T00:00:00.000Z,1973-04-30T00:00:00.000Z,1973-05-31T00:00:00.000Z,1973-06-30T00:00:00.000Z/1973-08-31T00:00:00.000Z/P31D,1973-09-30T00:00:00.000Z,1973-10-31T00:00:00.000Z,1973-11-30T00:00:00.000Z/1974-01-31T00:00:00.000Z/P31D,1974-02-28T00:00:00.000Z,1974-03-31T00:00:00.000Z,1974-04-30T00:00:00.000Z,1974-05-31T00:00:00.000Z,1974-06-30T00:00:00.000Z/1974-08-31T00:00:00.000Z/P31D,1974-09-30T00:00:00.000Z,1974-10-31T00:00:00.000Z,1974-11-30T00:00:00.000Z/1975-01-31T00:00:00.000Z/P31D,1975-02-28T00:00:00.000Z,1975-03-31T00:00:00.000Z,1975-04-30T00:00:00.000Z,1975-05-31T00:00:00.000Z,1975-06-30T00:00:00.000Z/1975-08-31T00:00:00.000Z/P31D,1975-09-30T00:00:00.000Z,1975-10-31T00:00:00.000Z,1975-11-30T00:00:00.000Z/1976-01-31T00:00:00.000Z/P31D,1976-02-29T00:00:00.000Z,1976-03-31T00:00:00.000Z,1976-04-30T00:00:00.000Z,1976-05-31T00:00:00.000Z,1976-06-30T00:00:00.000Z/1976-08-31T00:00:00.000Z/P31D,1976-09-30T00:00:00.000Z,1976-10-31T00:00:00.000Z,1976-11-30T00:00:00.000Z/1977-01-31T00:00:00.000Z/P31D,1977-02-28T00:00:00.000Z,1977-03-31T00:00:00.000Z,1977-04-30T00:00:00.000Z,1977-05-31T00:00:00.000Z,1977-06-30T00:00:00.000Z/1977-08-31T00:00:00.000Z/P31D,1977-09-30T00:00:00.000Z,1977-10-31T00:00:00.000Z,1977-11-30T00:00:00.000Z/1978-01-31T00:00:00.000Z/P31D,1978-02-28T00:00:00.000Z,1978-03-31T00:00:00.000Z,1978-04-30T00:00:00.000Z,1978-05-31T00:00:00.000Z,1978-06-30T00:00:00.000Z/1978-08-31T00:00:00.000Z/P31D,1978-09-30T00:00:00.000Z,1978-10-31T00:00:00.000Z,1978-11-30T00:00:00.000Z/1979-01-31T00:00:00.000Z/P31D,1979-02-28T00:00:00.000Z,1979-03-31T00:00:00.000Z,1979-04-30T00:00:00.000Z,1979-05-31T00:00:00.000Z,1979-06-30T00:00:00.000Z/1979-08-31T00:00:00.000Z/P31D,1979-09-30T00:00:00.000Z,1979-10-31T00:00:00.000Z,1979-11-30T00:00:00.000Z/1980-01-31T00:00:00.000Z/P31D,1980-02-29T00:00:00.000Z,1980-03-31T00:00:00.000Z,1980-04-30T00:00:00.000Z,1980-05-31T00:00:00.000Z,1980-06-30T00:00:00.000Z/1980-08-31T00:00:00.000Z/P31D,1980-09-30T00:00:00.000Z,1980-10-31T00:00:00.000Z,1980-11-30T00:00:00.000Z/1981-01-31T00:00:00.000Z/P31D,1981-02-28T00:00:00.000Z,1981-03-31T00:00:00.000Z,1981-04-30T00:00:00.000Z,1981-05-31T00:00:00.000Z,1981-06-30T00:00:00.000Z/1981-08-31T00:00:00.000Z/P31D,1981-09-30T00:00:00.000Z,1981-10-31T00:00:00.000Z,1981-11-30T00:00:00.000Z/1982-01-31T00:00:00.000Z/P31D,1982-02-28T00:00:00.000Z,1982-03-31T00:00:00.000Z,1982-04-30T00:00:00.000Z,1982-05-31T00:00:00.000Z,1982-06-30T00:00:00.000Z/1982-08-31T00:00:00.000Z/P31D,1982-09-30T00:00:00.000Z,1982-10-31T00:00:00.000Z,1982-11-30T00:00:00.000Z/1983-01-31T00:00:00.000Z/P31D,1983-02-28T00:00:00.000Z,1983-03-31T00:00:00.000Z,1983-04-30T00:00:00.000Z,1983-05-31T00:00:00.000Z,1983-06-30T00:00:00.000Z/1983-08-31T00:00:00.000Z/P31D,1983-09-30T00:00:00.000Z,1983-10-31T00:00:00.000Z,1983-11-30T00:00:00.000Z/1984-01-31T00:00:00.000Z/P31D,1984-02-29T00:00:00.000Z,1984-03-31T00:00:00.000Z,1984-04-30T00:00:00.000Z,1984-05-31T00:00:00.000Z,1984-06-30T00:00:00.000Z/1984-08-31T00:00:00.000Z/P31D,1984-09-30T00:00:00.000Z,1984-10-31T00:00:00.000Z,1984-11-30T00:00:00.000Z/1985-01-31T00:00:00.000Z/P31D,1985-02-28T00:00:00.000Z,1985-03-31T00:00:00.000Z,1985-04-30T00:00:00.000Z,1985-05-31T00:00:00.000Z,1985-06-30T00:00:00.000Z/1985-08-31T00:00:00.000Z/P31D,1985-09-30T00:00:00.000Z,1985-10-31T00:00:00.000Z,1985-11-30T00:00:00.000Z/1986-01-31T00:00:00.000Z/P31D,1986-02-28T00:00:00.000Z,1986-03-31T00:00:00.000Z,1986-04-30T00:00:00.000Z,1986-05-31T00:00:00.000Z,1986-06-30T00:00:00.000Z/1986-08-31T00:00:00.000Z/P31D,1986-09-30T00:00:00.000Z,1986-10-31T00:00:00.000Z,1986-11-30T00:00:00.000Z/1987-01-31T00:00:00.000Z/P31D,1987-02-28T00:00:00.000Z,1987-03-31T00:00:00.000Z,1987-04-30T00:00:00.000Z,1987-05-31T00:00:00.000Z,1987-06-30T00:00:00.000Z/1987-08-31T00:00:00.000Z/P31D,1987-09-30T00:00:00.000Z,1987-10-31T00:00:00.000Z,1987-11-30T00:00:00.000Z/1988-01-31T00:00:00.000Z/P31D,1988-02-29T00:00:00.000Z,1988-03-31T00:00:00.000Z,1988-04-30T00:00:00.000Z,1988-05-31T00:00:00.000Z,1988-06-30T00:00:00.000Z/1988-08-31T00:00:00.000Z/P31D,1988-09-30T00:00:00.000Z,1988-10-31T00:00:00.000Z,1988-11-30T00:00:00.000Z/1989-01-31T00:00:00.000Z/P31D,1989-02-28T00:00:00.000Z,1989-03-31T00:00:00.000Z,1989-04-30T00:00:00.000Z,1989-05-31T00:00:00.000Z,1989-06-30T00:00:00.000Z/1989-08-31T00:00:00.000Z/P31D,1989-09-30T00:00:00.000Z,1989-10-31T00:00:00.000Z,1989-11-30T00:00:00.000Z/1990-01-31T00:00:00.000Z/P31D,1990-02-28T00:00:00.000Z,1990-03-31T00:00:00.000Z,1990-04-30T00:00:00.000Z,1990-05-31T00:00:00.000Z,1990-06-30T00:00:00.000Z/1990-08-31T00:00:00.000Z/P31D,1990-09-30T00:00:00.000Z,1990-10-31T00:00:00.000Z,1990-11-30T00:00:00.000Z/1991-01-31T00:00:00.000Z/P31D,1991-02-28T00:00:00.000Z,1991-03-31T00:00:00.000Z,1991-04-30T00:00:00.000Z,1991-05-31T00:00:00.000Z,1991-06-30T00:00:00.000Z/1991-08-31T00:00:00.000Z/P31D,1991-09-30T00:00:00.000Z,1991-10-31T00:00:00.000Z,1991-11-30T00:00:00.000Z/1992-01-31T00:00:00.000Z/P31D,1992-02-29T00:00:00.000Z,1992-03-31T00:00:00.000Z,1992-04-30T00:00:00.000Z,1992-05-31T00:00:00.000Z,1992-06-30T00:00:00.000Z/1992-08-31T00:00:00.000Z/P31D,1992-09-30T00:00:00.000Z,1992-10-31T00:00:00.000Z,1992-11-30T00:00:00.000Z/1993-01-31T00:00:00.000Z/P31D,1993-02-28T00:00:00.000Z,1993-03-31T00:00:00.000Z,1993-04-30T00:00:00.000Z,1993-05-31T00:00:00.000Z,1993-06-30T00:00:00.000Z/1993-08-31T00:00:00.000Z/P31D,1993-09-30T00:00:00.000Z,1993-10-31T00:00:00.000Z,1993-11-30T00:00:00.000Z/1994-01-31T00:00:00.000Z/P31D,1994-02-28T00:00:00.000Z,1994-03-31T00:00:00.000Z,1994-04-30T00:00:00.000Z,1994-05-31T00:00:00.000Z,1994-06-30T00:00:00.000Z/1994-08-31T00:00:00.000Z/P31D,1994-09-30T00:00:00.000Z,1994-10-31T00:00:00.000Z,1994-11-30T00:00:00.000Z/1995-01-31T00:00:00.000Z/P31D,1995-02-28T00:00:00.000Z,1995-03-31T00:00:00.000Z,1995-04-30T00:00:00.000Z,1995-05-31T00:00:00.000Z,1995-06-30T00:00:00.000Z/1995-08-31T00:00:00.000Z/P31D,1995-09-30T00:00:00.000Z,1995-10-31T00:00:00.000Z,1995-11-30T00:00:00.000Z/1996-01-31T00:00:00.000Z/P31D,1996-02-29T00:00:00.000Z,1996-03-31T00:00:00.000Z,1996-04-30T00:00:00.000Z,1996-05-31T00:00:00.000Z,1996-06-30T00:00:00.000Z/1996-08-31T00:00:00.000Z/P31D,1996-09-30T00:00:00.000Z,1996-10-31T00:00:00.000Z,1996-11-30T00:00:00.000Z/1997-01-31T00:00:00.000Z/P31D,1997-02-28T00:00:00.000Z,1997-03-31T00:00:00.000Z,1997-04-30T00:00:00.000Z,1997-05-31T00:00:00.000Z,1997-06-30T00:00:00.000Z/1997-08-31T00:00:00.000Z/P31D,1997-09-30T00:00:00.000Z,1997-10-31T00:00:00.000Z,1997-11-30T00:00:00.000Z/1998-01-31T00:00:00.000Z/P31D,1998-02-28T00:00:00.000Z,1998-03-31T00:00:00.000Z,1998-04-30T00:00:00.000Z,1998-05-31T00:00:00.000Z,1998-06-30T00:00:00.000Z/1998-08-31T00:00:00.000Z/P31D,1998-09-30T00:00:00.000Z,1998-10-31T00:00:00.000Z,1998-11-30T00:00:00.000Z/1999-01-31T00:00:00.000Z/P31D,1999-02-28T00:00:00.000Z,1999-03-31T00:00:00.000Z,1999-04-30T00:00:00.000Z,1999-05-31T00:00:00.000Z,1999-06-30T00:00:00.000Z/1999-08-31T00:00:00.000Z/P31D,1999-09-30T00:00:00.000Z,1999-10-31T00:00:00.000Z,1999-11-30T00:00:00.000Z/2000-01-31T00:00:00.000Z/P31D,2000-02-29T00:00:00.000Z,2000-03-31T00:00:00.000Z,2000-04-30T00:00:00.000Z,2000-05-31T00:00:00.000Z,2000-06-30T00:00:00.000Z/2000-08-31T00:00:00.000Z/P31D,2000-09-30T00:00:00.000Z,2000-10-31T00:00:00.000Z,2000-11-30T00:00:00.000Z/2001-01-31T00:00:00.000Z/P31D,2001-02-28T00:00:00.000Z,2001-03-31T00:00:00.000Z,2001-04-30T00:00:00.000Z,2001-05-31T00:00:00.000Z,2001-06-30T00:00:00.000Z/2001-08-31T00:00:00.000Z/P31D,2001-09-30T00:00:00.000Z,2001-10-31T00:00:00.000Z,2001-11-30T00:00:00.000Z/2002-01-31T00:00:00.000Z/P31D,2002-02-28T00:00:00.000Z,2002-03-31T00:00:00.000Z,2002-04-30T00:00:00.000Z,2002-05-31T00:00:00.000Z,2002-06-30T00:00:00.000Z,2002-07-31T00:00:00.000Z,2002-08-30T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:depth" unitSymbol="m" default="0.0">
            0.0,            5.0,            10.0,            25.0,            50.0,            75.0,            100.0,            125.0,            150.0,            200.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 http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=netpp
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=netpp&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=netpp
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=netpp&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?request=GetMetadata&amp;item=layerDetails&amp;layerName=netpp
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="http://thredds.nersc.no/thredds/wms/greenpath/Model/topaz?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=netpp&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
